/*****************************/
/*** Core html setup stuff ***/
/*****************************/

* { 
margin: 0; 
padding: 0; 
} 

html {
  height: 100%;
  margin-bottom: 1px;
  background-color: #000032;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 140%;	
	/*color: #305a8a;*/
}

td {
	font-size: 11px;
	vertical-align: top;
	line-height: 140%;
}


p {
	font-size: 11px;
	line-height: 140%;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	color: #000032;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

img {
	border: 0px;
}


a:link, a:visited {
	color: #305a8a;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: Red;
}


/* site formatting */

#wrapper {
	width: 977px;
}

#header {
	width: 977px;
	height: 119px;
	background-image: url(../images/header/header.jpg);
}

#contentwrapper {
	width: 950px;
	min-height: 500px;
	background-image: url(../images/bgrds/main_bgrd.gif);
	background-repeat: repeat-y;
	background-color: white;
}

#content {
	width: 650px;
	float: left;
	margin-left: 20px;
	background-color: white;	
	/*border: 1px solid red;*/
}

#vm_menu {
	width: 211px;
	float: right;
	margin-right: 13px;
	/*background-color: #fdd977;
	border: 1px solid silver;*/

}

#top_bgrd {
	/*border: 1px solid red;*/
	width: 211px;
	height: 7px;
	background-image: url(../images/bgrds/top_bgrd.gif);
	background-repeat: no-repeat;
}

#mid_bgrd {
	width: 211px;
	background-image: url(../images/bgrds/mid_bgrd.gif);
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 5px;	
}

#btm_bgrd {
	width: 211px;
	height: 7px;
	background-image: url(../images/bgrds/btm_bgrd.gif);
	background-repeat: no-repeat;
}


#vm_menu_header {
	font-weight: bold;
	font-size: 14px;
	color: #000032;
	margin-bottom: 27px;
}

#news_header {
	font-weight: bold;
	font-size: 14px;
	color: #000032;
	padding-bottom: 10px;
} 

#arrivals_header {
	font-weight: bold;
	font-size: 14px;
	color: #000032;
} 

#new {
	width: 200px;
	float: right;
	padding-top: 25px;
	text-align: left;
	border-bottom: 1px solid gray;
	margin-bottom: 10px;

}

#new_2 {
	width: 200px;
	float: right;
	padding-top: 25px;
	text-align: left;
}

#contentbtm {
	width: 977px;
	height: 17px;
	background-image: url(../images/footer/footer.gif);
}

#navdiv {
	width: 930px;
	height: 20px;
	position: absolute;
	top: 84px;
	left: 23px;
	color: white;
	background-color: #000032;
	padding-top: 2px;

}

#footer {
	width: 957px;
	height: 34px;
	padding-left: 20px;
	padding-top: 9px;
	margin-top: 20px;
	background-image: url(../images/footer/footer_2.gif);
	background-repeat:no-repeat;

}

#easishop {
	font-size: 10px;
	color: white;
	padding-left: 20px;

}

a.mainlevel {
	color: white;
	padding-right: 30px;
	font-size: 12px;
	font-weight: bold;

}

a.mainlevel:hover {
	color: #fdd977;

}

.contentheading {
	font-weight: bold;
	font-size: 14px;
	color: #000032;
	padding-bottom: 20px;

}


.browseProductTitle {
	font-weight: bold;
	font-size: 14px;
	color: #000032;

}

#contact_map {

	float: right; 
	background-image: url(../images/contact/map.gif);
	background-repeat: no-repeat;
	width: 294px;
	height: 294px;
	border: 1px solid silver;
}


