body {
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #f0f0f1;
	color: #6e7073;
	}


/*************************************/
/*** Typography                    ***/
/*************************************/
	
h1 {
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 1.2em;
	color: #ffffff;
	padding: 19px 190px 0px 0px;
	margin: 0px;
	}

h2 {
	margin: 0px 0px 10px 0px;
	font-size: 1.3em;
	font-weight: bold;
	}
	
h3 {
	margin: 0px 0px 10px 0px;
	font-size: 1.3em;
	font-weight: normal;
	}

h4 {
	margin: 0;
	color: #565959;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	}
	
h5 {
	margin: 0px 0px 6px 0px;
	color: #565959;
	font-size: 1.7em;
	font-weight: bold;
	font-style: italic;
	}
	
h6 {
	margin: 0px 0px 5px 0px;
	color: #6E7073;
	font-size: 1.5em;
	font-weight: bold;
	}
	
p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 1.1em;
	line-height: 1.5em;
	}

a { 
	color: #e7260d;
	text-decoration: none;
	border-bottom: none;
	}
	
a:hover {
	color: #006fa1;
	border-bottom: none;
	}
	
.bold {
	color: #565959;
	font-weight: bold;
	border: none;
	}

.italic {
	font-weight: normal;
	font-style: italic;
	border: none;
	}

.red { color: #e7260d; }

/*************************************/
/*** Images                        ***/
/*************************************/

a img { border: none; }

a:hover img { border: none; };

/*************************************/
/*** Forms                         ***/
/*************************************/

.submit {
	margin-top: 2px;
	width: 70px;
	}
	
.addtocart {
	background: url(../images/shopping_cart/btn_addtocart.png) no-repeat;
	border: none;
	width: 96px;
	height: 20px;
	}
	
.input_txt {
	color: #6e7073;
	font-size: 1em;
	margin: 5px 0px 0px 0px;
	border: 1px inset #6e7073;
	}
	
.checkbox_cart {
	margin: 7px 0 0 21px;
	}
	
.field_cart {
	margin: 7px 0 0 9px;
	}
	
.input_personal_info1 {
	position: absolute;
	left: 115px;
	padding: 0;
	margin: 0;
	border: 1px inset #6e7073;
	}
	
.input_personal_info2 {
	position: absolute;
	left: 180px;
	padding: 0;
	margin: 0;
	}	
	
.input_personal_info3 {
	position: absolute;
	left: 490px;
	padding: 0;
	margin: 0;
	border: 1px inset #6e7073;
	}		
	
.radio_personal_info1 {
	position: absolute;
	left: 115px;
	}
	
.radio_personal_info2 {
	position: absolute;
	left: 185px;
	}
	
.textarea_comments {
	width: 700px;
	}
	
#col_right select {
	margin: 0 0 0 60px;
	}
	