/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.cms_image_left{
	padding-right:10px;
}

.cms_image_right{
	padding-left:10px;	
}

img {
	border:none;
}

.container {
	width:800px;
	padding:0 5px;
	margin:0 auto;
}

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

#header-content {
	width:432px; 
	float:left;
}

#logo {
	float:left;
	padding-top:19px;
	width:343px;
}

#icons {
	float:right;
	width:89px;
	padding-top:107px;
	text-align:right;
}

#icons img {
	margin-left:5px;
}

#navtrail {
	clear:left; 
	width:435px;
	padding-top:14px;
	color:#fff;
	font-size:11px;
	font-family:Arial, Verdana, sans-serif;
}

#navtrail a {
	color:#fff;
	text-decoration:none;
}

#navtrail a:hover {
	text-decoration:underline;
}

#headerimg {
	float:right;
	background:url(/images/ferrari-header.jpg) no-repeat bottom;
	width:368px;
	height:155px;
	padding-top:6px;
}

#content-container {
	background:url(/images/ferarri-header-base.jpg) no-repeat top right;
}

#content {
	padding:10px 10px 10px 0;
	font-size:12px;
	color:#666;
	float:left;
	width:532px;
}

#content h1 {
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:16px;
	color:#201c19;
	background:url(/images/h1bg.jpg) no-repeat left;
	padding-left:17px;
	margin-top:10px;
	margin-bottom:4px;
	padding-bottom:3px;
	width:420px;
	border-bottom:1px solid #979797;
}

#content p {
	margin-top:14px;
	margin-bottom:6px;
	line-height:16px;
}

#content a {
	color:#333;
}

#content a:hover {
	color:#a00;
}

#content ul {
	margin:8px 0 8px 25px;
}

.h1-red {
	color:#9d0000;
}

#menu {
	width:206px;
	float:right;
	padding-top:100px;
	font-size:12px;
}

#menu li {
	list-style:none;
	margin-bottom:7px;
}

.menu_item a, .menu_item_sel a {
	color:#666;
	text-decoration:none;
	display:block;
	padding:3px;
	text-transform:lowercase;
}

.menu_item a {
	border-left:5px solid #666;
	border-bottom:1px solid #666;	
}

.menu_item a:hover {
	background:#efefef;
	color:#333;
}

.menu_item_sel a {
	border-left:5px solid #9d0000;
	border-bottom:1px solid #9d0000;
	font-weight:bold;
	color:#333;
}

#contact {
	font-size:12px;
	color:#979797;
	padding:20px 0;
}

#contact div {
	padding:2px 0;
}

#contact a  {
	color:#979797;
	text-decoration:none;
}

#contact a:hover {
	color:#333;
}

#featured {
	clear:both;
	background:#f0f0f0;
	min-height:300px;
	padding:5px 0;
}

#featured .container {
	background:#f0f0f0;
}

#featured h2 {
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:16px;
	color:#201c19;
	background:url(/images/h2bg-feat.jpg) no-repeat left;
	padding-left:17px;
	margin-bottom:15px;
}

#footer {
	padding:8px 0 20px 0;
	color:#b0b0b0;
	font-size:11px;
}

#footer a {
	color:#b0b0b0;
	text-decoration:none;
}

#footer a:hover {
	color:#333;
	text-decoration:underline;
}

#copyright {
	float:left;
	width:50%;
}

#designby {
	float:right;
	text-align:right;
	width:50%;
}

.cssform p{
	width: 400px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px;/*width of left column containing the label*/
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes.*/
	width: 180px;
}

.cssform textarea{
	width: 250px;
	height: 150px;
}

/*.threepxfix class below: Targets IE6- ONLY. Do not delete. */

* html .threepxfix{
	margin-left: 3px;
}

.page_box {
	width:524px;
	float:left;
	font-size:13px;
	margin-top:10px;
}

#content .page_box a {
	color:#a00;
	text-decoration:none;
}

#content .page_box a:hover {
	text-decoration:underline;
	color:#333;
}

.page_box_image {
	float:left;
	width:150px;
	margin-top:5px;
	padding:2px;
	border:1px solid #ccc;
}

.page_box_text {
	float:left;
	width:350px;
	padding:5px 0 0 6px;
}

h2 {
	font-size:14px;
	color:#666;
	padding:10px 0 5px 0;
	}

#feat_box {
	float:left;
	width:150px;
	margin-right:60px;
	font-size:11px;
	color:#666;
	text-align:left;
}

#feat_box ul {
	margin-left:20px;
}

#feat_box a {
	text-decoration:none;
	color:#f00;
}

#feat_box a:hover {
	color:#a00;
}

#feat_box img {
	margin:8px 0;
}

#product_image {
	float:left;
	width:300px;
	border:solid 1px #999;
	padding:3px;
	}

.product_thumbs {
	border:solid 1px #999;
	float:left; 
	width:90px;
	padding:0 2px; 
	margin:0 5px 5px 0;
	cursor:pointer;
}