@import url(reset.css);

body {
	background: url(../images/bg_main.jpg) repeat-x;
	color: #333;
	font: 14px/1.6 "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

/*--------------TYPOGRAPHY---------------*/

h1 {
	font-size: 26px;
	display: none;
	}

h2 {
	font-size: 28px;
	color: #333333;
	text-align: right;
	}

h3 {
	font-size: 18px;
	color: #dedede;
	font-weight: 100;
	}

h4 {
	font-size: 24px;
	color: #777;
	text-align: right;
	padding: 0 0 5px 0;
	letter-spacing: 1px;
	}

h5 {
	font-size: 20px;
	color: #333333;
	}
	
h6 {
	font-size: 28px;
	color: #333333;
	text-align: left;
	}

h1, h2, h3, h5, h6 {
	padding: 0 0 0 0;
	}

p {
	padding: 5px 4px 5px 0px;
	}

li {
	list-style: none;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	}
	
	#extra {
		padding: 10px 0 0 0;
	}
	
	.form_font {
		font-size: 20px;
		font-weight: 800;
	}
	
	#faqList {
	padding: 5px 0 0 5px;
	font-size: 13px;
	}
			#faqList li {
			padding: 5px 0 0 0px;
		}

	
/*--------------LINK ATTRIBUTES--------------*/


a {
	text-decoration: none;
	}
a:link {
	color: #0167bb;
	}
a:visited {
	color: #0078c2;
	}
a:hover {
	color: #333333;
	}
a:active {
	color: #0078c2;
	}


/*---------------LAYOUT----------------*/

#container {
	margin: 0 auto;
	width: 1005px;
	text-align: left;
	}

#header {
	height: 101px;
	width: 947px;
	margin: 38px 0 0 0;
	background: url(../images/header.jpg) no-repeat;
	}
	
#content {
	margin: 55px 0 0 0;
	width: 1005px;
	height: auto;
	min-height: 630px;
	}

#panel1 {
	float: left;
	width: 306px;
	height: 570px;
	}
	
	#btn_costume_fitting a {
		margin: 14px 0 0 0;
		width: 302px;
		height: 106px;
		background: url(../images/btn_costume_fitting_PH.jpg);
		display: block;
	}
	
	#btn_costume_fitting  a:hover{
		margin: 14px 0 0 0;
		width: 302px;
		height: 106px;
		background: url(../images/btn_costume_fitting_H.jpg);
		display: block;
	}
	
	#panel1_content {
		height: 500px;
		width: 285px;
		margin: 35px 0 0px 0;
		text-align: right;
		
	}
	
		#payment {
		 margin: 15px 0 0 0;
		 border-top: thin solid #e8e8e8;
		 width: 242px;
		 float: right;
		}
		
		#payment p {
		 padding: 15px 0 15px 0;
		}

#panel2 {
	float: left;
	margin: 0 0px 0 0px;
	padding: 5px 10px 5px 10px;
	width: 372px;
	height: auto;
	background: url(../images/bg_main_copy.jpg) no-repeat;
	}
	
	#product {
		width: 350px;
		
		border: thin solid #e2e2e2;
	}
	
	#contactForm {
		width: 345px;
		border: 1px solid #999999;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		padding: 10px;
		background-color: #f2f2f2;
	}
	
	#chart {
		width: 365px;
		height: 413px;
		background: url(../images/size_chart.jpg) no-repeat;
	}

#panel3 {
	float: left;
	width: 306px;
	height: 1px;
	}
	
	
	#btn_common_questions a {
		margin: 14px 0 0 0;
		width: 306px;
		height: 95px;
		background: url(../images/btn_common_questionsPH.jpg);
		display: block;
	}
	
	#btn_common_questions a:hover{
		margin: 14px 0 0 0;
		width: 306px;
		height: 95px;
		background: url(../images/btn_common_questions_H.jpg);
		display: block;
	}
	
	#panel3_content {
		height: 500px;
		width: 290px;
		margin: 40px 0 0 10px;
	}

#bottomContent {
	float:left;
	color: #fff;
	width: 100%;
	height: 153px;
	margin: 25px 0 0 0px;
	background: url(../images/bg_bottom.jpg) repeat-x;
	}
	
	#patch_container {
		margin: 0 auto;
		text-align: center;
		width: 1050px;
	}
	
	#patch_container a {
		color: #fff;
	}
	
	#patch_container a:hover {
		color: #fff;
		text-decoration: underline;
	}
	
	#patch1 {
		display: inline;
		float: left;
		margin: 20px 40px 0 65px;
		width: 200px;
	}
	#patch2 {
		display: inline;
		float: left;
		margin: 20px 35px 0 0;
		width: 180px;
	}
	#patch3 {
		display: inline;
		float: left;
		margin: 20px 85px 0 0;
		width: 200px;
	}
	#patch4 {
		display: inline;
		float: left;
		margin: 20px 20px 0 0;
		width: 190px;
	}

#footer p {
	text-align: center;
	}

