* {
	margin:0px;
	padding:0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#e9e9e9
}
a {
	text-decoration:none;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
span.orange {
	color:#fe7c00;
	font-weight:bold;
}
#container {
	position:relative;
	width:960px;
	margin: 0 auto;
}
#content {
	clear:both;
	position:relative;
	height:462px;
	background-color:#FFF;
	margin-left:0px;
	border-width:1px;
	border-color:#cbcbcb;
	border-style:solid;
	border-bottom:none;
}
#content p {
	padding-top:10px;
}
#content h2 {
	background-image:url(../images/bar.jpg);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:10px;
	font-weight:100;
	color:#000;
	font-size:24px;
	text-transform:uppercase;
}
#content h3 {
	text-indent:10px;
	font-weight:100;
	color:#000;
	font-size:18px;
}
#content a {
	color:#F00;
}
#content h3 a {
	color:#000;
}
#content a.article {
	display:block;
	position:relative;
	width:100px;
	float:right;
	background-image:url(../images/bullet_red.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}
#content a.more {
	display:block;
	float:right;
	background-image:url(../images/bullet_red.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
}
div.rcopy {
	padding-top:10px;
	left:640px;
	width:310px;
	top:10px;
	float:right;
	padding-right:10px;
}
#splash{
	background-color:#FFF;
	border-width:1px;
	border-color:#cbcbcb;
	border-style:solid;
	border-bottom:none;
	border-top:none;
	color:#FFF;
}
#splash h2 {
	font-weight:100;
	margin:0px;
	color:#FFF;
	font-size:22px;
	padding:5px 10px 0px 10px;
}
#splash p {
	margin:0px;
	padding-right:10px;
}
#splash a {
	color:#FFF
}
#splash table {
	height:65px;
	margin-left:2px;
}
#splash td {	
	background-image:url(../images/orange_splash_ref.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:318px;
}
div.menu {
	height:86px;
}
#title {
	height:86px;
}
#title h1 {
  display: block;
  float: left;
  width: 200px;
  height: 86px;
  text-indent: -9999px;
  padding:0px;
  margin:0px;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/vantek.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
ul#navigation {
	float:right;
	margin-top:44px;
	margin-bottom:0;
}
ul#navigation li {
	background-image:url(../images/grey_button_l.png);
	list-style:none;
	float:left;
	width:90px;
	font-size:large;
	text-align:center;
	vertical-align:middle;
	height:42px;
	display:block;
	line-height:42px;
}
ul#navigation li.selected {
	background-image:url(../images/orange_button_l.png)
}
ul#navigation li.selected a{
	background-image:url(../images/orange_button_r.png);
}
#navigation a {
	color:#000;
	background-image:url(../images/grey_button_r.png);
	background-repeat:no-repeat;
	background-position: 100% 0%;
	display:block;
}
#gallery {
	height: 261px;
	position:relative;
	padding: 0px 15px;
}
#gallery a {
	color:#000;
	display:block;
	text-align:center;
}
.gal {
	border:none;
	margin-top: 10px;
	width:200px;
	/*height:189px;*/
}
#gone {
	float:left;
	width:200px;
}
#gtwo {
	float:left;
	margin-left:20px;
	width:200px;
}
#gthree {
	float:left;
	margin-left:20px;
	width:200px;
}
img {
	border:none;
}
#footer {
	background-color:#FFF;
	color:#000;
	padding:5px;
	font-size:10px;
	border-width:1px;
	border-color:#cbcbcb;
	border-style:solid;
	border-top:none;
	line-height:20px;
}
#fone {
	float:left;
	width:300px;
}
#ftwo {
	background-image:url(../images/copyright.png);
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:10px;
	float:right;
	text-align:right;
	width:150px;
	margin-left:20px;
}
.fvalid {
	width:35px;
	float:right;
	background-image:url(../images/yes.png);
	background-repeat:no-repeat;
	background-position:0% 50%;
	/*margin-left:300px;*/
	padding-left:20px;
}
	
#footer a {
	color:#000;
}
.clear {
	clear:both;
}

