/* CSS Document */
/*

pale blue : #d5f1ff
dark blue : #287186
grey : #c0c0c0





*/
body{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#main_holder{
	width: 750px;
	border: 1px solid #c0c0c0;
	margin: 0px auto;
	text-align: left;
	padding: 5px;
}
h1#header{
	width:90px;
	height:160px;
	background: #d5f1ff url(../images/pvm-logo.gif) no-repeat center bottom;
	border-left: 25px solid #287186;
	margin: 0px 0px 0px 0px;
	padding: 30px 80px 10px 10px;
	float:left;
	font-size: 16px;
	font-weight: normal;
	color: #287186;
}
#header_image{
	float:right;
	margin:0px 0px 0px 0px;
}
h2#header_bar{
	clear:both;
	background-color: #287186;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin:0px;
	padding: 5px;
}
h2#header_bar span{
	float: right;	
	margin:0px;
}
h2#header_bar span a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}
h2#header_bar span a:hover{
	text-decoration: underline;	
}
#menu{
	width: 205px;
	margin: 5px 0px 0px;
	padding: 0px;
	float: left;
}
#menu a{
	display: block;
	background-color: #c0c0c0;
	margin: 0px 0px 2px;
	font-size: 11px;
	color: #333333;
	padding: 5px;
	text-decoration: none;
}
#menu a:hover{
	background: #d5f1ff;
}
#menu p{
	font-size: 11px;
	color: #333;
	text-align: center;
	display: block;	
}
#search{
	background: #c0c0c0;
	margin: 0px;
	padding: 0px;
}
#search input{
	background: #d5f1ff;
	border: 1px solid #666666;
	width:120px;
	padding: 2px;
	margin: 4px;
	font-size: 11px;
}
#search input#submit{
	background: #c0c0c0;
	border: none;
	width:50px;
}
#search input#submit:hover{
	font-weight: bold;
}
#content{
	float:left;
	width: 530px;
	font-size: 13px;
	color: #333;
	padding: 5px;
	margin: 0px;
}
#content h1{
	font-size: 24px;
	font-weight: bold;
	}
#content h2{
	font-size: 18px;
	font-weight: bold;
	}
#content h3{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 6px 0px 3px;
}
#content p{
	margin: 0px;
	padding: 0px;
}
#footer{
	clear: both;
	font-size: 11px;
	color: #333333;
	text-align: center;
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	padding: 3px;
	margin-top: 10px;
}


.products a img{
	margin: 5px;
	padding: 5px;
	float: left;
	border: 1px solid #d5f1ff;
}
.products a{
	color:#287186;
	text-decoration: none;
}
.products a:hover{
	color:#c0c0c0;
	text-decoration: underline;
}
.products {
	clear:both;
}
.products p {
	width:400px;
	float:right;
}

#content .products p.price{
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding:0px;
}

#item_image{
	margin: 5px;
	padding: 5px;
	float: right;
	border: 1px solid #d5f1ff;
}


/* admin */
.text_area{
	font-size: 10px;
	color: #333333;
	width: 200px;
}
a.block{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a.block:hover{
	text-decoration: underline;
}









form td{
	text-align: right;

}
form td input{
	font-size: 11px;
	width: 150px;
	border: 1px solid #333333;

}


#side_bar{
	width:135px;
	border: none;;
	float:right;
	color: #666;
	font-size: 11px;
	font-style: italic;
}

#side_bar h4{
	font-size: 12px;
	font-style: normal;
	margin: 13px 0px;
	padding: 0px;
}

#side_bar p{
	margin: 10px 0px;
	padding: 0px;
}
#side_bar strong{
	font-style: normal;
	font-weight: bold;
}

