body {
	margin: 0 0 12px 0;
	padding: 0;
	color: #c1c1c1;
	font: normal 80% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	background: #000 url(../styleImages/backgrounds/pageBg.jpg) repeat-x top;
}
#pageSurround {
/*GSD	width: 748px; */
	width: 868px;
	margin: 0px auto;
	
}
#subSurround {
}
#topHeader {
	float: left;
	text-align: right;
	width: 1018px;
	height: 232px;
	margin-left: -150px;
	clear: right;
	padding: 30px 0 8px 0;
	background: url(../styleImages/backgrounds/topHeader.jpg) no-repeat;
}

a:link {
	text-decoration: none;
	color: #224dcc;
}
a:visited {
	text-decoration: none;
	color: #224dcc;
}
a:hover, a:active {
	color: #FFF;
}
/* Headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 20px 0 10px;
}
h1 {
	font-size: 32px;
	margin-bottom: 0px;
	margin-top: 10px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
#header h1 a {
	margin-left:-1000px;
	color: #FFFFFF;
}
#header h1 a:hover {
	color: #C8DDF0;
}
h4, h5, h6 {
	font-size: 20px;
}

/* Navigation */
#navigation {
	clear: both;
	float: left;
	width: 100%;
}
#navigation ul {
	list-style-type: none;
	list-style-image: none;
	float: right;
	margin-top: -40px;
	padding: 0 0px 0 0;
	margin-right: 38px;
}
#navigation li {
	float: left;
}
#navigation li a:link, #navigation li a:visited {
	float: left;
	color: #CCC;
	display: block;
	padding: 5px 10px;
	margin-right: 3px;
	border: 1px dashed transparent;
	height: 24px;
	font-size: 16px;
	margin-top: 4px;
	background: #202020;
	border: 1px solid #303030;
}
#navigation li a:hover, #navigation li a:active {
	color: #FFF;
	background: #343434;
	border: 1px solid #404040;
	background-repeat: repeat-x;
	font-size: 16px;
	margin-top: 4px;
}
#navigation li.active a {
	color: #C1C1C1;
	background-color: #000000;
}

.boxTitleLeft, .boxTitleRight {
	margin-top: 22px;
	font-size: 18px;
	color: #969696;
	font-weight: bold;
}
.boxContentLeft, .boxContentRight {
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px;
	padding-left: 9px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 563px;
	float: left;
	margin: 24px 0 0 10px;
	padding: 22px 10px 0 18px;
	background: url(../styleImages/backgrounds/bg_content.gif) no-repeat;
}
.colRight {
	float: right;
	padding: 6px 0 10px 20px;
	width: 210px;
	margin: 24px 20px 0 0;
	background: url(../styleImages/backgrounds/bg_sidebar.gif) no-repeat;
}
.boxContent {
	padding: 3px;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px;
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 558px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 50px;
}
.regSep {
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	float: left;
	text-align: center;
	margin: 0 24px 10px 0;
	width: 132px;
	height: 232px;
}

