/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background: url(../images/bgrep.jpg) top repeat-x #fff;
	font-family: Arial;
	font-size:12px;
	color:#666666;
}

p{
	font-family:Arial;
	font-size:13px;
	color:#666666;
	line-height:15px;
	margin:5px;
}


/* link */
a:link {
	color: #16b5b5;
	text-decoration: none;
	border-bottom:none;
}
a:visited {
	color: #16b5b5;
	text-decoration: none;
	border-bottom:none;
}
a:hover {
	color: #16b5b5;
	text-decoration: underline;
	border-bottom:none;
}
a:active {
	color: #16b5b5;
	text-decoration: none;
	border-bottom:none;
}



#skinwrapper{
	width:960px;
	margin:0 auto;
}

#header{
	width:960px;
	float:left;
	height:175px;
}

#headerL{
	width:630px;
	float:left;
	height:111px;
	margin-top:28px;
}

#headerL img{
	border:none;
}

#headerR{
	width:235px;
	height:165px;
	float:right;
	margin:3px 0 0 74px;
}

.grayT{
	color:#999999;
	font-family:Arial;
}

.small{
	font-size:11px;
	color:#605e5e;
}


/*Menu*/
#menu{
	background:url('../images/menubgr.png');
	float:left;
	width:960px;
	height:49px;
}

#menu a{
	display:block;
	float:left;
	margin-left:10px;
	outline:none;
	
}
#menu img{
	border:none;
}

#menu li {
	display:inline;
	float:left;
}


/******** Content **********/

#mainimage{
	float:left;
	width:960px;
	heght:279px;
}


#content{
	width:960px;
	margin-top:10px;
	float:left;
	background:#eaeef1;
	min-height:300px;
}

#ColumnL{
	background:url('../images/leftbgr.jpg');
	width:186px;
	float:left;
	min-height:405px;

}
	#Ihold{
		width:148px;
		float:left;
		margin-left:16px;
		margin-top:20px;
	}
	
	#Ihold img{
		border:none;
	}


#ColumnR{
	width:735px;
	float:left;
	margin:20px 0 0 15px;
	min-height:300px;
}

#services{
	width:740px;
	float:right;
	margin-bottom:10px;
}

#services img{
	border:none;
}
/********* Footer *************/

#footer{
	height:95px;
	float:left;
	width:960px;
}

#footerL{
	width:420px;
	float:left;
	margin:15px 0 0 0px;
}

#footerL img{
	border:none;
}

#footerR{
	width:460px;
	float:right;
	margin:18px 0 0 0;
	text-align:right;
}

#footerR a{
	text-decoration:none;
	color:#666666;
}

#footer a:hover{
	color:#ff9333
}

.blueHeadline{
	color:#16b5b5;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.blueHeadline14{
	color:#16b5b5;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}


#contact_form{
	float:right;
	width:350px;
}

.txtbox{
	border:1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:30px;
}


.msgBox{
	border:1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	height:90px;
}

.btnSend{
	background:#eaeef1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	border:none;
	color:#16b5b5;
}


#ColumnR ul {
	text-align: left;
	list-style-type: circle;
	padding-top: 5px;
	padding-left: 5px;
	margin-left:20px;
}


.floatRight{
	float:right;
	margin-left:5px;
}.computerfix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00F;
	text-decoration: underline;
}
