html, body, #wrap {
	height: 100%;
}

body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#5f5f4a;
}

body > #wrap {
	background-image:url(../images/wrap_bg.jpg);
	background-position:center center;
	background-repeat:repeat-y;
	height:auto;
	min-height:100%;
}

p{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:1.2em;
	padding-bottom:1.3em;
}

h1{
	background-image:url(../images/page_header_bg.gif);
	background-repeat:no-repeat;
	color:#A9A8A7;
	font-family:Calibri,Arial,Helvetica,sans-serif;
	font-size:30px;
	height:53px;
	margin:0 auto;
	padding:9px 0 15px;
	text-indent:15px;
	width:849px;
}

h2{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#801905;
	padding-bottom:10px;
}

h3{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:lighter;
	color:#bf9658;
	padding-bottom:10px;
}

ul{
	padding-bottom:1.3em;
	padding-left:30px;
}

li{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	line-height:1.2em;
	list-style-image:url(../images/bullet.jpg);
	font-size:12px;
	padding-bottom:.2em;
}

li:hover{
	color:#801905;
}

a{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size:12px;
	color:#333;
}

a:hover{
	color:#bf9658;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}

.clear{
	clear:both;
}

.center{
	text-align:center;
}

.page_extender{
	padding-bottom:30px;
}

.two_level li{
	list-style-image:url(../images/sub_bullet.jpg);	
}
	
	
#header{
	background-image: url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	width:962px;
	height:102px;
	margin: 0 auto;
}

#header img{
	padding:15px 0 0 25px;
}


/*main styles*/

#main {
	padding-bottom: 120px;/* must be same height as the footer */
	width:962px;
	margin:0 auto;
	background-image:url(../images/main_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	overflow:hidden;
} 

/*nav styles*/
img{
	border:none;
}

#nav{
	overflow:hidden;
	list-style:none;
	padding-top:20px;
	padding-bottom:0px;
	width:840px;
	margin:0 auto;
}

#nav li{
	float:left;
	width:140px;
	list-style-image:none;
	background-image:none;
	text-indent:0px;
	}

#home a{
	display:block;
	position:relative;
	width:134px;
	height:27px;
	overflow:hidden;
	background-image:url(../images/btn1.jpg);
}

#home > a:hover{
	display:block;
	text-indent:-134px;
	color:#0F0;
	background-image:url(../images/btn1.jpg);
	background-position:right;
}

#company a{
	display:block;
	position:relative;
	width:134px;
	height:27px;
	overflow:hidden;
	background-image:url(../images/btn4.jpg);
}

#company > a:hover{
	display:block;
	text-indent:-134px;
	color:#0F0;
	background-image:url(../images/btn4.jpg);
	background-position:right;
}

#applications a{
	display:block;
	position:relative;
	width:134px;
	height:27px;
	overflow:hidden;
	background-image:url(../images/btn3.jpg);
}

#applications > a:hover{
	display:block;
	text-indent:-134px;
	color:#0F0;
	background-image:url(../images/btn3.jpg);
	background-position:right;
}

#security a{
	display:block;
	position:relative;
	width:134px;
	height:27px;
	overflow:hidden;
	background-image:url(../images/btn2.jpg);
}

#security > a:hover{
	display:block;
	text-indent:-134px;
	color:#0F0;
	background-image:url(../images/btn2.jpg);
	background-position:right;
}

#support a{
	display:block;
	position:relative;
	width:134px;
	height:27px;
	overflow:hidden;
	background-image:url(../images/btn5.jpg);
}

#support > a:hover{
	display:block;
	text-indent:-134px;
	color:#0F0;
	background-image: url(../images/btn5.jpg);
	background-position:right;
}

#contact a{
	display:block;
	position:relative;
	width:134px;
	height:27px;
	overflow:hidden;
	background-image:url(../images/btn6.jpg);
}

#contact > a:hover{
	display:block;
	text-indent:-134px;
	color:#0F0;
	background-image:url(../images/btn6.jpg);
	background-position:right;
}

#nav li ul {
	background-color:#FFFFFF;
	background-image:url(../images/sub_ul_bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	border-bottom:1px solid #e1dbce;
/*	border-left:1px solid #e1dbce;
	border-right:1px solid #e1dbce;*/
	left:-999em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:7px 5px 5px 0px;
	position:absolute;
	width:160px;
	z-index:5;
}

#nav li:hover ul {
	left: auto;
}

#nav li ul li{
	height:20px;
	margin:0;
	padding:0;
}
	
#nav li ul li a{
	text-decoration:none;
	padding:2px 0 0 10px;
	height:20px;
	background-image: url(../images/dash.jpg);
	background-repeat:no-repeat;
	background-position:9px 5px;
	text-indent:8px;
	color:#73726f;
	width:160px;
}
	
#nav li ul li a:hover{
/*background-color:#f6f3ea;*/
background-image: url(../images/dash.jpg);
background-repeat:no-repeat;
background-position:14px 5px;
color:#bf9658;
height:20px;
text-decoration:none;
text-indent:15px;
}
	
#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -1em 0 0 8em;
	background-color: #fff;
	border:1px solid #e1dbce;
	background-image:none;
	width:170px;
}

#nav, #nav ul {
	list-style: none; 
	line-height: 1;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/*/nav styles*/


#container{
	clear:both;
}

/*Home Page Styles*/
#home_left{
	border-right:1px solid #CCCCCC;
	clear:both;
	float:left;
	padding:30px 20px 0 40px;
	width:350px;
}

#home_right{
	float:right;
	width:525px;
	overflow:hidden;
}

#home_right_top_left{
	float:left;
	width:232px;
	padding-top:28px;
	padding-left:5px;
}

#home_right_top_right{
	float:right;
	padding-right:50px;
	padding-top:28px;
	width:230px;
}

#home_right_bottom{
	background-image:url(../images/news_bg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	clear:both;
	height:133px;
	padding:25px 10px 0 180px;
	width:300px;
}

#home_right_bottom h2{
	padding-bottom:5px;
	padding-top:5px;
}

#home_right_bottom p{
	padding-bottom:5px;
}

#update_container{
	border:1px solid #C2C2C2;
	padding:5px;
	width:482px;
}

/*/Home Page Styles*/
/*Sub Page Styles*/
#page_content{
	margin:0 auto;
	width:849px;
	padding:30px 0 0 0;
}

#page_content img{
	padding:10px;
}

#page_content p{
	padding:15px 0 10px 10px;
	font-size:14px;
}

#page_content h2{
	padding:15px 0 10px 10px;
}

#page_content h3{
	padding:15px 0 10px 10px;
}

#contact_page_wrapper{
    background-image: url("../images/contact_page_bg.jpg");
    background-position: left 16px;
    background-repeat: no-repeat;
    padding-left: 220px;
    padding-top: 50px;
    width: 849px;
}

#contact_page_wrapper h2{
	padding-top:0px;
}

#contact_page_wrapper h3{
	padding-top:5px;
}

#contact_page_wrapper h4{
	background-image:url(../images/Globe.png);
	background-position:30px 0;
	background-repeat:no-repeat;
	color:#666666;
	font-size:24px;
	font-weight:bold;
	height:64px;
	padding-left:30px;
	padding-top:30px;
	text-indent:60px;
}
	
/*/Sub Page Styles*/
/*/main styles*/

/*sub nav styles*/
#sub_nav{
	background-image:url(../images/sub_nav_bg.jpg);
	background-position:10px 0;
	background-repeat:no-repeat;
	height:31px;
	overflow:hidden;
	padding-left:20px;
	padding-top:7px;
	width:260px;
}

#sub_nav p{
	float:left;
	padding:0;
}

#sub_nav ul{
	padding:0px;
}

#sub_nav li{
	float:left;
	padding-left:10px;
	list-style-image:none;
}

.sub_active{
	color:#bf9658;
}
	
/*/sub nav styles*/

/*sub nav styles*/
.language{
	height:31px;
	left:640px;
	overflow:hidden;
	padding-left:20px;
	padding-top:7px;
	position:relative;
	top:-10px;
	width:290px;
}

.language p{
	float:left;
	padding:0;
}

.language ul{
	padding:0px;
}

.language li{
	float:left;
	padding-left:10px;
	list-style-image:none;
}

.language_active{
	color:#bf9658;
}
	
/*/sub nav styles*/

/*footer styles*/
#footer {
	position: relative;
	margin-top: -120px; /* negative value of footer height */
	height: 120px;
	clear:both;
	background-color:#2f0902;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
} 

#footer p{
    color: #FFFFFF;
    font-size: 14px;
    padding-top: 70px;
    text-align: left;
    width: 600px;
}

/*/footer styles*/

