/* CSS Document */
body {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bodyBG.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000000;
	background-attachment:fixed;
	text-align:center;
	font-size:12px;
	color:#101010;
}

* {
	padding:0px;
	margin:0px;
}

table {
	border-collapse:collapse;
}

.clear {
	clear:both;
}

.imgBorder {
	border:none;
}

.mainContainer {
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

.contentContainer {
	margin:20px;
	text-align:left;
}

.logo {
	float:left;
	padding:0px 16px 0px 0px;
}

.topNavigation {
	padding:70px 0px 0px 0px;
}


.topNaviLink {
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	padding:0px 8px;
}

.topNaviLinkA, .topNaviLink:hover {
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
	padding:0px 8px;
}

.topNaviLastLink {
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	padding:0px 0px 0px 13px;
}

.topNaviLastLinkA, .topNaviLastLink:hover {
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
	padding:0px 0px 0px 13px;
}

.link {
	color:#000;
	font-size:12px;
	font-weight:bold;
}

.link:hover {
	color:#3F3F3F;
	font-size:12px;
	font-weight:bold;
}

.gap {
	height:20px;
	font-size:0px;
}

.boxBG {
	background-image:url(images/boxBG.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:158px;
	width:450px;
}

.boxSBG {
	background-image:url(images/boxSBG.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#C6D1F1;
	width:240px;
	padding-bottom:10px;
}

.boxS2BG {
	background-image:url(images/boxS2BG.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:120px;
	width:220px;
}

.boxTitle {
	font-size:18px;
	font-weight:bold;
	padding:5px 11px 3px 11px;
}

.boxTitleLink {
	color:#101010;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

.boxTitleLink:visited {
	color:#101010;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

.boxTitleLink:hover {
	color:#101010;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
}

.boxPicBorder {
	border:#FFFFFF 1px solid;
	padding:4px;
}

.boxPicBorder5 {
	border:#FFF 1px solid;
}

.boxPicBorder3 {
	border:#CCC 1px solid;
}

.boxPicBorder2 {
	background-color:#ACBCDE;
	padding:4px;
}

.boxPicGap {
	width:5px;
}

.boxDesc {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding:4px 0px 9px 0px;
}

.footer {
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
}

p {
	margin-bottom:18px;
	font-size:12px;
}

h1 {
	font-size:45px;
	margin:0px 0px 0px 0px;
}

h2 {
	font-size:14px;
	margin:15px 0px 5px 0px;
}

.listGap {
	margin-left:25px;
}

ol li {
	padding-bottom:3px;
}

.textS2 {
	float:right;
	font-size:11px;
}

.productTitle {
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}

.galleryPicInner {
	width:150px;
	border:none;
}

.galleryPic {
	padding:5px;
	border:#CCC 1px solid;
}

.galleryDesc {
	
}

.galleryTitle {
	font-size:22px;
	font-weight:bold;
}

