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

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/bg.gif);
	color:#444444;
	line-height:145%;
	}
	
img {
	border:none;
	}
	
	
a {
	color: #ee2d1d;
	position: relative;
	}
	
	
a:hover {
	color: #3585dd;
	}
	
h1 {
	font-size: 17px;
	color: #EE2D1D;
	margin: 0 0 10px 0;
	}
	
h2 {
	font-size: 13px;
	color: #3585dd;
	margin: 25px 0 10px 0;
	}
	
h3 {
	font-size: 13px;
	color: #EE2D1D;
	margin: 25px 0 0px 0;
	}
	
#wrapper {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	}
	
#home #header {
	background: url(images/header-bg.png) no-repeat;
	height: 279px;
	}
	
	
#assistant #header {
	background: url(images/header-bg-assistant.png) no-repeat;
	height: 279px;
	}

#about #header {
	background: url(images/header-bg-about.png) no-repeat;
	height: 279px;
	}
	
#press #header {
	background: url(images/header-bg-press.png) no-repeat;
	height: 279px;
	}
	
#products #header {
	background: url(images/header-bg-services.png) no-repeat;
	height: 279px;
	}
	
#con #header {
	background: url(images/header-bg-contact.png) no-repeat;
	height: 279px;
	}
	
#portfolio #header {
	background: url(images/header-bg-portfolio.png) no-repeat;
	height: 279px;
	}
	

	
#header img {
	with:197px;
	float:left;
	}

#contact {
	width:597px;
	float:left;	
	text-align:right;
	margin-top: 70px;
	}
	
#nav {
	clear: left;
	padding:10px 0 0 5px;
	letter-spacing: 2px;
	}
	
#nav ul {
	padding:0;
	list-style: none;
	margin:0;
	}
	
#nav ul li a {
	text-transform:uppercase;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 150%;
	padding-left: 30px !important;
	padding-left: 25px;
	font-weight: bold;
	position: relative;	/*background-image: url(images/star-grey.jpg);
	background-position:left;
	background-repeat: no-repeat;*/
	width: 175px;
	}
	
#nav ul li a:hover {
	color:#effadc;
	background: url(images/star.jpg) no-repeat left;
	width: 175px;
	}
	
	
	
#content {
	clear: both;
	background: url(images/content-bg.gif) repeat-y;
	}
	
#side {
	width: 183px;
	float: left;
	padding:0 10px;
	}
	
#main {
	width: 550px;
	float: left;
	padding:20px;
	}
	
#footer {
	clear:both;
	text-align: center;
	color: #FFFFFF;
	background: #DF2D20;
	height: 25px;
	padding-top:8px;
	margin-right: 38px;
	border-top: 2px solid #FFFFFF;
	}
	
form td {
	border-top: 1px dashed #666666;
	padding: 10px 10px 10px 0;
	line-height: 100%;
	}
	
form td strong {
	font-size: 10px;
	color: #888888;
	}