/* Cordic - CSS Main Stylesheet */

body {
	background-image:url(/images/bg.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color:#000000;	
	background-position: top;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#container {
	background-color: #000000;
	margin-left: auto;
	margin-right:auto;
	width: 755px;
}

#menu {
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right:auto;
	width: 755px;
	height: 85px;
}


#logo {
    float: left;
	background-color:#FFFFFF;
	width: 165px;
	background-color:#FFF;
}

.white {
	background-color:#FFF;
	width: 755px;
	height: 85px;
}

.home {
	float:right;
	background-color:#FFFFFF;
	width:590px;
	height: 53px;
	background-image: url(/images/nav/home.gif);
	background-repeat: no-repeat;
	background-color:#FFF;
}

.subscribe {
	height:32px;
}

#news-container {
	padding-top:20px;
	height:479px;
}

#news-home {
	text-align:left;
	background-color:#363636;
	width:258px;
	float:right;
}

#intro-text {
	color:#FFF;
	padding:10px;
	padding-top:0px;
	
}

#news-section {
	width:235px;
	background-color:#FFF;
	margin-left:10px;
}

.news-items {
	margin-left:5px;
	color:#000;
}

.news-items ul {
	list-style-type:none;
	padding-left:0;
	margin-left:0;
}

.news-items li {
	padding-bottom:10px;
}

.news-header {
	font-size:16px;
	font-weight:bold;
}

.taxi{
	float:right;
	background-color:#FFFFFF;
	width:590px;
	height: 53px;
	background-image: url(/images/nav/taxi.gif);
	background-repeat: no-repeat;
	background-color:#FFF;}

.courier{
	float:right;
	background-color:#FFFFFF;
	width:590px;
	height: 53px;
	background-image: url(/images/nav/courier.gif);
	background-repeat: no-repeat;
	background-color:#FFF;
}

.company{
	float:right;
	background-color:#FFFFFF;
	width:590px;
	height: 53px;
	background-image: url(/images/nav/company.gif);
	background-repeat: no-repeat;
	background-color:#FFF;
}

.demo{
	float:right;
	background-color:#FFFFFF;
	width:590px;
	height: 53px;
	background-image: url(/images/nav/demo.gif);
	background-repeat: no-repeat;
	background-color:#FFF;
}

.downloads{
	float:right;
	background-color:#FFFFFF;
	width:590px;
	height: 53px;
	background-image: url(/images/nav/downloads.gif);
	background-repeat: no-repeat;
	background-color:#FFF;
}

.contact{
	float:right;
	background-color:#FFFFFF;
	width:590px;
	height: 53px;
	background-image: url(/images/nav/contact.gif);
	background-repeat: no-repeat;
	background-color:#FFF;
}

.header_home {
	background-color:#000000;
	width: 755px;
	margin-top: 10px;
}

.header_product {
	background-color:#000000;
	width: 700px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#content {
	background-color:#000000;
	width: 755px;
}
		
a:link { COLOR: #464646; font-size:11px; TEXT-DECORATION: underline; font-weight:bold }
a:hover {  COLOR: #000000; font-size:11px; TEXT-DECORATION: none; font-weight:bold }
a:visited {  COLOR: #464646; font-size:11px; TEXT-DECORATION: underline; font-weight:bold }
a:visited:hover {  COLOR: #000000; font-size:11px; TEXT-DECORATION: none; font-weight:bold}

#footer {
	margin-left: auto;
	margin-right:auto;
	width: 750px;
	margin-top: 20px;
	color: #4F4F4F;
}

#footer a:link, #footer a:visited {
    font-weight:normal;
	color: #4F4F4F;
	text-decoration:none;
	}

#footer a:hover, #footer a:active {
    font-weight:normal;
	color: #4F4F4F;
	text-decoration:underline;
	}

#scroll_container {
		width:690px;
		background:#fff;
		overflow: auto;
		margin-right: auto;  
        margin-left: auto; 
		}
		
			   
div.scroll {
	margin-top:20px;
	height: 340px;
	width: 360px;
	overflow: auto;
	border: 0px solid #fff;
	background-color: #fff;
	padding: 0px;
	padding-right: 10px;
	scrollbar-base-color: #666C85;
	scrollbar-face-color: #666C85;
	scrollbar-track-color: #E6E6DF;
	scrollbar-arrow-color: #E6E6DF;
	scrollbar-highlight-color: #666C85;
	scrollbar-3dlight-color: #666C85;
	scrollbar-shadow-color: #666C85;
	scrollbar-darkshadow-color: #666C85;
}

#content_scroll {
	background-color:#000000;
	margin-left: auto;
	margin-right:auto;
	width: 755px;
	background-image: url(/images/content_scroll_bg.jpg);
	background-repeat: repeat-y;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.contact_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	background-color:#EEF6FF;
	border-bottom:dotted;
	border-width: 1px;
}

.contact_header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	height:20px;
	font-weight: normal;
}

.contact_header_email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 670px;
	color: #333333;
	margin-top:10px;
	font-weight: bold;
	background-color:#EEF6FF;
}

.linx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	background-color:#FFFFFF;
}

#subscribe {
	padding-left:180px;
}

.form {
    margin-left:10px;
}
.form_input {
	background-color:#F2F2F2;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border-style: solid;
	border-width:1px;
}

.form_input_needed {
	background-color:#EEF6FF;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border-style: solid;
	border-width:1px;
	border-color:#464646;
}

.form_input_comments {
	background-color:#F2F2F2;
	width: 172px;
	height: 168px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border-style: solid;
	border-width:1px;
}

.article1 {
margin-top:5px;
background-color:#F6F6F6;
padding:5px;
}

.article2 {
margin-top:5px;
background-color:#E9E9E9;
padding:5px;
}

.date a:link, .date a:visited {
background-color:#464646;
color:#FFFFFF;
font-size: 11px;
padding:1px;
font-weight:bold;
text-decoration:none;
}

.date a:hover {
text-decoration:underline;
}

html {
     overflow: -moz-scrollbars-vertical;
}

ul {
margin-top: 3px;
margin-bottom: 3px;
}

.button {
width: 670px;
background-color:#EEF6FF;
}

.email {
width:680;
margin-top:10px;
}

.tel {
margin-top: 5px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.emailspace {
height:30px;
}

.testimonials {
	background-image:url(/images/testimonials.gif);
	background-repeat:no-repeat;
	width:755px;
	height:122px;
}

.test-nav {
	padding-left:400px;
	padding-top:80px;
	color:#FFF;
}

.test-nav a:link { COLOR: #ffffff; font-size:13px; TEXT-DECORATION: none; font-weight:normal }
.test-nav a:hover {  COLOR: #909090; font-size:13px; TEXT-DECORATION: none; font-weight:normal }
.test-nav a:visited {  COLOR: #ffffff; font-size:13px; TEXT-DECORATION: none; font-weight:normal }
.test-nav a:visited:hover {  COLOR: #909090; font-size:13px; TEXT-DECORATION: none; font-weight:normal}
