body, div, form, input, textarea, ul, li {
	font-family: helvetica;
	font-size: 14px;
	color: #333;
	line-height: 18px;
}
body {
	background: #fdfefe url(../images/main_body_bg.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
}
a {
	color: #000;
	font: normal 14px Helvetica;
	text-decoration: underline;
}

img {
	border: none;
	text-decoration: none;
}
#main_top {
	width: 100%;
	height: 80px;
}
#main {
	width: 930px;
	margin: -64px auto;
}


/* =========== Header =========== */

#header {
	height: 167px;
	background: url(../images/maintopbg.png) no-repeat;
	position: relative;
}
#search {
	position: absolute;
	top:  21px;
	right: 40px;
	width: 400px;
	height: 21px;
	text-align:right;
}
#search a {
	font:normal 12px Arial; 
	text-decoration: none;
	color:#666
	}
.se {
	width: 80px;
	height: 16px;
	border: none;
	font-size: 12px;
	margin: 1px 0 0 2px;
	position: absolute;
}
.bu {
	width: 14px;
	height: 12px;
	background: url(../images/ic_search.gif) no-repeat;
	position: absolute;
	right: 3px;
	top: 4px;
	border: none;
	cursor: pointer;
}
.logo {
	width: 243px;
	height: 79px;
	position: absolute;
	top:  51px;
	left: 50px;
}
.slogan {
	color: #849286;
	font-size: 12px;
	font-style: italic;
	position: absolute;
	top:  120px;
	left: 150px;
	margin: 0;
	padding: 0;
}
.rss {
	display: block;
	padding-left: 25px;
	background: url(../images/ic_rss.gif) no-repeat;
	font-size: 12px;
	height: 19px;
	line-height: 20px;
	position: absolute;
	top: 32px;
	right: 200px;
}

/* =========== End Header =========== */


/* =========== Navigation =========== */

#nav {
	position: absolute;
	top: 106px;
	right: 35px;
}
#nav ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav li {
	display: block;
    float: left;
    list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}
#nav a {
	color: #c0bdb3;
	background: #5e5b50;
	font-size: 14px;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	margin: 0 1px 0 0;
	display: block;
	line-height: 17px;
}
#nav a:hover, #nav .current {
	background: #343535;
}
body#index #nav .current-home, body#about #nav .current-about, body#products #nav .current-products, body#services #nav .current-services, body#clients #nav .current-clients, body#partners #nav .current-partners, body#contact #nav .current-contact {
	background: #343535;
}
.nav_tl {
	position:absolute; 
	top:0px; 
	left:0;
}
.nav_tr {
	position:absolute; 
	top:0; 
	right:1px;
}
.nav_bl {
	position:absolute; 
	bottom:0; 
	left:0px;
}
.nav_br {
	position:absolute; 
	bottom:0; 
	right:1px;
}

/* =========== End navigation =========== */



/* =========== Index Articles =========== */

#index_articles {
	width: 905px;
	margin-left: 15px;
	overflow: hidden;
}

#articles_series {
	width: 905px;
	margin-left: 15px;
	overflow: hidden;
}
#articles_series ul, #index_articles ul {
	float: left;
	font-size: 14px;
	color: #6e7870;
	font-family: helvetica;
	line-height: 17px;
	padding-bottom: 35px;
	margin: 0;
	padding: 0 0 30px 0;
}
#articles_series li, #index_articles li {
	margin: 30px 0 0 16px;
	width: 280px;
	text-align: left;
    float: left;
    list-style: none;	
    display: inline;
}
#articles_series h3, #index_articles h3 {
	font-size: 18px;
	margin-top: 40px;
	font-weight: 400;
	font-family: Verdana;
	max-width: 250px;
	overflow: hidden;
	height: 35px;
	line-height: 30px;
}

.articletitlepic {
	float: left;
	height: 90px;
	width: auto;
}

/* =========== End Index Articles =========== */


/* =========== Slider =========== */

#slider{
	position: relative;
	height: 244px;
	background: #f4f5f5;
	width: 900px;
	margin-left: 15px;
	position: relative;
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	width:900px;
	height:241px;
	overflow:hidden; 
}	
#slider a {
	font: normal 18px Verdana;
	color: #6f7870;
	text-decoration: none;
	}
#prevBtn, #nextBtn{ 
	display:block;
	width:27px;
	height:49px;
	position:absolute;
	left:15px;
	top:95px;
}	
#nextBtn{ 
	left:888px;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:27px;
	height:49px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
}	
#nextBtn a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
}
.slide {
	padding: 0 0 0 50px;
	width: 800px;
	height: 240px;	
	display: block;
	text-decoration: none;
	line-height: 22px;
}
.box {
	width: 155px;
	margin:0 20px;
	float:left;
	display:inline;
	text-align:center;
}
.sliderimg {
	margin: 5px;
}

/* =========== End Slider =========== */


/* =========== Content =========== */
body#index #content_title {display:none!important}

#content {
	width:930px;
	background: url(../images/mainmidbg.png) repeat-y;
	position: relative;
	float:left;
}
#content_title {
	margin: 0;
}
#content_title h3 {
	width: 835px;
	padding: 4px 0 4px 10px;
	margin: 0 0 0 40px;
	border-top: 1px solid #959c96;
	border-bottom: 1px solid #959c96;
	font-family: Verdana!important;
	font-size: 26px;
	color: #333;
	font-weight: 400;
	line-height: 26px;
}
#content_in {
	float:left;
	padding: 10px 50px 10px 50px;
	font-size: 14px;
	line-height: 18px;
}
#content_in h3, #content_left h3 {
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	line-height: 20px;
}
body#contact #content_in h3 {margin-top:15px}
body#contact #content_in p {margin:0; padding:0}
#content_banner {
	background:#f5f5f5;
	height:244px;
	width:100%;
	margin:10px 0;
	}
#content_banner h1 {
	font: italic 36px Georgia
	}
#content_banner p {
	font:normal 18px Verdana
	}
body#about #content_banner {
	background:url(../../../images/about_image_no_text.jpg) top left no-repeat;
	}
#content_banner .text {
	width:500px;
	height: 175px;
	padding:30px 0 0 40px;
	}
.content_col {
	float:left;
	display:inline;
	width:250px;
	margin-right:10px;
	text-align:center;
	}
.content_col ul {
	list-style-type: none;
	margin:0;
	padding:0;
	}
.content_col li {
	padding:15px 0;
	}
body#partners .content_col {
	width:130px;
	margin-right:5px;
	}
body#partners .content_col li {
	height:50px
	}
blockquote {
	background-color: #e0e4c5;
	display: block;
	padding: 15px;
	border-left: 3px solid #857a62;
	margin: 0 0 0 30px;
	color: #7b766c;
}

/* =========== End Content =========== */


/* =========== Blog =========== */

#blog_items {
	overflow: hidden;
}
.blog_item {
	overflow: hidden;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}
.blogpic {
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	display: block;
	width: 130px;
	height: 130px;
}
.blog_item_text {
	float: right;
	width: 370px;
	display: block;
}
#blog_items h3 {
	font-size: 30px;
	font-weight: 400;
	font-family: Contra;
	line-height: 30px;
	margin-bottom: 10px;
}
#blog_items a {
	text-decoration: none;
}
#blog_items a:hover {
	color: #6f7870;
}
.blog_meta {
	font-size: 12px;
	background: #eee;
	padding: 3px;
	line-height: 12px;
	margin-top: 10px;
}

/* =========== End Blog =========== */


#breadcrumbs {
	font-size: 12px;
	color: #6f7870;
	margin: 5px 0 0 50px;
}
#articles {
	width: 890px;
	padding-left: 10px;
	overflow: hidden;
}
#articles h3 {
	font-size: 21px;
	margin-top: 40px;
	font-weight: 400;
	font-family: Contra;
	max-width: 250px;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	color: #6f7870;
}
#articles a {
	color: #6f7870;
}
.article {
	width: 245px;
	float: left;
	margin: 10px 0 0 45px;
	font-size: 14px;
	color: #6e7870;
	font-family: helvetica;
	line-height: 17px;
	display: inline;
	padding-bottom: 35px;
}
.clearboth {
	clear: both;
	height: 1px;
}
#content_left {
	padding: 30px 50px 50px 50px;
	width: 550px;
	font-size: 14px;
	color: #6f7870;
	line-height: 18px;
	float: left;
}
#content_right {
	float: right;
	width: 180px;
	margin: 30px 50px 50px 10px;
}
#content_right  li {
	font-size: 14px;
	border-bottom: 1px solid #e6e9d1;
	padding: 5px 5px;
}
#content_right  ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#content_right a.big, a.current {
	font-size: 18px;
	display: block;
	padding: 5px 0;
}
#content_right  a.current {
	color: #d9d1b2;
	text-decoration: none;
}
#content_right h3 {
	font-size: 20px;
	font-weight: 400;	
	margin-bottom: 10px;
}
#contactform input {
	width: 300px;
	padding: 5px 0;
	font-size: 18px;
	vertical-align: middle;
}
#contactform textarea {
	width: 300px;
	height: 150px;
	font-size: 18px;
}
.articles_container {
	overflow: hidden;
	display: inline;
}

/* =========== Footer =========== */
#footer_wrap {
	float:left;
	border-top:solid 1px #ddd;
	margin:25px 50px 10px 50px;
	}
body#index #footer_wrap {margin:25px 0 20px 30px;width:94%}
#footer_content {
	float:left;
	width:100%;
	background:#f4f5f5;
	padding:10px 0;
	}
#copyright {
	float: right;
	width: 300px;
	color: #000;
	text-align:right;
	margin-right:10px;
}
#copyright p {margin:0;}
#social {
	float: left;
	margin-left: 10px;
	width: 500px;
}
#social p, copyright p {
	margin:0;
	padding:0
	}
#social .tag {
	width:150px;
	display:inline;
	background:url(../images/facebook_b.jpg) top left no-repeat;
	padding:10px 10px 10px 45px;
	}
#social .tag2 {
	width:150px;
	display:inline;
	background:url(../images/twitter_b.jpg) top left no-repeat;
	padding:10px 50px 10px 45px;
	}
.footer_links {
	float:left;
	display:block;
	margin-top:15px;
	}
#footer {
	width:930px;
	height:24px;
	float:left;
	margin-bottom:5px;
	background: url(../images/mainbotbg.png) no-repeat;
}
#footer a {
	color: #ada675;
}


/* =========== End Footer =========== */
