@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #e1ecfb url(images/bg.gif) repeat-x top left;	
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: 1.3em;
	text-align: center;
	display: block;
	color: #4e4e4e;
}

#header{
	background: url(images/header-left.gif) no-repeat bottom left;
	display: block;
	height: 100px;
	width: 845px;
	position: relative;
	z-index: 10;
	margin: 20px auto auto;
}

#header img.topimages{
	padding: 0; 
	margin: 0;
	height: 341px;
	}

.header-inner{
	width: 805px;
	background: url(images/header-slither.gif) repeat-x;
	display: block;
	margin: auto;
	float: left;
	margin: 0 0 0 20px;
	height: 100px;
	}
	
.right-header{
	float: right;
	position: relative;
	width: 20px;
	height: 100px;
	}


.logo{
	position: relative;
	height: 47px;
	width: 385px;
	top: 30px;
	left: 0px;
	float: left;
	clear: both;
}

.square{
	position: relative;
	top: 30px;
	left: 160px;
	}


.content {
	background: url(images/slither-content.gif) repeat-y;
	width: 845px;
	text-align: left;
	margin: 0px auto;
	position: relative;
	height: 485px;
	padding: 0;
	display: block;
}

.left-col{
	width: 450px;
	float: left;
	padding: 12px 40px 0 12px;
	position: relative;
	clear: both;
}


.right-col-home, .right-col-services, .right-col-services2, .right-col-clients, .right-col-projects, .right-col-contact, .right-col-about{
	position: relative;
	padding: 2px 4px 0 0px;
	width: 326px;
	top: 0px;
	float: right;
	z-index: 5;
	height: 489px;
}

.right-col-home{ background: url(images/image-home.jpg) no-repeat;}
.right-col-services{ background: url(images/image-services.jpg) no-repeat;}
.right-col-services2{ background: url(images/image-services2.jpg) no-repeat;}
.right-col-clients{ background: url(images/image-clients.jpg) no-repeat;}
.right-col-projects{ background: url(images/image-projects.jpg) no-repeat;}
.right-col-contact{ background: url(images/image-contact.jpg) no-repeat;}
.right-col-about{ background: url(images/image-about.jpg) no-repeat;}


/* footer styles */

.footer{
	width: 845px;
	background: url(images/bottom-curve.gif) no-repeat;
	position: relative;
	height: 23px;
	padding: 0;
	margin: 0;
	top: -24px;
	text-align: center;
	z-index: 0;
}



.footer p{
	padding-top: 30px;
	font-size: 11px;
	color: #1a61cb;
	text-align: center;
}

.footer a{
	text-decoration: none !important; 
	color: #1a61cb !important; 
	padding: 0px;	
	font-weight: bold;	
}

.footer a:hover,{
	text-decoration: underline !important;  
	color: #1a61cb !important; 	
}



/* text styles */

h1, h2, h3, h4, h5, h6 { 
	margin: 0px;
	padding: 0 0 0px 0;
}

h1{
	color: #1a61cb;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	}

h2{
	color: #1a61cb;
	font-size: 12px;
	font-weight: bold;
}

h3{
	font-size: 14px;
	color: #c70091;
	font-weight: normal;
	padding: 0 0 0px 0;
}

h4{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 5px;		
}

h5{
	color: #0a5d0b;
	font-weight: bold;
	font-size: 11px;
	padding: 0;!important
}

h6{
	color: #c9191b;
	font-size: 16px;
	padding: 5px 0 5px 0;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: justify;

}

.content ul{
	margin: 0;
	padding: 0px 0 10px 0;
}

.content li{
	margin: 3px 0 0 20px;
	padding: 0;
}

.blue{
	color: #1a61cb;
}

.largetxt{
	font-size: 28px;
	line-height: 1.2em
	}


.bold{
	font-weight: bold;
}


a:link{
	color: #1a61cb;
	text-decoration:none;
	font-weight: bold;
}

a:hover{
	color: #1a61cb;
	text-decoration: underline;
	font-weight: bold;
}

a:visited{
	color: #1a61cb;
	text-decoration:none;
	font-weight: bold;
}


#spacer { clear: both }