
/*** MAIN STYLES ***/

* {
	padding: 0;
	margin: 0;
	}

html {
	background-color: #ccc;
	text-align: center;
	font: 12px/16px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	}
	
img {
	border: 0;
	}




/*** PANELS ***/

#wrapper {
	width: 815px;
	background: url(images/mid.gif) repeat-y;
	text-align: left;
	margin: 10px auto;
	}

#content {
	width: 815px;
	background: url(images/header.gif) no-repeat;
	}

#content #text_col {
	width: 453px;
	margin: 0 30px 30px 30px;
	}

#content #side_col {
	position: relative;
	top: 30px;
	left: 18px;
	width: 250px;
	padding-bottom: 30px;
	}
	
#content #image_col {
	background: white;
	border: 1px solid #669;
	padding: 10px;
	margin: 20px 0;
	text-align: center;
	width: 431px;
	}	

#footer {
	width: 815px;
	min-height: 128px;
	height: 128px;
	background: url(images/footer.gif) no-repeat;
	clear: both;
	}
	
#box {
	position: relative;
	left: +20px;
	float: right;
	width: 329px;
	height: 272px;
	background: url(images/box.gif) no-repeat;
	}
	



/*** BOX STYLES ***/

#box h1 {
	color: #ffcc00;
	font-size: 14px;
	line-height: 14px;
	margin: 70px 20px 15px 100px;
	}	
	

#box p {
	font-size: 12px;
	line-height: 14px;
	margin: 0 20px 8px 30px;
	color: white;
	padding: 2px;
	}
	
#box p.smalltext {
	font-size: 12px;
	clear: both;
	font-style: italic;
	}
	
#box input {
	position: absolute;
	left: 100px;
	border: 0;
	padding: 2px;
	width: 195px;
	font: 12px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	}	
	
#box input.submit {
	position: static;
	border: 2px outset;
	width: 90px;
	padding: 0;
	}	
	

	
/*** SIDECOL STYLES ***/

#side_col h1 {
	color: blue;
	margin: 0 0 8px 12px;
	font-size: 16px;
	}

#side_col p {
	color: black;
	margin: 0 0 8px 12px;
	}
	
	
	
/*** TEXT_COL STYLES ***/

#text_col h2 {
	padding-top: 40px;
	color: blue;
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 5px;
	}
	
#text_col h1 {
	font-size: 40px;
	line-height: 38px;
	letter-spacing: -1px;
	margin-bottom: 20px;
	}	
	
	
#text_col ul {
	margin-bottom: 15px;
	}	
	
#text_col ul li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 18px;
	}	

#text_col p {
	margin-bottom: 10px;
	}	
	
p.buynow {
	text-align: center;
	}
	
#text_col p.error_msg {
	padding-top: 100px;
	margin-bottom: 100px;
	font-size: 20px;
	line-height: 22px;
	}
	

.buynow_btn {
	padding: 5px;
	font-weight: bold;
	margin-bottom: 30px;
	background-color: blue;
	color: white;
	}


	
	
/*** FOOTER STYLES ***/

#footer p {
	margin: 0 250px 0 30px;
	color: #666;
	}	
	
#footer a  {
	color: #666;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	