/* Table of Contents:

	Global
	Head
	Content
	Menu
	Right bar
	Footer
	Article
	Testimonial
	Other

*/
/*-------------------------------------------------------------------*/
/*---------------------------- Global -------------------------------*/
/*-------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
html{
	font-size: 100.01%;
	line-height: 0.92em;
}
html,body {
	height: 100%;
	width:100%;
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: bold;
}
div#container, div#right-dots-image{
    width:expression((document.compatMode && document.compatMode == 'CSS1Compat') ? (document.documentElement.clientWidth < 1000 ? '1000px': 'auto') : (document.body.clientWidth < 1000 ? '1000px': 'auto'));
}
body{
	background-color: #101114;
	font-family: arial, sans-serif;
	font-size: 0.8em;
}
a, .color-as-link{
	color: #0099CC;
	text-decoration: none;
}
a:hover{
	color: black;
}
img{
	border: 0;
}
p{
	margin: 0;
}
/*-------------------------------------------------------------------*/
/*--------------------------- IE6 -----------------------------------*/
/*-------------------------------------------------------------------*/
div#right_bar{
	_margin-left: 37%;
}
div#wrapper{
	_margin-right: -100%;
}
div#wrapper, div#right_bar{
	_z-index: 1;
	_padding-bottom: 173px;
}
#root {height: auto; width: 100%; min-height: 100%}/*���� footer ����� ���*/
/*-------------------------------------------------------------------*/
/*--------------------------- Head ----------------------------------*/
/*-------------------------------------------------------------------*/
div#header-text{
	font-family: arial;
	padding-top: 32px;
}
#header-mt-image{
	position: absolute;
	top: 0;
	left: 330px;
}
#top-header{
	background-color: #101114;
	height: 120px;
}
#bottom-header{
	height: 53px;
	clear: both;
}
/*-------------------------------------------------------------------*/
/*-------------------------- Content --------------------------------*/
/*-------------------------------------------------------------------*/
#container #droplet-image{
	position: absolute;
	top: 173px;
	right: 27.5%;
}
#right-dots-image{
	background: url(../images/right_dots.jpg) no-repeat right 270px;
}
#left-jar-image{
	position: absolute;
	top: 360px;
	left: 0;
}
div#wrapper{
	float: left;
	margin-left: -37%;
	width: 100%;
}
div#content{
	background: url(../images/dots.jpg) no-repeat 80% 50px;
	margin-left: 37%;
	padding: 10px 40px 0 7%;
}
div#container{
	width: auto;
	min-width: 1000px;
        background-color: #FFFFFF;
}
div#content h1{
	color: #999999;
	font: normal 2.6em "Times New Roman", Times, serif;
	padding:  4px 0 22px 0;
}
/*-------------------------------------------------------------------*/
/*----------------------------- Menu --------------------------------*/
/*-------------------------------------------------------------------*/
.menu li{
	display: inline;
	font-size: 100.1%;
}
.bold > li:first-child{
	background: none;
}
.bold li{
	background: url(../images/dot_menu.jpg) no-repeat 2px 2px;
	padding-left: 16px;
}
.menu span.bottom-menu-line{
	color: black;
	padding: 0 4px 0 8px;
}
.menu .top-active a, a.orange:hover{
	color: #FF9900;
}
.menu .bottom-active a{
	color: black;
}
/*-------------------------------------------------------------------*/
/*-------------------------- Right bar ------------------------------*/
/*-------------------------------------------------------------------*/
div#right_bar{
	float: right;
	padding-top: 46px;
	width: 36.9%;
}
div#right_bar .content, div#content .content{
	vertical-align: top;
	padding: 0 18px 8px 0;
}
div#right_bar .portfolio .content, div#right_bar .shop .content{
	vertical-align: top;
	padding: 0 12px 8px 0;
}
div#right_bar .image, div#content .image,
div#right_bar .portfolio .image,
div#right_bar .shop .image{
	vertical-align: middle;
	text-align: right;
}
div#right_bar .image, div#content .image{
	padding: 20px 0 24px 0;
}
div#right_bar .portfolio .image, div#right_bar .shop .image{
  vertical-align:top;
	padding: 0 0 12px;
}
div#right_bar .date, div#content .date{
	color: #999999;
	font-size: 0.85em;
}
div#right_bar .description, div#content .description{
	font-size: 0.95em;
}
div#right_bar .shop .price{
	padding-bottom: 12px;
	vertical-align: bottom;
}
div#right_bar .title, div#content .title{
	text-decoration: none;
	margin-bottom: 4px;
}
div#right_bar .header, div#content .header{
	color: #0099CC;
}
div#right_bar .underline, div#content .underline{
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 6px;
}
div#right_bar .portfolio, div#right_bar .shop{
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 14px;
}
div#right_bar div.underline, div#content div.underline{
	padding-bottom: 6px;
}
div#right_bar div.portfolio, div#right_bar div.shop{
	padding-bottom: 12px;
}
/*-------------------------------------------------------------------*/
/*-------------------------- Footer ---------------------------------*/
/*-------------------------------------------------------------------*/
div#footer{
	clear: both;
	width: auto;
}
div#top-footer{
	border-bottom: 1px solid black;
	height: 66px;
}
#footer-curve{
	position: relative;
	left: 65px;
	top: 63px;
}
div#middle-footer, div#middle-sub-footer{
	background-color: #F3F2E7;
	height: 72px;
}
div#middle-sub-footer{
	background: url(../images/footer_mb.jpg) no-repeat 0 67px;
}
div#middle-footer, div#bottom-footer{
	padding-left: 65px;
}
div#bottom-footer{
	background-color: #101114;
	color: #88888A;
	height: 142px;
}
/*-------------------------------------------------------------------*/
/*------------------------- Article -----------------------------------*/
/*-------------------------------------------------------------------*/
.article-source{
	margin-top: 50px;
	padding-top: 10px;
	border-top: 1px solid #D6D6D6;
}
.article-menu{
	list-style: square;
	color: #0099CC;
	margin: 4px 0 28px 16px;
	line-height: 1.4em;
}
/*-------------------------------------------------------------------*/
/*------------------------- Testimonial -----------------------------*/
/*-------------------------------------------------------------------*/
div.testimonial{
	border-bottom: 1px solid #FFCC00;
	padding-bottom: 21px;
	margin-bottom: 21px;
}
div.testimonial-last{
	margin-bottom: 21px;
}
div.testimonial .author{
	font-style: italic;
	color: #999;
	margin-top: 5px;
}
/*-------------------------------------------------------------------*/
/*------------------------- Form ------------------------------------*/
/*-------------------------------------------------------------------*/
#order_form{
	margin-top: 56px;
}
#contact_us_form{
	margin-top: 30px;
}
.contact_field{
	border: 0;
	border-bottom: 1px dashed #CCC;
	background-color: white;
	width: 76%;
}
.contact_field, label.contact{
	float: left;
	margin-bottom: 19px;
}
label.contact{
	color: #996600;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	display: block;
}
textarea.contact{
	border: 1px solid #CCC;
	width: 76%;
	height: 230px;
	margin: 0 0 8px 110px;
}
.submit{
	cursor: pointer;
	border: 1px solid #CCC;
	height: 20px;
	color: #666;
	font-size: 0.85em;
	padding: 0 4px;
	line-height: normal;
	vertical-align: middle;
	text-align: center;
	background: url(../images/button.jpg) repeat-x;
	width: auto;
}
#contact_submit{
	background: url(../images/contacts_bottom.jpg) no-repeat 110px top;
	padding: 14px 0 0 110px;
}
#contact_textarea{
	clear: both;
	background: url(../images/contacts_left.jpg) no-repeat 38px 40px;
}
#contact_textarea textarea{
	margin-bottom: 0;
	height: 165px;
}
#search{
	margin: 44px 0 36px 0;
}
.text_field{
	border: 1px solid #CCC;
	height: 18px;
	background-color: white;
}
/*-------------------------------------------------------------------*/
/*------------------------- Other -----------------------------------*/
/*-------------------------------------------------------------------*/
.not-underline a{
	text-decoration: none;
}
.portfolio-right{
	color: #996600;
	margin-bottom: 16px;
	width: 75%;
}
.bold{
	font-weight: bold;
}
.hide{
	display: none;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.paginate{
	font-weight: bold;
}
.paginate a{
	margin: 0 4px;
}
.paginate span.current{
	margin-right: 4px;
}
.shop-table td{
	text-align: center;
	padding-top: 17px;
	font-size: 0.9em;
}
.phone{
	color: #CC6600;
	font-size: 1.8em;
}


/*****************************************************/


#errorExplanation {
	width: 400px;
	border: 2px solid #c00;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
	}

#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	margin: -7px;
	background-color: #c00;
	color: #fff;
	}

#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
	}

#errorExplanation ul li {
	margin-left:15px;
	font-size: 12px;
	list-style: square;
	}
