        a:link, a:visited, a:active {color: #E25B09; text-decoration: underline;}   
        a:hover {color: #CC0000; text-decoration: underline;}

        a.swatches:link, a.swatches:visited {color: #BFBFBF; text-decoration: underline;}
        a.swatches:active {color: #000000; text-decoration: underline;}        
        a.swatches:hover {color: #CC0000; text-decoration: underline;}   

        a.footer:link, a.footer:visited, a.footer:active {color: #333333; text-decoration: none;}
        a.footer:hover {color: #E25B09; text-decoration: none;}


body {
	margin:0px;
	background-color: #efefef;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333; 
}

#header {
	background-image:url(images/topbackground.jpg);
	background-repeat:repeat-x;
	height: 145px;
}

#middle {
	background-color:#FFFFFF;
	background-image:url(images/middleback.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#middle #content_container {
	width: 800px;
	height: 490px;
	margin: auto;
}

#middle #content_container #content_left {
	float:left;
	padding-left:10px;
	width: 305px;
}

#middle #content_container #content_left p {
	font-weight: normal;
	font-size: 12px;
	color: #384758;
}

#middle #content_container #content_right {
	float: right;
	width: 490;
	padding-right:10px;
}

#middle #content_container #content_right #product{
	margin-right: -10px;
	padding-top: 8px;
}

#colors {
	padding-top: 10px;
}

#middle #content_container2 {
	width: 800px;
	height: auto;
	margin: auto;
	padding-top:30px;
	text-align: center;
}

#middle #content_container2 img {
	border:3px solid #17202c;
}

#content_left2 {
	text-align: left;
	float: left;
	width: 360px;
	padding-left: 20px;
    color: #18202D;
}

#content_right2 {
	text-align: left;
	float:right;
	width: 360px;
	padding-right: 40px;
    color: #18202D;
}

h1 {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:109px;
	background-position: top center;
	font-size:0px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #db4104;
	font-size: 14px;
	font-weight: bold;
}

.headertext {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #db4104;
	font-size: 14px;
	font-weight: bold;
}

.quantityinput {
	background-image:url(images/quantity_input.jpg);
	background-repeat: no-repeat;
	border: 0px;
	font-size: 11px;
	height:18px;
	padding-left:3px;
	color:#333333;
	padding-right:5px;
    margin-top: 5px;
	margin-left: 5px;
}

.smallbold {
	color:#db4104;
	font-size:11px;
	font-weight: normal;
}

.smallbold2 {
	color:#384758;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
}

.buybutton {
	background-image:url(images/addtocart.gif);
	border:0px;
	background-repeat:no-repeat;
	width: 124px;
	height: 29px;
}

li {
	font-size:12px;
	color: #384758;
	font-weight:normal;
	margin-bottom:20px;
}

#guarantee {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	height: 27px;
	width: 700px;
	float: left;
	margin-left: 25px;
	margin-bottom: 5px;
	background-color: #384858;
	padding: 5px;
    border: medium double #E25B09;
}

#footer {
	background-image:url(images/bottombackground.jpg);
	background-repeat:repeat-x;
	text-align:center;
	padding-top: 23px;
	height: 100px;
	color: #333333;
}