/* CSS Document */

/* - TAGs - */

h1 {
	color: #FB1C23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 170%;
	line-height: 120%;
	font-weight: normal;	
}

h1.strapline {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height: 1%;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
}

h2 {
	color: #FB1C23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 155%;
	line-height: 120%;
	font-weight: normal;	
	margin: 25px 0px 10px 0px;
}

h3 {
	color: #FB1C23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	line-height: 50%;
	font-weight: normal;	
	margin: 25px 0px 10px 0px;
}
/* - LINKs - */

a {
	color: #000000;
}

a:hover {
	color:#EB040A;
	text-decoration: none;
}

a.phonehome {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 105%;
	color: red;
}

a.phonehome:hover {
	text-decoration: none;
}


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

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

a.title {
	color: #EB040A;
	font-size: 1.3em;
}

a.title:hover {
	color:#EB040A;
	text-decoration: none;
}

/* - IDs - */

#footer {
	font-size: 90%;
	color: #ffffff;
}

/* - CLASSes - */

.headContact {
	padding: 5px 0;
}

.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 105%;
	color: red;
}

.phonehome {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
	color: red;
}

.homeBox {
	margin: 0px;
}

.homeBoxContentvideo {
	padding: 5px 5px 5px 5px;
}

.homeBoxContent {
	padding: 15px 10px 15px 12px;
}

ul.tick {
	margin: 20px;
	padding: 0px;
	vertical-align: middle;
}

ul.tick li {
	list-style-image: url(../images/tick.gif);
	padding: 0px 0px  10px 10px;
	vertical-align: middle;
}

p.bottom {
	clear:both;
}	


/* - IMAGEs - */
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

/* - TABLEs - */

table.sysSpec {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

table.sysSpec th {
	background-color: #CDCDCD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: left;
	padding: 4px 15px;
}

table.sysSpec td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 4px 15px;
}

td.price {
	background-color: #FF2027;
	color: #ffffff;
	font-size: 125%;
}

table.sysSpec td a {
	text-decoration: none;
}

table.sysSpec td a:hover {
	text-decoration: underline;
}

/* - Top Nav - */

#nav ul.udm li {
	width: 127px;
}

#nav ul.udm li.nav a {
	text-align: center;
}

#nav ul.udm ul.subMenu li {
	height: auto;
}

#nav ul.udm ul.subMenu li a {
	text-align: left;
}

/* ------- */

#homePic h1 {
	display: none;
}

/* Lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
