/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary (the only things you should need to adjust are the foreground and background colours */
/* These styles should define how the content section looks */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	/*line-height: 1;*/
	color: #666666;
	background: #fff;
	font-family: verdana, arial, helvetica;
	font-size: 70%;
}

body.site {
	background: #fff url(../images/bg-body.gif) 0 0 repeat-x;
}

h1 {
	color: #36393d;
	margin: 0 0 0.5em 0;
	font-size: 175%;
	border-bottom: 2px solid #36393d;
	padding: 5px 0;
}

#parts h1 {
	border: none;
	padding: 0;
	margin: 0.5em 0;
}

h2 {
	color: #4c5550;
	margin: 0 0 0.5em 0;
	font-size: 125%;
	border-bottom: 2px solid #4c5550;
	padding: 10px 0 5px 0;
	font-weight: normal;
}

h3 {
	color: #4c5550;
	margin: 0 10px 0.5em 0;
	font-size: 115%;
	font-weight: normal;
	border-bottom: 1px solid #4c5550;
	padding: 10px 0 5px 0;
}

hr {
	background: #d28a2c;
	color: #d28a2c;t
	height: 2px;
	border: none;
}

p {
	margin: 0 0 0.7em 0;
	line-height: 150%;
}

ul, ol {
	margin-left: 20px;
}

body.site ul, body.site ol {
	margin-left: 0;
}

#content ul {
	margin-left: 0;
	margin-bottom: 1em;
	list-style-type: none;
}

#content ol {
	margin-left: 30px;
	margin-bottom: 1em;
}

li {
	line-height: 150%;
}

#content ul li {
	background: url(../images/bt.gif) 0 5px no-repeat;
	padding-left: 10px;
	margin-left: 10px;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	background: #d28a2c;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

table.tb2Col td {
	width: 50%;
	vertical-align: top;
	padding-right: 20px;
}

abbr, acronym { 
	border-bottom: 1px dotted #d28a2c; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #d28a2c;
	text-decoration: underline;
}

a:visited {
	color: #d28a2c;
	text-decoration: underline;
}

a:hover {
	color: white;
	background: #d28a2c;
	text-decoration: none;
}

a:active {
	color: white;
	background: #d28a2c;
	text-decoration: none;
}

a:focus {
	color: white;
	background: #d28a2c;
	text-decoration: none;
}

a img {
	border:none 0px;
	text-decoration:none;
	background:none;
}

.alignleft {float:left;}
.alignright {float:right;}

 .clearLeft {clear:left;}
 .clearRight {clear:right;}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 0 5px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 5px;
}

label {
	cursor: pointer;
}

input.button {
	background: #eee;
	color: #000;
	border: solid 1px #000;
}

input.textbox, textarea.textbox, select.textbox {
	color: #d28a2c;
	background: #fff url(../images/bg-input.gif) 0 0 repeat-x;
	border: solid 1px #9e9e9e;
	padding: 2px;
	font-family: arial, helvetica;
	font-size: 100%;
	width: 200px;
}

select.textbox {
	padding: 1px;
	background: none;
	width: auto;
}

textarea.textbox {
	height: 50px;
}

input.small {
		width: 180px;
}

label.lblFrm {
	float: left;
	display: block;
	width: 130px;
	padding: 1px 0 0 10px;
	background: url(../images/bt-orange-triangle.gif) 0 5px no-repeat;
}

div.pnlCentered {width:400px; margin:auto;}


#content p.right {
	margin-left: 140px;
	text-align: left;
}


div.clear {
	clear: both;
}

.reset {
	margin: 0;
	padding: 0;
	line-height: 1;
}

ul.inline li {
	display: inline;
}

p.small, span.small, ul.small, li.small, div.small, a.small, td.small {
	font-size: 90%;
}

p.large, span.large, ul.large, li.large, div.large, a.large, td.large {
	font-size: 110%;
}

p.error, span.error, ul.error, li.error, div.error {
	color: #d28a2c;
}

ul.twoColumn li{
		width:360px;
		float:left;
}

table.twoColumn td {
		width: 50%;
		vertical-align: top;
		padding-right: 10px;
}

table.twoColumn td table td{
		width: auto;
		vertical-align: top;
		padding-right: 0;
}

table.twoColumn td.noPadding {
		padding-right: 0;
}

.banner {
		border-bottom: 4px solid #36393d;
		padding-bottom:2px;
		width: 775px;
		height: 150px;
		overflow: hidden;
}

p.banner img {
		display: block;
}

div.financeBox 
{
    float: left;
    width: 250px;
    margin-right: 10px;
}

div.last 
{
    margin-right: 0;
}

div.button a:link, div.button a:visited
{
    float: right;
    display: block;
    width: 100px;
    color: #D28A2C;
    background: #36393D;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    margin-top: 2px;
    border-left: 2px solid #fff;
text-decoration: none;
}

div.button a:hover {
	color: #36393D;
	background: #D28A2C;
	text-decoration: none;
}

div.specialOffers 
{
    border: 2px solid #36393D;
    padding: 5px;
    width: 244px;
    float: left;
}

div.googleMap {
	width: 250px; 
	height: 250px; 
	border: 1px solid #E25827;
	position: relative;	
}

span.telNo {
	float: right;
	font-weight: normal;
	color: #D28A2C;
	margin-top: -30px;
}
/* END STANDARD STYLES */
/* START PAGE SPECIFIC STYLES */

#skipLinks, #printTitle {
	display: none;
}

#container {
	width: 959px;
	margin: auto;
}

#header {
	height: 93px;
	clear:both;
}

#parts #header {
	height: 93px;
}

#menu ul {
	float: right;
}

#menu li {
	display: inline;
}

#menu ul li ul {
	display: none;
}

#menu a {
	display: block;
	float: left;
	padding: 7px 5px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #fff;
}

#menu li.first a {
	border-left: none;
}

#menu a:hover, #menu a:active, #menu a:focus {
	color: #d28a2c;
	background: #4c5550;
	padding: 7px 5px 3px;
	border-bottom: 4px solid #d28a2c;
}

#header p.logo {
	float: left;
}

#search {
	float: right;
	padding: 10px;
}

#search input.textbox {
	width: 50px;
}

#search input.button {
	border: none;
	position: relative;
	top: 3px;
}

#home #banner {
	border-top: 4px solid #36393d;
	border-bottom: 4px solid #36393d;
	background: #ebebdf;

}

#home #banner a img {
	display: block;
}

#home #banner table {
	border-bottom: 2px solid #fff;

}

#home #banner table table {
	border-bottom: none;
}

#home td.border {
	border-right: 2px solid #fff;
}

#home #carSearch {
	border-top: 2px solid #fff;
	width: 263px;
	padding: 10px 10px 10px 10px;
	float: left;
	background: #ebebdf;
}

#home #carSearch .large {
	font-weight: bold;
	font-size: 18px;
}

#home #carSearch select.textbox {
	background: #fff;
	padding: 0;
	color: #666;
	width: 240px;
	margin: 0 10px;
}

#home #carSearch input.button {
	border: none;
	margin-right: 15px;
}

#home #flashAnimation {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 473px;
	height: 192px;
	float: left;
}

#home #manufacturerList {
	width: 199px;
	height: 192px;
	float: left;
}

#home #manufacturerList p {
	border-top: 2px solid #fff;
}

#home #welcomeText {
	border-top: 2px solid #fff;
	background: #36393d;
	width: 674px;
	height: 37px;
}

#home #welcomeText .large {
	color: #d28a2c;
	font-size: 24px;
	padding: 6px 0 0 10px;
	float: left;
}

#home #welcomeText .button {
	float: right;
}

#home #content {
	margin-top: 1em;
}

#home #introduction {
	width: 236px;
	float: left;
	margin-right: 18px;
}

#home #otherServices {
	width: 320px;
	float: left;
	margin-right: 15px;
	overflow:hidden;
}

#home #otherServices a img {
	display: block;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	float: left;
}

#home #newsHome {
	width: 200px;
	float: left;
	margin-right: 15px;
}

#home #newsHome ul {
    margin:0;
    padding:0;
}
#home #newsHome li {
    margin:0;
    padding:0;
    background:none;
}

#home #locations {
	width: 153px;
	float: left;
}

#parts #content {
	clear: both;
}
	
#parts #left2Col {
	width: 769px;
	float: left;
	border-top: 4px solid #36393d;
}
	
#parts #right2Col {
	width: 169px;
	float: left;
	margin-left: 21px;
	border-top: 4px solid #36393d;
}

#parts div.left2Col {
	width: 357px;
	float: left;
}

#parts div.right2Col {
	width: 364px;
	float: left;
	margin-left: 48px;
}

#featureBox {
	background: #f9f7ed;
	padding: 7px;
	border-bottom: 1px solid #b9bbb3;
}

#featureBox h2 {
	color: #36393d;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	border: none;
}

#featureBox hr {
	background: #b9bbb3;
	color: #b9bbb3;
	height: 1px;
	margin: 0 0 0.5em 0;
}

p.contactButton {
	margin-top: 1em;
}

p.title a:link, p.title a:visited {
	background: #36393d url(../images/bg-arrow-right.gif) 5px 9px no-repeat;
	color: #fff;
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	font-size: 12px;
}

p.title a:hover, p.title a:active, p.title a:focus {
	color: white;
	background: #d28a2c url(../images/bg-arrow-hover.gif) 5px 9px no-repeat;
	text-decoration: none;
}

div.expandBox img {
	padding: 0 10px 5px 0;
}

#footer {
	font-size: 9px;
	clear: both;
}

#footer .title {
	font-size: 14px;
	color: #fff;
	background: #36393d;
	text-align: center;
	margin: 0.5em 0 0 0;
	padding: 3px 0;
	font-weight: bold;
}

#footer table {
	margin: 5px auto 0;
}

#footer table a:link, #footer table a:visited {
	color: #666;
	text-decoration: none;
}

#footer table a:hover, #footer table a:active, #footer table a:focus {
	background: none;
	text-decoration: underline;
}


#footer td.border {
	padding: 0 20px;
	vertical-align: top;
}

#footer td.border2 {
	padding: 0 5px;
	vertical-align: top;
}

#footer .foot {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	background: #36393d;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	height:88px;
}

#footer p.foot span.webAddress {width:959px; margin:auto; display:block; background: url(/cms/outertemplates/images/bg-foot.gif) no-repeat 100% 0; height:80px;}

#footer a.foot {
	text-decoration: none;
}

#footer .foot span.adido {
	padding: 0 40px 0 450px;
}

#footer p.center a:link, #footer p.center a:visited {
	color: #fff;
	text-decoration: none;
}

#footer p.center a:hover, #footer p.center a:active, #footer p.center a:focus {
	background: none;
	text-decoration: underline;
}

#footer p.center {
	font-size: 9px;
	color: #fff;
	background: #36393d;
	text-align: center;
	margin: 0;
	padding: 0 0 10px;

}
/* END PAGE SPECIFIC STYLES */


/* CAR HUB PAGE */

#leftcolumn {
	margin:0;
	padding:0;
	width: 164px;
	float: left;
	margin-right: 20px;
	border-top: 4px solid #36393d;
	padding-top:2px;
}

#leftcolumn .cta {
	margin-top:2px;
}

#leftcolumn .address {
	padding:0 10px 10px 10px;
	margin:0;
}

#leftcolumn a img 
{
    display: block;
}

#rightcolumn {
	margin:0;
	padding:0;
	width: 775px;
	float: left;
	border-top: 4px solid #36393d;
	padding-top:2px;
	min-height: 600px;
}

#rightcolumn #carsearch {
	margin:0;
	padding:0;
	width: 775px;
	padding-bottom:2px;
	border-bottom: 4px solid #36393d;
	margin-bottom:25px;
}

#rightcolumn #carsearch #left {
	margin:0;
	padding:10px 10px 0;
	margin-right:2px;
	width: 244px;
	float:left;
	background-color:#E1E1E1;
	height:220px;
}

#rightcolumn #carsearch #left p {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-top:0.5em;
	line-height:130%;
}

#rightcolumn #carsearch #left .title {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #36393D;
	font-weight:bold;
	margin-bottom:10px;
	line-height:50%;
}

#rightcolumn #carsearch #left form {
	margin:0;
	padding:0;
}

#rightcolumn #carsearch select.textbox {
	background: #fff;
	padding: 0;
	margin:0;
	color: #666;
	width: 244px;
}

#rightcolumn #carsearch input.button {
	border: none;
	background:none;
}

#rightcolumn #carsearch #right {
	margin:0;
	padding:0;
	width:509px;
	float:right;
	line-height:0;
}


#rightcolumn #carsearch p.left {
	margin:0;
	padding:0;
	float:left;
}

#rightcolumn #carsearch p.right {
	margin:0;
	padding:0;
	float:right;
}

#rightcolumn #carsearch #right #welcome {
	margin:0;
	padding:0;
	width: 489px;
	height:32px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	background-color:#36393D;
	vertical-align:middle;
	clear:both;
	margin-top:2px;
}

#rightcolumn #carsearch #right #welcome img {
	margin:0;
	padding:0;
	margin-top:8px;
	display:inline;
	float:right;
	line-height:0;
}

#rightcolumn #carsearch #right #welcome h1 {
	margin:0;
	padding:0;
	color:#d28a2c;
	font-weight:normal;
	line-height:120%;
	display:inline;
	float:left;
	width:49%;
}


#rightcolumn #subleft {
	margin:0;
	padding:0;
	float:left;
	width:588px;
	margin-right:20px;
}

#rightcolumn #subleft #promo {
	margin:0;
	padding:0 338px 0 0;
	width:250px;
	/*background-color:#E1E1E1;
	background-image: url(../images/audi/bg-promo.gif);
	background-repeat: repeat-x;
	background-position: left top;*/
	margin-top:20px;
	margin-bottom:20px;
	/* height:122px; */
}

#rightcolumn #subleft #promo .carimage {
	margin:0;
	padding:0;
}

#rightcolumn #subleft #promo p {
	margin:0;
	padding:0;
	width:230px;
	padding-left:10px;
	padding-top:5px;
}

#rightcolumn #subleft #promo .title {
	font-size:150%;
	font-weight:bold;
}

#rightcolumn #subleft #promo .subtitle {
	font-size:130%;
	font-weight:bold;
}

#rightcolumn #subleft #promo .orange {
	color:#D28A2C;
}

#rightcolumn #subleft #thumbleft {
	margin:0;
	padding:0;
	width:289px;
	float:left;
	margin-right:5px;
}

#rightcolumn #subleft #thumbright {
	margin:0;
	padding:0;
	width:289px;
	float:right;
	margin-left:5px;
}

#rightcolumn #subleft #thumbleft .thumbnail, #rightcolumn #subleft #thumbright .thumbnail {
	margin:0;
	padding:0;
	float:left;
	border-top: 4px solid #36393d;
	border-bottom: 4px solid #36393d;
	padding-top:2px;
	padding-bottom:2px;
	margin-right:10px;
}

#rightcolumn #subleft #thumbleft .orange, #rightcolumn #subleft #thumbright .orange {
	color:#D28A2C;
	font-weight:bold;
	font-size:120%;
}



#rightcolumn #subleft h2, #rightcolumn #subright h2 {
	margin:0;
	padding:0;
	display:block;
	clear:both;
	color: #36393D;
	font-weight:bold;
	padding-bottom:0.3em;
	margin-bottom:0.5em;
}

#rightcolumn #subleft h1, #rightcolumn #subright h1 {
	border:none;
}

#rightcolumn #subright {
	margin:0;
	padding:0;
	float:right;
	width:167px;
}

.resultsleft {
	margin:0;
	padding:0;
	float:left;
	width:49%;
}

.resultsright {
	margin:0;
	padding:0;
	float:right;
	width:49%;
	text-align:right;
}

table.searchresults {
	margin:0;
	padding:0;
	width:100%;
	margin-top:1em;
	clear:both;
	padding-bottom:5px;
	margin-bottom:1em;
}

table.searchresults th {
	margin:0;
	padding:5px;
	text-align:left;
	background:none;
	color:#666666;
	border-bottom: 2px solid #36393d;
}

table.searchresults td {
	margin:0;
	padding:0;
	border-bottom:2px solid #FFFFFF;
	border-top:2px solid #FFFFFF;
}

table.searchresults td.image {
	text-align: center;
	vertical-align: top;
	width: 70px;
}

table.searchresults td.image img {
	display: block;
}

table.searchresults td.padding {
	margin:0;
	padding:5px;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
}

table.searchresults .price {
	margin:0;
	padding:5px;
	color:#D28A2C;
	text-align: center;
	width: 80px;
	font-weight: bold;
	font-size: 170%;
}

table.searchresults .bggrey {
	background-color:#E1E1E1;
}

.greylink, .greylink:link, .greylink:active, .greylink:visited {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.greylink:hover {
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
	background:none;
}

#refinesearch {
	margin:0px;
	padding:10px;
	background-color:#F9F7ED;
	width:147px;
	border-bottom: 2px solid #36393d;
}

#refinesearch h2 {
	margin:0;
	padding:0;
	display:block;
	clear:both;
	color: #36393D;
	font-weight:bold;
	padding-bottom:0.3em;
	margin-bottom:0.5em;
	border:none;
}

#refinesearch input.textbox, #refinesearch select.textbox {
	width: 147px;
	background-color:#FFFFFF;
}

#enquire {
	margin:0px;
	padding:10px;
	background-color:#F9F7ED;
	width:147px;
	border-bottom: 2px solid #36393d;
	margin-bottom:20px;
}

#enquire h2 {
	margin:0;
	padding:0;
	display:block;
	clear:both;
	color: #36393D;
	font-weight:bold;
	padding-bottom:0.3em;
	margin-bottom:0.5em;
	border:none;
}

#enquire input.textbox, #enquire select.textbox, #enquire textarea.textbox {
	width: 141px;
	background:none;
	background-color:#FFFFFF;
}

#enquire textarea.textbox {height: 50px}

#cardetails {
	margin:0;
	padding:0;
	padding-top:2px;
	padding-bottom:2px;
	width:588px;
	border-bottom: 2px solid #4C5550;
	border-top: 2px solid #4C5550;
	clear:both;
	margin-top:1em;
}

#cardetails #carimage {
	margin:0;
	padding:0;
	float:left;
	width:382px;
}

/*#cardetails #text {
	margin:0;
	padding:10px;
	float:right;
	width:184px;
	margin-left:2px;
	background-color:#EBEBDF;
	height:230px;
}*/

#cardetails #text {
	margin:0;
	padding:10px;
	float:right;
	width:568px;
	background-color:#EBEBDF;
	height:230px;
	display: inline;
}

.F9F7ED 
{
    background: #F9F7ED;
}

#cardetails #text h2 {
	margin:0;
	padding:0;
	border:none;
}

#cardetails #text table {
	margin:0;
	padding:0;
	border:none;
	margin-bottom:10px;
}

#cardetails #text table th {
	background:none;
	text-align:left;
	color:#666666;
	margin:0;
	padding:0;
	vertical-align:top;
}

#cardetails #text table td {
	background:none;
	text-align:left;
	color:#666666;
	margin:0;
	padding:0;
	vertical-align:top;
}

#cardetails #text table td.price {
	color:#D28A2C;
	font-weight:bold;
	font-size: 130%;
}

#cardetails #text table strong.apr {
	font-size: 140%;
}

.thumbnails  {
	clear:both;
	width:100%;
}

.thumbnails img {
	margin-right:5px;
	margin-top:2px;
	margin-bottom:1em;
}

.detailsicons  {
	float:right;
	margin:0;
	padding:0;
	margin-bottom:-15px;
	vertical-align:middle;
}

.detailsicons img {
	margin-left:5px;
}

.orange {
	color:#D28A2C;
}

#content {
	clear: both;
}

/* END CAR HUB PAGE */


.highlightOffOdd {

}

.highlightOffEven {
	background-color: #F9F7ED !important;
}


/* START VERTICAL MENU STYLES */

div.xMenuBtn {
	display: none;
}

#content #leftcolumn ul li
{
    margin: 0;
    padding: 0;
    background: none;
}

#leftcolumn ul.subnav { 			/* all lists */
	position: relative;
	list-style: none;
	float: left;
	width: 164px;			/* width of first-level anchors */
	border-bottom: 4px solid #36393d;
	margin-bottom:20px;	
	z-index: 9999;
}

#leftcolumn ul.subnav li ul { 				/* second-level lists */
	position : absolute;
	left: -999em;
	width: 170px;			/* width of second-and-above-level anchors */
	margin-top: -22px;		/* height offset of second-and-above-level lists */
	border-bottom: none;
	margin-bottom: 0;
	border-left: 2px solid #fff;
}

#leftcolumn ul.subnav li ul ul {				/* third-and-above-level lists */
	left: -999em;
}

#leftcolumn ul.subnav li { 				/* all list items */
	position : relative;
	float : left;
	z-index: 9999;
}

#leftcolumn ul.subnav li a {				/* first-and-above-level anchors */
	width: 156px;
	w\idth: 156px;
	display: block;
	background: #EBEBDF;
	display:block;
	color: #36393D;
	text-decoration:none;
	font-weight: bold;
	padding: 2px 4px;
	border-bottom: 2px solid #fff;
}

#leftcolumn ul.subnav li ul li a {			/* second-and-above-level anchors */
	width: 200px;
	w\idth: 200px;
}

#leftcolumn ul.subnav li:hover ul ul, #leftcolumn ul.subnav li:hover ul ul ul, #leftcolumn ul.subnav li:hover ul ul ul ul, #leftcolumn ul.subnav li:hover ul ul ul ul ul, #leftcolumn ul.subnav li.sfhover ul ul, #leftcolumn ul.subnav li.sfhover ul ul ul, #leftcolumn ul.subnav li.sfhover ul ul ul ul, #leftcolumn ul.subnav li.sfhover ul ul ul ul ul {
	left: -999em;
}

#leftcolumn ul.subnav li:hover ul, #leftcolumn ul.subnav li.sfhover ul {
	margin-left: 164px;		/* width + padding of first-level anchors */
	left: auto;
}

#leftcolumn ul.subnav li li:hover ul, #leftcolumn ul.subnav li li li:hover ul, #leftcolumn ul.subnav li li li li:hover ul, #leftcolumn ul.subnav li li li li li:hover ul, #leftcolumn ul.subnav li li.sfhover ul, #leftcolumn ul.subnav li li li.sfhover ul, #leftcolumn ul.subnav li li li li li.sfhover ul, #leftcolumn ul.subnav li li li li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 208px;		/* width + padding of second-and-above-level anchors */
	left: auto;
}

/* #leftcolumn ul.subnav li a:hover, #leftcolumn ul.subnav li a:active, ul.subnav li a:focus, #leftcolumn ul.subnav li.navdrop a:hover, #leftcolumn ul.subnav li.navdrop a:active, #leftcolumn ul.subnav li.navdrop a:focus { 
	background-image:url(../images/bg-nav-hover.gif);
	background-repeat: no-repeat;
	background-position: 154px center;
	color: #36393D;
} */

#leftcolumn ul.subnav li a:hover, #leftcolumn ul.subnav li a:active, #leftcolumn ul.subnav li a:focus {
	background-image:url(../images/bg-nav-hover.gif);
	background-repeat: no-repeat;
	background-position: 154px center;
	color: #36393D;
} 

#leftcolumn ul.subnav li ul li a:hover, #leftcolumn ul.subnav li ul li a:active, #leftcolumn ul.subnav li ul li a:focus {
	background-image:url(../images/bg-nav-hover.gif);
	background-repeat: no-repeat;
	background-position: 195px center;
	color: #36393D;
}

/* Support for the "iehover-fix.js" */

* html #leftcolumn ul.subnav iframe {
	position: absolute;
	/* account for the border */
	left: 0em;
	top: 0em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */


/* END VERTICAL MENU STYLES */









/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */

#lightbox{position: absolute;top: 40px;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#lightbox a img{ border: none; }#lightbox a:hover{ background: transparent;}
#outerImageContainer{position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#imageContainer{padding: 10px;}
#loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#hoverNav{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{width: 49%;height: 100%;background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */display: block;}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;}
#imageData{padding:0 10px;}#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}
#overlay{position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;background-color: #000;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;}
* html .clearfix {/* Hides from IE-mac \*/height: 1%;/* End hide from IE-mac */}

/* END LIGHTBOX STYLES */

/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: transparent; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {}
input.zoom_searchbox {}

/* END SEARCH RESULTS STYLES */

/* PAULS STYLE AMENDS */
#specialoffers {position:relative;width:520px;}
	#specialoffers h2 {border:none;color:#d38a2c;font-weight:bold;font-size:1.6em;}
	#specialoffers h3 {border:none;font-weight:bold;font-size:1.4em;font-style:oblique;color:#000;}

#latestnews {width:44%;}

div#carouselWrap {width:520px; overflow:hidden;position:relative;}
	table#carousel td {width:520px;}
		.specials {position:relative;width:520px;}
		#content ul.specials li {background:none;margin-left:0px;padding-left:0;}

.prices {position:absolute;right:0;top:55px;}
.prices em {font-size:.7em;}
.prices div {margin-bottom:5px;}
.prices span {width:75px;display:inline-block;color:#fff;padding:4px;line-height:1em;font-weight:bold;font-size:1.4em;}
.prices .listprice span {background:#36393d;}
.prices .ourprice, .prices .saveprice {font-weight:bold;}
.prices .ourprice span {background:#d38a2c;}
.prices .monthlyprice span {background:#00b300;}
.prices .aprprice span {background:#0096ff;}
.prices .saveprice {color:#ff0000;}
.prices .saveprice span {background:#ff0000;}

#content #latestnews .newsarticle {border-bottom:1px solid #000; padding-bottom:10px;}
#content #latestnews .newsarticle h2 {border:none;font-weight:bold;font-size:1.2em;}

.readmore {background:transparent url(../images/bt.gif) no-repeat scroll center right;padding-right:6px;}
.btFindOutMore {position:absolute;line-height:1.5em;padding-left:5px;padding-right:5px;right:0;top:155px;color:#d38a2c;font-weight:bold;font-size:1.4em;background:#ebebdf url(../images/bt.gif) no-repeat scroll center right;padding-right:10px;}
.btFindOutMore a:link, .btFindOutMore a:visited {text-decoration:none;}

#specialoffers h2 a:link, #specialoffers h2 a:visited {text-decoration:none;}
.btFindOutMore a:hover, #specialoffers h2 a:hover {text-decoration:underline;background-color:transparent;color:#d38a2c;}

#carouselpager {position:relative;border-top:1px solid #000;padding-top:10px;text-align:right;width:100%;clear:both;}
#carouselpager div.mojo {float:right;}
#carouselpager p {float:left;margin-right:10px;}

.prev, .next {height:15px;width:15px;float:left; text-indent:-9999px; overflow:hidden; text-align:left;}
.prev {background: transparent url(../images/homepage/prev.gif) no-repeat center right !important; margin-right:2px;}
.next {background: transparent url(../images/homepage/next.gif) no-repeat center right !important;}

.prev:hover {background: transparent url(../images/homepage/prev.gif) no-repeat center right !important; margin-right:2px;}
.next:hover {background: transparent url(../images/homepage/next.gif) no-repeat center right !important;}

table.padded {}
table.padded td, table.padded th {padding:4px;}

div#social {float:right; padding-top:5px;}
    div#social a img {display:block;}