/* Main CSS Document */

html, body {
	background: #393d51;
	margin: 0;}
	
div {
	text-align: left;}
	
#logo {
	height: 95px;
	width: 949px;
	padding-top: 15px;
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;}
	
#mainContainer {
	border: 1px solid black;
	margin: 0 auto;
	width: 945px;
	background: white;
	overflow: hidden;}
	
#nav {
	background: url(../../images/templates/main/navBack.jpg) repeat-x top left #3d4d66;
	min-height: 31px;
	/*\*/*  height: 31px; /**/
	width: 945px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid black;}
	
#pageMarkerLeft, #pageMarkerMiddle, #pageMarkerRight {
	float: left;}
	
#pageMarkerMiddle {
	background: #586a87;
	border-top: 1px solid #b2bdcd;
	min-height: 18px;
	margin: 1px 0 -15px 0;
	vertical-align: middle;
	padding: 8px 3px 3px 3px;
	/*\*/* padding-top: 8px; /**/}
	
#pageMarkerLeft {
	background: url(../../images/templates/main/pageMarkerLeftCorner.jpg) bottom left no-repeat;
	width: 12px;
	height: 30px;
	margin: 1px 0 0 5px;}
	
#pageMarkerRight {
	background: url(../../images/templates/main/pageMarkerRightCorner.jpg) bottom right no-repeat;
	width: 12px;
	height: 30px;
	margin: 1px 0 0 0;}
	
#shoppingCart, #shoppingCart:visited {
	background: url(../../images/templates/main/shoppingCartIcon.jpg) top left no-repeat #29490f;
	border-left: 1px solid black;
	height: 31px;
	width: 40px;
	position: absolute;
	margin-left: 904px;
	display: block;}

	
#shoppingCart:hover {
	background: url(../../images/templates/main/shoppingCartIcon.jpg) top left no-repeat #29490f;
	border-top: 1px solid black;
	border-left: 1px solid black;
	height: 35px;
	width: 40px;
	position: absolute;
	margin-left: 904px;
	margin-top: -5px;
	display: block;
	cursor: pointer;}
	
#mainImage {
	background: white;
	width: 945px;
	min-height: 279px;
	border-bottom: 2px solid black;
	margin-left: 0;}
	
#fromTheGallery {
	background: black;
	float: right;
	width: 200px;
	height: 350px;
	position: absolute;
	margin-left: 745px;
	filter: alpha(opacity=50); 
	-moz-opacity: .50;}

#fromTheGalleryContent {
	text-align: center;
	padding: 5px;
	color: white;
	filter: alpha(opacity=100); 
	-moz-opacity: 1.00;
	position: absolute;
	margin-left: 748px;}
	
#bodyContainer {
	padding: 10px 0 0 5px;}
	
#bodyContentContainer {
	float: left;
	margin-right: 25px;
	border-right: 1px dotted #607390;
	width: 700px;
	padding: 0 auto;}
	
#bodyContent {
	padding: 25px 35px 25px 25px;}
	
#rightSideInfo {
	width: 188px;
	float: left;}
	
#bottomNavContent {
	width: 945px;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;}
