/* CSS Document */

<!--
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

body,td,th {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

body {
	margin : 20px 0px 20px 0px;
	background-color : #000038;
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px;
	color : #000000;
}

/* Normal Links */

a:link {
	text-decoration : underline;
	font-size : 12px;
	color : #FFFFFF;
}
a:visited {
	text-decoration : underline;
	font-size : 12px;
	color: #FFFFFF;
}
a:hover {
	text-decoration : none;
	color : #CCCCCC;
}
a:active {
	text-decoration : underline;
	font-size : 12px;
	color: #FFFFFF;
}

/* Heading */

h1 {
	font-size: 16px;
	color: #000038;
}
h2 {
	font-size: 14px;
	color: #000038;
}
h3 {
	font-size: 12px;
	color: #000038;
}
-->

/* Layout */
 
#pagewidth{
width : 950px;
margin : 0px auto 0px auto;
border : 1px solid #ffffff;
background-image:url(../images/main-header.jpg);
background-repeat:no-repeat;
 text-align:left;
 /* background-color:#FFFFFF; */
 background-color: #0D0F35; 
 padding:0px;
} 

#mainshopback {
	background-image: url(../images/shopbackground.jpg);
	background-repeat:no-repeat;
	top: 10px;
	}
 
#header{
 height:51px; 
 width:950px;
} 

#search {
	margin-right: 260px;
	}

#wrapper {
	width:915px;
	margin:15px auto 0 auto;
	text-align:left;
	}
 
/* navigation */
#main_nav_wrapper {
/* height : 33px;
border-top : 1px solid #ffffff;
border-bottom : 1px solid #ffffff; */
}
#main_nav_wrapper div {
/* background-color : #666666;
width : 595px;
height : 24px; */
color:#FFFFFF;
float : right;
padding : 4px 5px 0px 0px;
text-align : right; 

}
#main_nav_wrapper div a {
text-decoration : none;
color : #ffffff;
}
#main_nav_wrapper div a:hover {
text-decoration : underline;
color : #ffffff;
}

 
/* Columns */
 
/* #leftcol{
 width:169px;
 vertical-align:top;
 } */
 
#maincol{  
 width:660px; 
 padding-left:10px;
 padding-right:10px;
 vertical-align:top;
 }

#mainscrol {
 /* height:335px; overflow:auto; width:940px; */
 }

#rightcol{  
 width:169px;
 vertical-align:top;
 }

/* Main Column link Style */

#maincol a:link {
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}
#maincol a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
}
#maincol a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #CCCCCC;
}
#maincol a:active {
	text-decoration: none;
}

/* Main col style above */
 
/* Heading */
#heading {

}

#heading h1 {
font-weight : normal;
font-size : 34px;
margin : 0px;
color : #666666;
}

 
/*bottom Navigation */ 

#footer {
background-color : #666666;
height : 25px;
padding : 0px 0px 0px 0px;
}
#footer a {
display : block;
width : 70px;
float : left;
font-size : 11px;
color : #ffffff;
text-decoration : none;
text-align : center;
}
#footer a:hover {
color : #ffffff;
text-decoration : underline;
}

/* shop Price product listings */

.price {
 font-size:22px; color:#CCCCCC; font-weight:bold;
 }


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
