html{ font-size:1em;}

body {
	background-color:#dcdcdc;
	background-repeat:repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-position: center;
}

body a{
border:none;
text-decoration:none;
color:#990000;
}

body a:hover{
border:none;
text-decoration:none;
color:#DF0048;
}

img{border:none;}

/*********************************************
				LAYOUT
*********************************************/
#wrapper {
	margin: auto;
	width: 1075px;
	position: relative;
	}
	
#top {
	width: 1075px;
	height: 463px;
	background-image:url(../imgs/interface/bgd_top.png);
	}
	

#content {
	background-image: url(../imgs/interface/bgd_body.png);
	background-repeat:repeat-y;
	width:1075px;
	height: auto;
	overflow:hidden;
	clear: both;
	background-position: left;
	}

#footer {
	background-image: url(../imgs/interface/bgd_foot.png);
	height: 35px;
	clear: both;
	background-repeat:no-repeat;
	
	}

#copyright {
	text-align: center;	
	font-size: 0.9em;
	color: #666666;
	height: 50px;
	}

#copyright a{
	color:#990000;	
	}
#copyright a:hover{
	color:#DF0048;	
	}

/*********************************************
				    FLASH
*********************************************/
.flash{
	text-align:center;
	padding-top: 100px;
}


/*********************************************
				    ABOUT
*********************************************/
.about{
	color:#666666;
	text-align:left;
	width:225px;
	float: left;
	margin-left: 60px;
}

.about h1{
	font-size:18px;
	color:#666666;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom:30px;
}


/*********************************************
				ABOUT-TITLE
*********************************************/
.about-title{
	color:#666666;
	text-align:left;
	width:235px;
	float: left;
	margin-left: 20px;
	height: 45px;
}

.about-title p{
	font-size:18px;
	color:#666666;
	font-weight: 400;
	margin-top: 20px;
}

/*********************************************
				SERVICES
*********************************************/
.services{
	color:#666666;
	text-align:left;
	width:480px;
	height:430px;
	float: left;
	margin-left: 30px;
	border-left: 2px solid #666666;
	border-top: 2px solid #666666;
	overflow:hidden;
}
.services ul{
	display:block;
	float:left;
	width:130px;
	margin:0;
	padding:15px 0 0 30px;
}
.services li.capabilities{list-style:none; padding-top:5px;}

.services li{
	margin-top:0;
	padding:0;
	list-style-position: outside;
	list-style-image: url(../imgs/interface/sqbullet.png);
	list-style-type: square;
	line-height: 30px;
	font-size: 12px;
	color: #666666;
}

/* Fix IE. Hide from IE Mac \*/
* html .services li {
	list-style-image: url(../imgs/interface/sqbullet-ie.png);
	}
/* End */

.services table{
	color:#666666;
	margin-left:15px;
	margin-top:15px;
}

/*********************************************
				SERVICES-TITLE
*********************************************/
.services-title{
	color:#666666;
	text-align:left;
	width:490px;
	float: left;
	margin-left: 30px;
	height: 45px;
}

.services-title p{
	font-size:18px;
	color:#666666;
	font-weight: 400;
	margin-top: 20px;
	
}

/*********************************************
				CONTACT
*********************************************/
.contact{
	color:#666666;
	text-align:left;
	width:205px;
	float: left;
	margin-left: 30px;
	border-left: 2px solid #666666;
	border-top: 2px solid #666666;
	overflow:hidden;
}

.contact p{
	color:#666666;
	margin-left:15px;
	margin-top:15px;
}

/*********************************************
   			    CONTACT FORM
*********************************************/
#contactform {
	width: 205px;
	margin: 0;
	color: #69874c;
	overflow:hidden;
}

#contactform input, #contactform textarea {
	width: 170px;
	font-family: Helvetica, sans-serif;
	font-size: 1.0em;
	border: 1px solid #666666;
}

#contactform textarea {
	height: 70px;
}

#contactform textarea:focus, #contactform input:focus {
	border: 2px solid #06C;
}

#contactform input.submit, #contactform input.reset  {
    width: 50px;
	margin-right: 25px;
}

/*********************************************
				CONTACT-TITLE
*********************************************/
.contact-title{
	color:#666666;
	text-align:left;
	width:215px;
	float: left;
	margin-left: 20px;
	height: 45px;
}


.contact-title p{
	font-size:18px;
	color:#666666;
	font-weight: 400;
	margin-top: 20px;
}


.thanks{
	color:#666666;
	text-align:left;
	width:500px;
	float: left;
	margin-left: 60px;
	padding-bottom:50px;
	border-left: 2px solid #666666;
	border-top: 2px solid #666666;
	padding-left:10px;
}


.thanks-title p{
	font-size:18px;
	color:#666666;
	font-weight: 400;
	margin:20px 0 10px 60px;
}

