@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background-repeat: repeat-x;
	background-image: url(images/leatherblack.jpg);
	background-color: #000;
}
.cmg #container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	background-color: #FFF;
} 


/* ///////// HEADER \\\\\\\\\ */

.cmg #header {
	width: 980px;
	background-color: #FFF;
	text-align: left;
	height: 150px;
	padding-top: 0;
	padding-bottom: 0;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
.cmg #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.cmg #headerlogobox {
	margin-left: 20px;
	height: 150px;
	width: 630px;
		background-image: url(rotator/rotate.php);
	background-repeat: no-repeat;
	background-position: right top;
}
.cmg #shopnav{
	color: #000033;
	float: right;
	width: 300px;
	height: 130px;
	margin-top: 5px;
	margin-right: 0px;
	background-position: bottom;
	padding-bottom: 10px;
	padding-right: 20px;
}

.cmg #shopnav a {
	color: #6699CC;
	text-decoration: none;
	font-size: 11px;
	
}

.cmg #shopnav a:hover {
	color: #6699CC;
	text-decoration: underline;
}

/* ///////// NAV BAR \\\\\\\\\ */

.cmg #globalnav {
	height: 30px;
	color: #FFF;
	background-image: url(images/navbarbg.jpg);
	background-repeat: repeat-x;
	line-height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.cmg #globalnav a {
	color: #FFF;
	text-decoration: none;
	padding: 7px 15px;
	border-right: 1px solid #999999;
}
.cmg #globalnav a:hover {
	color: #CCC;
	text-decoration: none;
}


/* ///////// LEFT SIDEBAR \\\\\\\\\ */


.cmg #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #545e62;
	
	background-image: url(images/carbonfibre.jpg);
}
.cmg #sidebar1 h1 {
	padding-left: 8px;
	font-size: 18px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}
.cmg #sidebar1 h3 {
	padding-left: 8px;
	font-size: 14px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}
.cmg #sidebar1 p {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}
.cmg #sidebar1 p a {
	color: #FFFFFF;
}
.cmg #sidebar1 p a:hover {
	color: #6699CC;
}
.cmg #search {
	color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 8px;
	border-bottom: 1px solid #FFF;
}
.cmg #search h2 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #FFF;
	font-weight: normal;
}
.cmg #search a {
	color: #FFF;
	font-size: 11px;
}
.cmg #search a:hover {
	color: #6699CC;
}

/* ///////// RIGHT SIDEBAR \\\\\\\\\ */


.cmg #sidebar2 {
	float: right;
	width: 200px;
	margin-top: 20px;
	margin-left: 20px;
}
.cmg #sidebar1 h1 {

}
.cmg #sidebar1 a {

}
.cmg #sidebar1 a:hover {

}


/* ///////// MAIN CONTENT \\\\\\\\\ */


.cmg #mainContent {
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
}
.cmg #mainContent h1 {
	margin: 0;
	padding-top: 20px;
	color: #000033;
	font-size: 19px;
	font-weight: normal;
}
.cmg #mainContent h2 {
	color: #6699CC;
	font-size: 16px;
	font-weight: normal;
}
.cmg #mainContent a {
	color: #000033;
	text-decoration: none;
}
.cmg #mainContent a:hover {
	ccolor: #6699CC;
	text-decoration: underline;
}


/* ///////// FOOTER \\\\\\\\\ */


.cmg #footer {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-image: url(images/carbonfibre.jpg);
	background-repeat: repeat;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px
}
.cmg #footer p {
	color: #FFF;
}
.cmg #footer a {
	color: #FFF;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.formboxes1 {
	color: #333;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}

/* ///////// 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 Tahoma, Geneva, 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; }

