/*INITIALIZATION*/
body {
	margin-top:0px;
	margin-bottom:30px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	/*font-family:"Courier New", Courier, monospace;*/
	/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
}
#main_container {
	width:851px;
	margin:0 auto;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
}
#header {
	height:105px;
}
#navigation {
	height:42px;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	background: url('../img/nav_bg_edge.png') 0px 5px no-repeat #9d0000;
}
#content {
	background: url('../img/content_bg.jpg') repeat-x #FFFFFF;
	border-top:3px solid #cfcfcf;
}
#footer {
	color:#999999;
	border:1px solid #999999;
	text-align:center;
}

/*DEFAULTS*/
a:link, a:visited {
	text-decoration:none;
}
a:hover {
	color: #0B3768;
	text-decoration:underline;
}
a img {
	border:none;
}
h1, h2, h3 {
	margin:0px;
}
p {
	margin:0px;
}
input, textarea {
	border:1px solid #000000;
	width:180px;
}

/*GLOBAL*/
.contact_info li {
	padding-left:44px;
	height:25px;
}
.contact_info li.phone {
	background: url('../img/icon_phone.png') no-repeat;
}
.contact_info li.mobile {
	background: url('../img/icon_mobile.png') no-repeat;
}
.contact_info li.chatid {
	background: url('../img/icon_im.png') no-repeat;
}
.red_note {
	color:#ff0000;
}
.i {
	font-style:italic;
}
.error {
	color:#ff0000;
}
.font14 {
	font-size:14px;
}
/*HEADER*/
#header div {
	height:105px;
	float:left;
	font-family: Trebuchet MS, Airal, sans-serif;
}
#header .header_title {
	width:230px;
	text-align:right;
}
#header .header_title h1 {
	display:inline;
	font-weight:bold;
	color:#b80000;
	font-size:30px;
	text-align:right;
	line-height:110px;
}
#header .header_contact  ul{
	margin:0px;
	margin-top:10px;
	padding-top:10px;
	padding-left:15px;
	list-style:none;
}

/*CONTENT*/
#content .content_title {
	margin-top:15px;
	margin-left:33px;
	color:#1A1A1A;
	font-family: Trebuchet MS, Airal, sans-serif;
}
#content .content_title h3 {
	font-size:20px;
	font-weight:normal;
}
#content .common {
	color:#333333;
}
#content p.common {
	margin:0px;
	padding:10px;
	padding-left:20px;
}
#contact_us {
	background:url('../img/horizontal_gray.jpg') no-repeat bottom center;
}
.columns {
	display:inline-block;
}
.columns .column_left {
	float:left;
}
.columns .column_right {
	float:right;
}
#contact_us .column_left {
	width:400px;
}
#contact_us .column_right {
	
}
.contact_us_form {
	width:397px;
	height:380px;
	background: url('../img/contactform_box.png') no-repeat #FFFFFF;
}
.contact_us_form .contact_us_form_details  {
	width:387px;
	margin:auto;
	padding-top:15px;
	height:304px;
	border-bottom:1px dashed #860200;
}
.contact_us_form_details .details_wrapper {
	margin-left:20px;
}
.contact_us_form h3 {
	font-size:20px;
	font-weight:normal;
	font-family: Trebuchet MS;
}
ul.form_field_list {
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.form_field_list  label, ul.form_field_list div{
	float:left;
}
ul.form_field_list li {
	display:inline-block;
	margin-bottom:5px;
	clear:both;
}
.contact_us_form ul.form_field_list  label {
	width:110px;
}
a.btn_submit {
	margin-top:10px;
	float:right;
}
.contact_us_form_submitter .btn_submit  div {
	width:89px;
	height:31px;
	background: url('../img/btn_submit.png') no-repeat;
}
input.btn_submit {
	margin-top:10px;
	float:right;
	width:89px;
	height:31px;
	border:none;
}
.product_box  {
	width:228px;
	height:290px;
	background: url('../img/feature_box.png') no-repeat #FFFFFF;
}
.product_box .product_details {
	margin:auto;
	width:220px;
	height:240px;
	border-bottom:1px dashed #860200;
	text-align:center;
}
.product_box .product_details p {
	margin:0px;
	margin-left:10px;
	text-align:left;
	font-size:11px;
	font-family:Trebuchet MS;
}
.product_box .product_launcher {
	height:40px;
}
.product_box .product_details img {
	margin-top:10px;
	margin-bottom:10px;
}
a.btn_launchproject {
	margin-top:10px;
	float:right;
}
.product_box .btn_launchproject  div{
	width:89px;
	height:29px;
	background: url('../img/btn_launchproject.png') no-repeat;
}


/*NAVIGATION*/
#navigation .links {
	height:42px;
	margin-left:5px;
	margin-right:5px;
	background: url('../img/nav_bg.jpg') 0px 5px repeat-x;
	text-align:right;
}
#navigation .links ul {
	padding:0px;
	margin:0px;
	padding-top:12px;
	font-size:14px;
}
#navigation .links li {
	display:inline;
	margin-right:24px;
}
#navigation   a {
	color:#ffffff;
	font-weight:bold;
}

/*BANNER*/
#banner {
	height:230px;
	background:#ca3605;
}
#banner .flash {
	height:230px;
	margin-left:5px;
	margin-right:5px;
	background:url('../img/flash.jpg') 0px 5px no-repeat;
}

/*FOOTER*/
#footer p {
	margin-top:5px;
	margin-bottom:5px;
}