@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #484f65;
}

*{
	
	margin:0;
	padding:0;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#484f65;
	
}

p {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#484f65;
	text-align:justify;
	padding-right:20px;
	padding-left:5px;
	
}

h1 {
	
	
	margin:0;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
}

h2 {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	margin:0;

}
textarea {
	
	width:100%;
	height:100px;
	border:none;
	overflow: auto;
	
}

label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#484f65;
	
}

input {
	
	width:100%;
	border:none;
	
	
}

img {
	
	border:none;
}

select {
	
	border:none;
	width:100%;
	
}

input.submit {
	
	width:55px;
	border:1px solid #484f65;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#484f65;
	text-align:center;
	
	
}


#headerwrap {
	
	width:100%;
	height:90px;
	
	
}


#header {
	
	width:950px;
	margin: 0 auto;
	
	height:90px;
	
}

#vardelogo {
	
	float:left;
	margin-top:35px;
	
}

#navigation {
	
	clear:right;
	float:left;
	width:500px;
	height:20px;
	margin-top:65px;
	margin-left:210px;
	
	
	
	
}



#header ul{
	
	width:750px;
	list-style:none;
	
	
	
	
	
}

#header li {
	margin-top:0px;
	float:left;
	
}

#mainwrap {
	
	clear:both;
	width:100%;
	height:380px;
	background-image:url(images/mainbg.jpg);
	background-repeat:repeat-x;
	
	
	
}


#main {
	
	width:950px;
	margin: 0 auto;
	text-align:left;
	
}

#thinkingman {
	float:left;
	height:380px;
	width:293px;
	
}
#mainflash {
	
	float:right;
	width:656px;
	height:380px;
}

#contentwrap {
	
	width:100%;
	background-color: #f1e7d3;
	height:auto;
	
}


#content {
	width:950px;
	margin:0 auto;
	text-align:left;
	
	
	
}

#contenttop {
	
	width:950px;
	height:350px;
	margin-bottom:20px;
	
	
}

#contenttop ul{
		
		list-style:none;
		padding:0;
		margin:0;
		padding-top:20px;
		
	
}

#contenttop li{
	float:left;
	width:316px;
	height:200px;
	text-align: left;
}
	
	


#footerwrap {
	width:100%;
	background-color:#f1e7d3;
	height:30px;
	
	
}


#contentbottom {
	
	clear:both;
	width:950px;
	border-top:1px solid #484f65;
	padding-top:10px;
	
}

#contentbottom ul{
		
		list-style:none;
		padding:0;
		margin:0;
	padding-top:20px; 
		
	
}
#contentbottom li{
	
	float:left;
	width:316px;
	height:160px;
}
#contentbottom p{
	
	padding-left:5px;
	padding-right:20px;
	font-size:80%;
}

#finish {
	clear:both;
	width:950px;
	height:10px;
}


#footer {
	border-top:1px solid #484f65;
	text-align:left;
	width:950px;
	margin:0 auto;
	padding-top:10px;
	
	
}

#footer a{
	
	font-size:80%;
}


#livechat {
	
	float:right;
	height:65px;
	width:200px;
	
	
}

#terms {
	text-align:left;	
}
	
#terms li {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
}

#terms p{
	
	margin:0px;	
	padding:0px;
	
}

#terms h2{
	
	padding:0;
	margin:0;
	
}

#logo {
	
	float:left;
	width:162px;
	margin-top:30px;
}

#livechat {
	
	
	float:right;
	width:250px;

	
	
}

#projectslist ul{
	
}

#projectslist li{
	
	padding:0;
	height:350px;
	
	
}


#contpageformright {
	
	float:right;
	margin-right:100px;
	width:300px;
	
}

#contpageformleft {
	
	float:left;
	width:400px;
	height: 100%;
	
	
}



#contactform ul{
	
	margin-left:10px;
	padding:0px;
	
}

#contactform li {
	
	
	margin:0px;
	padding-top:2px;
	padding-bottom:2px;
	height:1%;
	font-size:90%;
	text-align:center;
	width:400px;
}



#termslist ul{
	
	padding:0px;
	margin-left:10px;
	list-style:square;
}



#termslist li{
	
	float:none;
	padding:3px;
	width:none;
	height:none;
	margin:0px;
	
	
}

