/* @override 
	http://webdesign.gs/vintek/vintek.css
	http://www.webdesign.gs/vintek/style/vintek.css
*/

#cms_content {
	width: 650px;
}

body{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/back3.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	/*font-family: Helvetica, Arial, Geneva, sans-serif;*/
	font-family: arial,sans-serif;
	/*background: black url(../images/bg.png);*/
	font-size: 14px;
}

#wrapper{
	margin: 0 auto;
	padding: 0px;
	width: 1008px;
	position: relative;
}

a{
	text-decoration: none;
	color: #355BAD;
}

a:hover{
	text-decoration: underline;
}

#header{
	height: 91px;
	/*background-image: url(../images/header.jpg);*/
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#logo {
	margin: 0px;
	padding: 0px;
}

#search_box{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 12px;
	left:  724px;
	z-index: 9999999 !important;
	/*THIS IS TEMPORARY.  FIX THIS WHEN SEARCH IS WORKING
	visibility: hidden;*/
}

.search input.search-text{
	background-color: #faf9f9;
	border: 1px solid #c6c6c6;
	padding: 4px;
	font-style: italic;
	color: #6c6c6c;
	width: 200px;
	margin-right: 10px;
}

.search input.go{
	background-color: #4666ab;
	border: 1px solid #2b4b8f;
	padding: 4px;
	color: #fff;
	text-transform: uppercase;
}

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
  z-index: 1000 !important;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

#box1{
	margin: 0px;
	margin-top: 10px;
	padding: 10px;
	padding-top: 145px;
	width: 314px;
	height: 161px;
	line-height: 21px;
	background-image: url(../images/business-portal.jpg);
	background-repeat: no-repeat;
	color: #404040;
	float: left;
}

#box2{
	margin: 0px;
	margin-top: 10px;
	margin-left: 16px;
	padding: 10px;
	padding-top: 145px;
	width: 314px;
	height: 161px;
	line-height: 21px;
	background-image: url(../images/why-vintek.jpg);
	background-repeat: no-repeat;
	color: #404040;
	float: left;
}

#media-feed{
	margin: 0px;
	padding: 10px;
	padding-top: 157px;
	background-image: url(../images/media-feed.jpg);
	background-repeat: no-repeat;
	height: 149px;
	width: 291px;
	float: right;
	margin-top: 10px;
	line-height: 20px;
	color: #fff;
}


#media-feed .title{
	font-weight: bold;
	color: #273258
}

#media-feed a{
	color: #0a1c46;
	text-decoration: none;
}

#media-feed a:hover{
	color: #c6c6c6;
}

#media-feed a.readmore{
	clear: both;
	float: right;
	background-color: #2b3a5d;
	border: 1px solid #2c3d4d;
	color: #fff;
	text-decoration: none;
	padding: 5px;
}

#media-feed a.readmore:hover{
	background-color: #4e6aaa;
}

#media-feed .blogListing {
	border-top: 1px solid #a3a3a3;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/*#media-feed .blogListing .blogTitle a{
	clear: both;
	float: left;
	border-top: 1px solid #a3a3a3;
	margin-bottom: 5px;
	padding-bottom: 5px;
}*/

#media-feed .blogListing .blogTitle a:hover{
	color: #2e2e2e
}

#content{
	clear: both;
	margin: 0px;
	padding: 10px;
	color: #000;
	line-height: 23px;
	font-size: 14px;
}

#image{
	margin: 0px;
	padding: 0px;
	/*margin-top: 5px;*/
	border-top: 7px solid #333333;
	border-bottom: 7px solid #333333;
}

#nav_wrap{
	background: url(../images/nav.png);
	margin: 0px auto;
}

#nav_bg{
	background: url(../images/nav_l.png) left top no-repeat;
}

#nav{
	background: url(../images/nav_r.png) right top no-repeat;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 40px;
}

	#nav > li{
		float: left;
		border-left: 1px solid #7C9CE0;
		border-right: 1px solid #3459A9;
		position: relative;
	}
	
	#nav > li:first-child{
		border-left: 0px;
		width: 168px;
	}
	
	#nav > li.last-child{
		border-right: 0px;
	}
	
	#nav > li > a{
		display: block;
		float: left;
		color: white;
		line-height: 40px;
		vertical-align: middle;
		text-decoration: none;
		width: 166px;
		text-align: center;
		letter-spacing: .5px;
	}
	
	#nav .xlong > a{
		width: 147px;
	}
	
	#nav > li:hover{
		background: url(../images/nav_hover.png);
	}
	
	#nav .twolines{
		padding: 5px 0px;
	}
	
	#nav .twolines > a{
		line-height: 15px;
	}
	
	#nav ul{
		position: absolute;
		left: 0px;
		top: 40px;
		background: #5777BB;
		list-style: none;
		margin: 0px;
		padding: 0px;
		display: none;
	}
	
	#nav li ul li a:hover {
		text-decoration: underline !important;
	}
	
	#nav li:hover ul{
		display: block;
	}
	
	#nav ul a{
		display: block;
		color: white;
		white-space: nowrap;
		padding: 5px 10px;
		text-decoration: none;
	}
	
.clear{
	clear: both;
}

h1{
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	color: #2d4396;
}

#footer{
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	background-image: url(../images/footer-back.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 11px;
	color: #2d4396;
}

#footer a{
	color: #2d4396;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer .white{
	color: #fff;
	margin-bottom: 17px;
}

#footer .white a{
	color: #fff;
	text-decoration: none;
}

#footer .white a:hover{
	text-decoration: underline;
}

#searchf{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1000;
}

	#searchf fieldset{
		border: 0px;
		padding: 20px 0px 2px 0px;
		margin: 0px;
		overflow: hidden;
	}
	
	#searchf input[type=text]{
		color: #666666;
		background: #E7E7E7;
		border: 1px solid #CCCCCC;
		font-style: italic;
		height: 13px;
		padding: 5px;
		float: left;
		font-size: 13px;
		width: 230px;
	}
	
	#searchf input[type=submit]{
		background: url(../images/submit_btn.png) right top no-repeat;
		border: 0px;
		height: 25px;
		color: white;
		font-weight: bold;
		float: left;
	}
	
#autocomplete{
	display: none;
	position: absolute;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	background: white;
	z-index: 1000;
	width: 238px;
}

	#autocomplete li{
		padding: 2px 10px;
	}

