﻿/*----------------- body general ---------*/
body{
	font-family:"OxygenRegular";   
	margin:0px;
    padding:0px;
   /* background:#483F3B url('../image/page_bg.png') 0px 0px repeat-x;
	color:#fff; */
	color:#000;
 /*background:#fff url('../image/page_bg.png') 0px 0px repeat-x; 	*/
 background-color:#fff;
}
.h-wrap{
	width:960px;
	margin-left:auto !important;
    margin-right:auto !important;
   
   
}


.wrap{
	width:960px;
	margin-left:auto !important;
    margin-right:auto !important;
    
}
.clr {
	clear:both ;
}
h1{
	font-size:20px;
	//padding:5px;
	font-family:"OxygenBold";
	text-transform:capitalize;
}
h3{
	text-align:center;
}
/*----------- header -----*/
.header
{
	
	height:205px;
	/*background:#241F1D;*/
	background:#000033;
    padding:10px;
    color:#fff; /* added for blue layout */
     background:#000033 url('images/h-bg.png') no-repeat 0 0; 
    background-repeat:no-repeat;
    background-position:center;
}
.navigation
{
	
	border-radius:10px;
	overflow:auto;
	padding-bottom:10px;
	background-image:url('images/m-bg.jpg');
	background-repeat:repeat-x;
}
.navigation ul
{
	list-style:none;
}
.navigation li,.nav-list
{
	
	display:inline-block ;
	text-decoration: none;
	font-family:"OxygenBold";
	text-align:center;
	font-size:large;
	
	padding:5px;
	margin-right:0px;
	padding-right:10px;
	

}
.navigation a
{
	//color:#CBBAAF;
	color:#fff;
	border-bottom:4px #cbbaaf solid ;
	text-decoration:none;
}
.navigation li:hover  a
{
	color:#fff;
	border-bottom:4px #F66E00 solid ;
	cursor:pointer;

}
.logo
{
	display:block;
	//width:400px;
	//height:200px;
	//left:10px;
	//position:relative ;
	float:left;
	background-color:#483F3B ;
	border:thin #fff solid ;
}
/*--------- slider ---*/
.slider
{
	height:100px;
	display:block;
	border:thin #fff solid ;
	width:500px;
	float:right ;
	position:relative;


}
/*---------- content -------*/
.content
{
	
	min-height:100px;
	overflow:auto;
	
}
.div-3070 {}

        .div-3070-left 
        {
            width:29%; 
            clear:both;
            float:left; 
            margin:0;
            padding:0;
        }

        .div-3070-right 
        { 
            width:69%;
            float:right; 
            padding-left:20px;
        }

.div-3070-left ul
{
	list-style:none;
	
}
.div-3070-left li
{
	border-bottom:thin #000 dashed ;
	padding:10px 0 0 0;
	margin-left:0px;
	
}
/*-------------- footer ------------*/
.footer
{
	/* background:#241F1D;*/
	 background:#000033;
     padding:10px;
	 	color:#fff; /*added for blue layout */
	 margin:0px;
	 overflow:auto;
	 	 } 
.footer a
{
	text-decoration:none;
	color:#fff;
}
.developer{
	float:right;
	width:150px;
	display:block ;
	text-align:right ;
	color:#fff;
}
.copyright
{
	float:left;
	width:600px;
	display:block;
	color:#fff;
	font-weight:500;
}
.copyright span{
	margin-left:20px;
}

.question{
	font-weight:bold;
	color:green ;
}
/************** form ******************/
#formsearch {

	margin:0;

	padding:20px 0;

	width:auto;

	height:30px;

}

#formsearch span {

	display:block;

	margin:0;

	padding:0;

	float:left;

	background:url(../images/search_bg.gif) no-repeat left top;

}

#formsearch input.editbox_search {

	margin:0;

	padding:8px 6px;

	float:left;

	width:170px;

	font-size:12px;

	line-height:14px;

	color:#a8acb2;

	background:none;

	outline:none;

	border:none;

}

#formsearch input.button_search {

	margin:0;

	padding:0;

	border:none;

	float:left;

}
ol {

	list-style:none;

}

ol li {

	display:block;

	clear:both;

}

ol li label {

	display:block;

	margin:0;

	padding:16px 0 0 0;

}

ol li input.text {

	width:480px;

	border:1px solid #c0c0c0;

	margin:0;

	padding:5px 2px;

	height:16px;

	background-color:#fff;

}

ol li textarea {

	width:480px;

	border:1px solid #c0c0c0;

	margin:0;

	padding:2px;

	background-color:#fff;

}

ol li .send {

	margin:16px 0 0 0;

}

