@charset "utf-8";
/* CSS Document */

/*------------------------------- CSS reset ---------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0;
	padding: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal; 
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}
a, object {
	outline: none;
}
.clear {
	clear: both;
}

.inputfield {
	
	width: 350px;
	border: 1px solid #877383; 
	height: 16px;
	margin:3px;
	padding: 2px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	color: #5D4258;
	font-size:12px;
	
}

.inputfield_text {
	
	width: 350px;
	height:150px;	
	border: 1px solid #877383; 
	margin:3px;
	padding: 2px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	color: #5D4258;
	font-size:12px;
	
}


.submit_button  {

	background: none;
	color: #5D4258; 
	font-size: 12px;
	font-weight: bold;
	font-family: Arial Black, Arial;
	border-style: none;
	cursor:pointer;
	padding:0px;
	margin:0px;
	text-align:left;
	
	
}


/*------------------------------- Body ---------------------------------*/

body {
	background: url(../images/bg.gif) repeat-x #755E71;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}


/*------------------------------- Headings ---------------------------------*/

h1 { color: #5D4258; font-size: 20px;}
h2 { color: #5D4258; font-size: 19px;}
h3 { color: #FFFFFF; font-size: 18px;}
h4 { color: #5D4258; font-size: 17px;}
h5 { color: #5D4258; font-size: 16px;}
h6 { color: #5D4258; font-size: 14px;}


/*------------------------------- Container ---------------------------------*/

#container {
	margin: 0 auto;
	width: 100%;
}

#containerLeft {
	position: absolute;
	top: 46px;
	left: 0;
	width: 376px;
	height: 411px;
	background: url(../images/containerLeft.png);
}
#containerRight {
	position: absolute;
	top: 23px;
	right: 0;
	width: 311px;
	height: 407px;
	background: url(../images/containerRight.png);
}

#mainLeft {
	position: absolute;
	left: 0;
	bottom: 155px;
	width: 408px;
	height: 396px;
	background: url(../images/mainLeft.png);
}
#mainRight {
	position: absolute;
	top: 115px;
	right: 0;
	width: 409px;
	height: 350px;
	background: url(../images/mainRight.png);
}


/*------------------------------- Header ---------------------------------*/

#header {
	position: relative;
	z-index: 1;
	min-height: auto;
	background: url(../images/headerBottom.png) no-repeat center bottom;
}
/*--- Logo ---*/
#header #logo {
 width: 603px;
 height: 245px;
 margin: 0 auto;
 margin-top: 10px;
 text-indent: -9999px;
 background: url(../images/logo.png);
}
#header #logo a {
 display: block;
 height: 225px;
}

#header #intro {
	margin: 0 auto;
	width: 910px;
	color: #FFF;
	font-size: 12px;
	line-height: 22px;
	padding-bottom:20px;
}
	#header #intro a { color: #FFF; text-decoration: none; font-weight: bold;}
	#header #intro a:hover { color: #EBEFB1;}

#header #intro strong {
	font-size: 18px;
	font-weight: none;
}
#header #intro .left {
	float: left;
	width: 290px;
	margin: 0 20px 0 0;
	text-align: justify;
}
#header #intro .right {
	float: left;
	width: 290px;
	text-align: justify;
}


#header #intro .leftSub {
	float: left;
	width: 580px;
	margin: 0 20px 0 0;
	text-align: justify;
}



/*------------------------------- Menu ---------------------------------*/

#menu {
	margin: 0 auto 25px auto;
	width: 910px;
	height: 18px;
	border-bottom: 1px dotted #877383; 
}

#menu_container {
	
	z-index:99;
	
}
#menu li {
	float: left;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial Black, Arial;
}
#menu a {
	float: left;
	padding: 10px 27px 0 0;
	color: #FFF;
	text-decoration: none;
	margin-top:-10px;

}
#menu a:hover, #menu .active a {
	color: #EBEFB2;	
}


/*------------------------------- Main ---------------------------------*/

#main {
	position: relative;
	padding-bottom: 129px;
	background: #EBEFB2;
	
}


/*------------------------------- Main ---------------------------------*/

#content {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	width: 910px;
	color: #5D4258;
	font-size: 12px;
	line-height: 19px;
}
	#content a { color: #5D4258; font-weight:bold; text-decoration:none;}
	#content a:hover { color: #5D4258;text-decoration:underline;}
	
	#content ol, #content ul {list-style-image: url('../images/list.png'); line-height:25px; margin-left: 20px; }
	
	
#content .top {
	height: 291px;
	margin: 0 0 20px 0;
	padding: 30px 0 0 0;
	background: url(../images/mainTop.jpg) no-repeat top right;
}
#content .top img {
	width: 275px;
	height: 275px;
	margin: 0 14px 0 0;
	border: 8px solid #FFF;
}
#content .top .last {
	margin: 0;
}
#content .left {
	float: left;
	width: 600px;
	margin: 0 20px 30px 0;
	text-align: justify;
}
#content .right {
	float: left;
	width: 290px;
	margin: 0 0 30px 0;
	text-align: justify;
}

#content .leftWide {
	float: left;
	width: 100%;
	margin: 0 20px 30px 0;
	text-align: justify;
}

#content .orderButton {

	color: #5D4258;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial Black, Arial;
}

#content hr {
	border:0;
	border-bottom: 1px dotted #5D4258; 
	
}


/*------------------------------- Footer ---------------------------------*/

#footer {
	position: relative;
	margin-top: -129px;
	width: 100%;
	height: 109px;
	padding-top: 20px;
	clear: both;
	font-size: 11px;
	color: #FFF;
	background: url(../images/footer.gif) repeat-x;
}
	#footer a { color: #FFF; text-decoration: none;}
	#footer a:hover { color: #EBEFB1;}

#footer .wrapper {
	margin: 0 auto;
	width: 910px;	
}
#footer .wrapper .items {
	float: left;
	padding: 0 25px 0 0;
	margin: 0 23px 0 0;
	border-right: 1px dotted #826D7E;
}
#footer .wrapper li {
	padding: 2px 0 0 0;
}
#footer .wrapper .sub {
	padding: 0 0 0 15px;
}


/*------------------------------- Popup ---------------------------------*/
#popup {
	text-align:center;
	width:500px;
	
	height: 369px;
	margin-left: 30%;
	position: absolute;
	top: 150px;
	z-index:10;
	background: url(../images/popup.png) no-repeat center;
}
#popup .content { margin: 70px 70px 0 70px;}
#popup .content h1 { color: #5D4258;text-align:left;}
#popup .content p {color: #5D4258; line-height:22px; font-size:12px;text-align:left; }
#popup .content hr {border:0;border-bottom: 1px dotted #5D4258; width:350px; margin: 0 0 20px 0;}
#popup .content a {}

#popup .content a  {
	color: #5D4258;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial Black, Arial;
	text-decoration:none;
}
#popup .content a:hover  { text-decoration:underline;}


/*------------------------------- Clearfix ---------------------------------*/

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
