/*	
Colours:

	Dark grey: #383838 
	Darker grey: #1c1c1c 
	Light grey: #eae9e9 
	Footer text grey: #777777 
	Light grey image border: #dddddd 
	Textpane light grey: #f9f9f9
	Navi link deactive color: #383838
	Navi link active / selected color: #f5835d
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #8f989d;
	background-image: url('../images/AC_bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachement: fixed;
	text-align: center;
	font-family: arial narrow, helvetica, sans-serif;
	font-size: 12px;
	color: #56616a;
}

h1{
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #f5835d;
	font-size: 12px;
	margin: 10px;
	text-align: left;
}

h2{
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #f5835d;
	font-size: 12px;
	padding-left: 5px;
	margin: 10px;
	text-align: left;
}

h4{
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #f5835d;
	font-size: 16px;
	margin: 10px;
	text-align: left;
}

img.title_image {
	margin: 0px;
	padding: 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #dddddd;
	clear: bottom;
}

#container {
	margin: 0 auto;
	width: 814px;
}

#banner {
	margin: 0px;
	padding: 0px;
	height: 95px;
	background-image: url('../images/main_title_old.jpg');
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: white;

}

#navi {
	margin: 0px;
	padding: 1px 0px 0px 1px;
	height: 19px;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: white;
	background-color: #1a1a1a;
}

#navi img {
	float: right;
	padding: 3px 1px 0 0;
}

ol#navigate {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ol#navigate li {
	background: url('../images/tabs.png');
	float: left;
	padding-left: 20px;
	margin: 0 1px 0 0;
}

ol#navigate a {
	background: url('../images/tabs.png') 100% 0;
	color: #383838;
	display: block;
	float: left;
	line-height: 19px;
	padding-right: 20px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

ol#navigate a:hover {
	color: #f5835d;

}

ol#navigate li.current {
	background-position: 0% -21px;
}
ol#navigate li.current a {
	background-position: 100% -21px;
	font-weight: bold;
}

#main {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
	min-height: 500px;
	height:auto !important;
	height:500px;
	background-color: white;

}

/*********************** Contacts, Company and CEO style ***********************/

#contacts {
	padding: 0px;
	margin: 20px 0px;
	font-size: 12px;
}
#contacts a {
	position: left;
	color: #777;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	
}
#contacts a:hover {
	text-decoration: none;
	color: #f5835d;
}
#company {
	padding: 0px;
	margin: 0px;
}

#company .company_title{
	margin: 1px;
	padding: 40px 10px 11px 10px;
	font-size: 20px;
	background-image: url('../images/products.jpg');
	color: #FFF;
	Letter-spacing: 10px;
}

#ceo_message {
	padding: 5px;
	margin: 5px;
}

#ceo_message .ceo_text{
	padding: 0px;
	margin: 0 20px 20px 210px;
	font-size: 13px;
}

#ceo_message img{
	float:left;
	border: 1px solid #ddd;
}
/*********************** Category styles ***********************/

/*********************** Products styles ***********************/
#products{	
	padding: 10px 20px 0px 20px;	
	margin: 10px 20px 0px 180px;	
	text-align: left;	
	background-color: white;	
	border: 1px solid #eae9e9;
}

#products img{
	float: right;
	padding: 0px;
	margin: 3px 10px 2px 10px;
	border: 1px solid #777; 
}
#products hr {
	margin: 15px 10px 30px 10px;
	padding: 0;
	border: 1px dotted #f5835d; 
	border-style: none none dotted none; 
	background-color: #eae9e9;
	color: #eae9e9;
}

#products th {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #f5835d;
}

#products a {
	font-size: 12px;
	font-weight: bold;
	color: #777;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
	
}
#products a:hover {
	color: #f5835d;
	text-decoration: none;
}
img.product_image{
	float: right;
	padding: 0px;
	margin: 3px 10px 2px 10px;
	border: 1px solid #777; 
}

#products .product_text{
	padding: 0px 55px 0px 5px;
}
#products .download_box{	border: 1px solid #f5835d;}
#products .product_name{
	padding: 0 0 0 1px;
	font-weight: bold;
	font-size: 12px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #f5835d;
	text-align: left;
}
#products .product_desc{
	padding: 0 0px 0px 15px;
	margin: 0 220px 0 0;
	min-height: 100px;
	height:auto !important;
	height:100px;
	text-align: left;

}
#products .product_price{
	font-weight: bold;
	text-align: right;
	margin: 0 10px 10px 0 ;
	padding: 0;
}

#products .product_specs{
	text-align: left;
	margin: 0;
	padding: 0;
}

#product_information {
	padding: 0px;
	margin: 0 auto;
	width: 750px;
	background-color: #eae9e9;
	background-image: url('../images/product_bg.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	text-align: left;
	font-size: 11px;
	padding-bottom: 10px;
	min-height: 400px;
	height:auto !important;
	height:400px;
}

#product_information a {
	position: left;
	color: #777;	
	font-weight: bold;
	font-size: 11px;

}
#product_information .product_image{
	margin-right: 15px;
}

#product_information a:hover {
	text-decoration: none;
	color: #f5835d;
}
#product_information .product_text{
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px 2px 5px 2px;
	color: #1a1a1a;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
}

#product_information .syntax {
	margin-left: 50px;
	
}
/*********************** Textpane style ***********************/

#textpane {
	margin: 0 auto;
	margin-top: 0px;
	padding: 0px;
	width: 812px;
	min-height: 500px;
	height:auto !important;
	height:500px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: white;
	/*background-color: #f5f8fa;*/
		background-color: #eae9e9;
	background-image: url('../images/product_bg.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	line-height: 1.3;

}

#textpane #textcontainer {
	padding: 1px 0px 10px 0px;
	margin: 2px 10px 10px 10px	;
	text-align: left;
	background-color: white;
}

#textpane .sidepanel {
	
	color: white;
	width: 135px;
	/*border: 1px #eae9e9 solid;*/
	margin: 10px 0px 0px 10px;
	padding: 0px 3px 80px 3px;
	position: absolute;
	min-height: 150px;
	height:auto !important;
	height: 150px;
	line-height: 1.5;
	background-image: url('../images/sidepanel_bottom.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #1a1a1a;
}

#textpane .sidepanel_title {
	color: white;
	width: 135px;
	/*border: 1px #eae9e9 solid;*/
	margin: 10px 0px 0px 10px;
	padding: 0px 3px 80px 3px;
	position: absolute;
	line-height: 1.5;
	background-image: url('../images/services_sidebox_banner.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#textpane h3{
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #f5835d;
	width: 120px;
	font-size: 12px;
	margin: 10px;
	text-align: left;
	margin: 12px 2px 2px 12px;
	position: absolute;
}

#textpane .centerpage {
	padding: 10px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
}

#textpane .centerpage_front {
	padding: 10px 20px 20px 20px;
	margin: 0px 0px 0px 180px;
}

#textpane  h1{
	margin: 10px 10px 0px 170px;
	font-size: 16px;
}

#textpane img.right_vertical {
	float: right;
	margin: 1px;
	padding: 0px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#textpane p{
	font: arial;
	font-size: 11pt;
	color: #56616a;
	padding: 20px 10px 10px 10px;
	text-align: justify;
	
}

#textpane p.coming_soon_title{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #f5835d;
	margin: 0px 30px 0px 30px;
}

#textpane p.coming_soon{
	text-align: center;
}

#textpane p.left {
	float: left;
	padding-left: 250px;
}

#textpane .products_title{
	margin: 1px;
	padding: 40px 10px 11px 10px;
	font-size: 20px;
	background-image: url('../images/products.jpg');
	color: #FFF;
	Letter-spacing: 10px;
}

#textpane .title_image{
	background-image: url('../images/security.jpg');
	height: 118px;
	padding: 0px;
	margin: 0px;
}

#textpane .service_title_image{
	/*background-image: url('../images/services.jpg');*/
	height: 20px;
	padding: 0px;
	margin: 0px;
}

#textpane .solution_image{
	background-image: url('../images/company_banner.jpg');
	height: 90px;
	padding: 0px;
	margin: 0px;
}

#textpane span.title{
	float: left;
	margin: 96px 0 0 0;
	padding: 0px 10px 0px 10px;
	background-image: url('../images/50_gray.gif');
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 2px;
	color: white;
}

/*********************** News style ***********************/

#news {
	margin: 10px 170px 10px 10px;
	padding: 5px 10px 5px 10px;

}

#news p.news_title {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	font-weight: bold;
	border-width: 0 0 1px 0;
	border-style: solid;
}

#news span.news_date {
	padding: 1px 0px 0px 1px;
	margin: 0px;
	float: left;
	font-size: 9px;
}

#news p.news_body {
	padding: 5px 0px 15px 1px;
}

#news hr {
	border: 1px dotted #f5835d; 
	border-style: none none dotted;
	background-color: #f9f9f9;
	color: #f9f9f9;
	margin-bottom: 20px;

}

#news a {
	position: left;
	color: #777;
	text-align: left;
	
}
#news a:hover {
	text-decoration: none;
	color: #f5835d;
}

/*********************** News_headline style ***********************/

#news_headline {
	margin: 10px 20px 20px 1px;
	padding: 0px;
	float: left;
	width: 150px;
	border: 1px #eae9e9 solid;
}

#news_headline .headline_title{
	margin: 0px;
	padding: 10px;
	font-size: 10px;
	background: #eae9e9;
	text-align: center;
}

#news_headline .headline{
	font-size: 8.5px;
	margin: 0px;
	padding: 10px 1px 5px 5px;
	text-align: left;
}

#news_headline a {
	font-size: 11px;
	position: left;
	color: #777;
}
#news_headline a:hover {
	text-decoration: none;
	color: #f5835d;
}

/*********************** Mini navi style ***********************/

#mini_navi {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 10px;
	background-color: #DDD;
}

#mini_navi a {
	font-size: 9px;
	font-weight: normal;
	color: #777;
	padding: 0px;
	margin: 0px;
	
}

#mini_navi a:hover {
	color: #f5835d;
	text-decoration: none;
}

/*********************** Other styles ***********************/

#wrap {
	padding-bottom: 50px;
}


