/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background: #dfe3cf url(images/vs_bg.gif) repeat-y center top;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
  	min-width: 800px;
}

#logo {
	position: absolute;
	top: 6px;
	width: 168px;
	height: 94px;
	padding-left: 10px;
}

/* ----------- Layout ----------- */

#frame {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding-top: 0;
	margin-top: 0;	
	text-align: left;
	background-color:#fff;
}

#header {
	padding: 0;
	margin: 0;
	height: 107px;
	background-color:#eceee4;
}

#images {

}

#navigation {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #bfc8a5;	
	background-color:#eceee4;
}

#content {

}

#col1 {
	width: 544px;
	float: left;
}

#col2 {
	width: 256px;
	float: right;
}

#footer {
	clear: both;
	height: 42px;
	background-color: #bfc8a5;
	color: #fff;
	font-size: 11px;
	padding: 10px 0 0 16px;
	text-align: center;
	line-height: 18px;
}

/* ----------- Postioned elements ----------- */

#formbox {
	width: 224px;
	border: 1px solid #bfc8a5;
	margin-top: 15px;
}

#telno {
	position: absolute;
	top: 0;
	width: 171px;
	height: 87px;
	background: url(images/vs_telno.gif) top no-repeat;
	margin-left: 500px;
	padding: 0;
}

#phonepic {
	position: relative;
	top: -35px;
	width: 40px;
	height: 52px;
	background: url(images/vs_phone.gif) no-repeat top right;
	margin-left: 180px;
	margin-bottom: 0;
	padding: 0;
}

/* ----------- Text ----------- */

#subtitle {
	color: #666;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin: 0 30px 0 200px;
	padding: 32px 0 0 0;
}

.subsubtitle {
	color: #666;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

h2 {
	color: #333;
	font-size: 17px;
	font-weight: bold;
	line-height: 35px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	text-align: center;
	background: url(images/vs_callback_bg.gif) repeat-x;
}

#col1 p {
	font-size: 12px;
	font-color: #666;
	padding: 10px 30px 0 30px;
	line-height: 17px;
	
}

#formbox p {
	font-size: 12px;
	font-color: #666;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: -38px;
	margin-bottom: 0;
}

#col2 p.form {
	font-size: 12px;
	font-color: #666;
	padding: 0 2px 0 10px;
	margin: 0;	
}

#col1 p.contact {
	font-size: 12px;
	color: #666;
	padding: 20px 15px 0 45px;
}

a.cont:link {
	font-size: 12px;
	color: #999;
	text-decoration: underline;
}

a.cont:visited {
	color: #bfc8a5;
	text-decoration: underline;
}

a.cont:hover{
	color: #999;
	text-decoration: underline;
}

a.cont:active{
	color: #999;
	text-decoration: underline;
}

#enquiry_form p {
	font-size: 12px;
	font-color: #666;
	font-weight: bold;
	margin: 0;	
	
}	

/* ----------- Lists ----------- */

ul.topnav {
	position: absolute;
	top: 10px;
	margin-left: 700px;
	padding: 0;
	list-style: none;
	width: 110px;
}

li.topnavig {
	background: url(images/vs_star_topnav.gif) no-repeat 70px 50%;
	line-height: 18px;
}

#navigation ul {
    margin:0;
    padding:0;
    list-style:none;
}

#navigation li {
    display:inline;
    margin:0;
    padding:0;
	background: url(images/vs_star_mainnav-1.gif) no-repeat 0 3px;
}

#col1 ul {
	font-size: 12px;
	font-color: #666;
	padding: 10px 15px 0 35px;
}

#col1 li {
	padding: 0 0 12px 0;
	
}
	
/* ----------- Navigation ----------- */

ul.topnav a {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

ul.topnav a:visited {
	color: #333;
}

ul.topnav a:hover {
	color: #666;
	text-decoration: underline;
}

ul.topnav a:active {
	color: #333;
}

#navigation a {
	padding-left: 25px;
	padding-bottom: 1px;
	margin-right: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#navigation a:visited {
	color: #000;
}

#navigation a:hover {
	color: #666;
}

#navigation a:active {
	color: #000;
}

body#home #home_tab a,
body#why #why_tab a,
body#services #services_tab a,
body#promises #promises_tab a,
body#test #test_tab a {
	color: #333;
	background: url(images/vs_nav_pointer-1.gif) no-repeat bottom center;
	padding-bottom: 10px;
}

#footer a{
	color: #333;
	font-size: 11px;
	text-decoration: underline;
}

#footer a:visited {
	color: #333;
	text-decoration: underline;
}

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

#footer a:active {
	color: #333;
	text-decoration: underline;
}

/* ----------- Form Elements ----------- */

select.callback, input.callback {
	width: 150px;
	border: 1px solid #999;
	margin-bottom: 5px;
}

input.b_callback {
	margin-top: 5px;
	margin-bottom: 10px;
}

#enquiry_form input.enquiry, #enquiry_form select.enquiry {
	width: 250px;
	border: 1px solid #999;
}

#enquiry_form textarea {
	width: 250px;
	border-bottom: 1px solid #999;
}

#enquiry_form td {
	padding: 10px;
	border-bottom: 2px solid #fff;
}

/* ----------- Free Index image ----------- */

/*
img.freeindex {
	margin: 10px 6px 6px 12px;
}
*/

#freeindex {
    float: left;
	margin: 10px 6px 6px 12px;
}

/* ----------- SPD ----------- */

#spd {
	color:#666;
	float: right;
	margin: 12px 12px 0 0;
	padding: 2px;
	font-size: 10px;
	background-color: #eee;
}

#spd a.spdlink {
	text-decoration: underline;
	color: #666;
}

#spd a.spdlink:hover {
	text-decoration: none;
	color: #666;
}

