@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/body-background.gif);
	background-repeat: repeat-x;
	color: #666666;
	font-size: 12px;
}
p {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 19px;
	margin-top: 10px;
  
}
ul{margin:10px 0px 10px 20px;}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 13px;
}
a:link {
	color: #3a3a3a;
}	
a:hover {
	color: #3a3a3a;
}
a:visited {
	color: #3a3a3a;
}

.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.header-div{
 width:664px;
 background:#fff;
 margin:6px auto 0 auto;
 height:95px; 
 background: #fff url(/images/valset-logo.gif) no-repeat;
 padding:0 10px 0px 70px;
}
.header-div img{
  margin-top:10px;
  margin-left:10px;
  float:left;
}
.menu-div{
 position:relative;
 top:4px;
 height:41px;
 background: #253c4d url(/images/menu-background.gif) repeat-x;
 clear:both;
 padding:1px 0 0 0;
}
.menu-div .top-r{
 position:absolute;
 top:0;
 right:0;
 height:9px;
 width:9px;
 background: #253c4d url(/images/menu-top-corners.gif) no-repeat -12px 0px;
}
.menu-div .top-l{
 position:absolute;
 top:0;
 left:0;
 height:9px;
 width:9px;
 background: #253c4d url(/images/menu-top-corners.gif) no-repeat;
}
.menu-div ul{
 margin:10px;
}
.menu-div li a{
 color:#fff;
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
  padding:10px;
  margin:10px;
}
.menu-div li{
 display:inline;
}

.head-content span{
 font-size:32px;
}
.head-content{ 
 background:#fff;
 /*background: #1682c3 url(/images/head-content-background.gif) repeat-x;*/
 margin:0 auto;
 width:704px;
 height:243px;
 border:2px dashed #ccc;
 border-left:10px solid #fff;
 border-right:10px solid #fff;
  font-size:16px;
  font-style:italic; 
  font-weight:bold;
   padding:10px;
}
.head-content li{ 
 height:23px;
}
.head-content a{
  text-decoration:none;
}
img.products{
 margin-left:16px;
}
img.arrow{
 margin-left:4px;
 border:0;
}
.main-content{
   padding:10px 10px 30px 10px;
 margin:0 auto;
 width:704px;
 background: #fff url(/images/shadow-top.gif) repeat-x bottom;
}
.footer-div{
   padding:10px;
 margin:0 auto;
 width:704px;
 height:60px;
 background: #ddeef5;
 border:1px solid #fff;
}

.footer-div i{
  display:block;
  height:25px;
  padding:5px 0 0 38px;
  color:#6d6d6d;
  font-size:17px;
  font-style:italic; 
  font-weight:bold;
  background: url(/images/small-icons.gif) no-repeat 0px 0px;
}
.email-div{
  background: url(/images/small-icons.gif) no-repeat -0px -40px;
  height:60px;
  float:right;
  padding-left:40px;
  color:#0187ea;
  font-size:11px;
  font-weight:bold;
  margin-top:10px;
}
.email-div a{  
  color:#0187ea;
  font-size:11px;
}
.email-div span{  
  color:#04090c;
  font-size:14px;
}
.shadow-box b{
 font-size:14px;
}
.shadow-box{
 width:250px;
 background:#f7f7f7;
 font-size:12px;
 padding:15px;
 border:1px solid #dfdfdf;
 border-right:2px solid #c9c9c9;
 border-bottom:2px solid #c9c9c9;
 margin:10px 0 10px 20px;
 color:#494949;
}

