@charset "UTF-8";
/* CSS Document */


body {
background-color: #eee;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	margin-top: 0px;
}

.logo {
	width:762px;
	height:80px;
	/*background-image:url(../images/bg_logo.jpg) ;
	background-repeat:repeat-y;*/
	background-color:#FFFFFF;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	/*border-bottom: 1px solid #563b45;
	padding-top:10px;*/
padding-left:36px
}

a {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #990066;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}

/*navigation*/
.nav_active {
	background-color: #97bdd0;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 14px;
	padding-left: 36px;
	padding-bottom: 2px;
	padding-top:2px;
	text-align:left;
}

.shop {
float:right; 
padding-right:72px; 
padding-top:15px;
}
#navcontainer {
width: 798px;
border:1px solid #666;
}
#navcontainer ul {
	display: block;
	font-size:10px;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}
#navcontainer a {
	display: block;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 670px;
	width: 128px;
	background-color: #e4e5e5;
	border-bottom: 1px solid #fff;
}
#navcontainer a:link {
	color: #666;
	text-decoration: none;
}
#navcontainer a:hover {
	background-color: #97bdd0;
	color: #fff;
}
.nav_bottom {
	padding-top:15px;
	text-align:center;
	clear:both;
}

#navlink {
font-size: 11px;
padding-left: 0px;
}

#navlink a {
	color: #336699;
	display: inline;	
	text-align:left;
    padding-bottom: 0px;
	padding-top:0px;
	padding-left: 0px;
	width:auto;
	background-color: #97bdd0;
	border-bottom: 0px;
}


/*content area*/

.border_lft2 {
	float:left; 
	height:75px;
	width:60px;
	background-image:url(../images/dots_4gray.gif);
	background-repeat:repeat-y;
}

/*collection box*/
.c_box {
float:left; 
border-top: 5px solid #e4e5e5; 
border-left: 1px solid #e4e5e5; 
border-right: 1px solid #e4e5e5; 
border-bottom: 1px solid #e4e5e5; 
width:140px; 
margin-left:40px;
}

.content_bx {
width:798px; 
background-color:#fff; 
border-bottom: 1px solid #666; 
border-left: 1px solid #666; 
border-right: 1px solid #666;
}

.content{
clear: both; 
padding-top:20px;
}

.header_txt {
float:left; 
width:400px; 
text-align:left; 
padding-top:48px; 
font-size:2em; 
color:#999;	
}

.copyright {
	color:#999999;
	padding-top:5px;
	padding-bottom:50px;
	text-align:center;
}

.margin_top{
margin-top:30px;
}

.product{
float:left; 
border-top: 5px solid #e4e5e5; 
border-left: 1px solid #e4e5e5; 
border-right: 1px solid #e4e5e5; 
border-bottom: 1px solid #e4e5e5; 
width:260px;
}

.p_bx {
width:570px;
clear:both;
margin-bottom: 40px; /*added to render spacing in IE*. Does not render in other browsers*/
}

.p_bx2{
float:left; 
width:250px; 
text-align:left; 
padding-left:20px;
}

.p_descrip{
text-align:left; 
padding-top:10px;
}

.p_descrip_b {
margin-left:-25px;
}

.p_name {
font-size:1.25em; padding-top:10px;
}

.p_views{
clear:both;
text-align:left; 
padding-top:5px; 
}

.price{
padding-top:20px; 
font-size:1em;
font-weight:bold;
}

.required {
color: #FF0000;
}

.season {
float:left; 
width:300px; 
text-align:left; 
padding-top:48px; 
font-size:2em; 
color: #aaa;
}

.show {
text-align:left;
padding: 5px 0px 5px 15px;

}

.thumbnail {
float:left; 
border:solid #aaa 1px; 
margin-right:2px;
margin-bottom: 40px; /*change p_box margin-bottom also if this is changed*/
}



