/* Home page CSS */


/* hOME Flash banners module  */
#homepage #flash-content {
	position:relative;
	top:150px;
	height:250px;
	color: #666;
	font-weight: bold;
	font-size: 11px; 
	line-height: 14px;
	background:transparent url(../images/homepage_no-flash.gif) no-repeat scroll left top;
}

#homepage #flash-content .content{
	margin:auto;
	padding-top: 85px;
	width: 550px;
	text-align:center;
}
#homepage #flash-content a {
	color: #eecc77;
}
#homepage #flash-content .content span{
	display: block;
	margin: 10px;
}

/*Home page callout modules */
.modules {
	float: left;
	background-repeat: repeat-y;
	padding-bottom: 5px;
}

.single-module {
	width: 240px;
	float: left;
	padding-top: 20px;
	color:#666666;
}

.single-module .module {
	padding: 0 15px;
	color: #666666;
}

#content {
	margin: 0;
}

#content .single-module img {
	float: left;
	margin: 0 10px 5px 0;
}

#content .single-module h3 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0.25em 0;
	text-transform: uppercase;
}

#content .single-module h4 {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0.25em 0;
}

cite {
	font-weight: bold;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}

#content #double-module {
	width: 479px;
}

#content #fourth-module {
	padding: 0;
}

#content .single-module .mini-module .module {
	padding: 15px;
	padding-top: 20px;
}

#content .single-module .mini-module .module {
	border-bottom: solid 1px;
}

#content .single-module .mini-module#last-mini-module .module {
	border-bottom: 0;
}

#content #fourth-module h3 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0.25em 0;
	text-transform: none;
}

#content .single-module ul {
	list-style-type: none;
}

#content .single-module #useful_links li {
	margin: 0;
	padding: 0;
	background-image: none;
	display: inline;
	padding-right: 1em;
}

#content .single-module #useful_links li a {
	white-space: nowrap;
}

#content .single-module legend {
	font-weight: bold;
	padding-bottom: 6px;
}

#content .single-module form {
	margin-top: 10px;
	padding-top: 10px;
}

#content .single-module fieldset {
	border: none;
}

#content .single-module label {
	display: none;
}

#content .single-module #newsletter form {
	margin: 0;
	padding: 0;
}

#content .single-module #newsletter form fieldset {
	border: 0;
}

#content .single-module #newsletter form legend {
	display: none;
}

#content .single-module #newsletter form label {
	display: block;
	margin: 0;
	padding: 0;
}

#content .single-module #newsletter form input#newsletter_email {
	border: 1px solid;
	width: 208px;
	margin: 0.5em 0;
}

#content .single-module #newsletter form label#lbl_signup {
	display: none;
}

#content .single-module #newsletter form input#signup {
	float: right;
}

.single-module .module.image h4, 
.single-module .module.image p, 
.single-module .module.image ul { 
	margin-left: 110px !important;
}

#homepage .product_list ul li span.brand {
	color: #A97;
}
#homepage .product_list ul li li.model {
	margin: 0 0 0.5em;
}
#homepage .product_list ul li li.gtfabric {
	margin: 0 0 0.5em;
	font-weight: bold;
}



/* SHOP modules */
.shopModule {
	float: left;
	width: 480px;
}
.shopCallouts {
	float: left;
	margin-bottom: 5px;
}
.shopLinks {
	text-align: center;
	float: left;
}
.shopLinks p {
	float: left;
	width: 240px;
}

