/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* =let's start our magic fegoo
-------------------------------------------------------------- */
/* =misc
-------------------------------------------------------------- */
body {
  text-align:center;
  background:url('../images/bg.jpg');
  font:12px tahoma;
  }
.in {
  width:960px;
  text-align:left;
  margin:0 auto;
  position:relative;
  }
h1{
  font:32px "Trebuchet MS";
  color:#323232;
  }
h2,h2 a{
  font:25px "Trebuchet MS";
  color:#323232;
  text-decoration:none;
  }
h3{
  font:22px arial;
  color:#333;
  }
p {
  line-height:25px;
  color:#666;
  }
p a{
  color:#666;
  }
p a:hover{
  text-decoration:none;
  }
.clear {
  clear:both;
  }    
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}  
a img {
  border:0;
}   
/* =header
-------------------------------------------------------------- */  
#header {
  overflow:hidden;
  padding-bottom:20px;
  }
#header .logo {
  background:url('../images/logo.jpg') no-repeat right 0;
  float:left;
  padding:0;
  margin:0;
  margin-top:13px;
  width:320px;
  height:61px;
  padding-top:0px;
  overflow:hidden;
}
#header .logo a{
  padding-top:506px;
  display:block;
  }
#header .menu {
  margin:0;
  padding:0;
  font:13px tahoma;
  height:30px;
  width:585px;
  float:right;
  overflow:hidden;
  margin-top:33px;
  }
#header .menu li{
  list-style:none;
  float:left;
  }
#header .menu li.selected{
  font-weight:bold;
  }
#header .menu li a{
  color:#b3b3b3;
  text-decoration:none;
  padding:0 10px;
  display:block;
  }
#header .menu li a:hover ,#header .menu li.selected a{
  color:#ef545c;
  }
/* =slider
-------------------------------------------------------------- */
#slider {
  height:450px;
  background:url('../images/slider_bg.jpg');
  position:relative;
  overflow:hidden;
  }
#slider .image{
  position:absolute;
  top:42px;
  left:0;
  }  
.slider-nav {
  list-style:none;
  position:absolute;
  height:46px;
  top:404px;
  left:10;
  background:url('../images/slider_shadow_light.jpg') right top no-repeat;
  width:100%;
  z-index:1000;
  text-align:center;
  padding-top:20px;
  }
.slider-nav li{padding:0px 3px;width:15px;display:inline;}
.slider-nav a,
.slider-nav .activeSlide a{
  border: 0;
  display: inline-block;
  padding: 0;
  background: #333;
  width:15px;
  height:9px;
  background:url('../images/slider_on_off.jpg') -19px top no-repeat;
  z-index:1000;
  }
.slider-nav .activeSlide a{
  background:url('../images/slider_on_off.jpg') 0px top no-repeat;
  }
/* = content 
-------------------------------------------------------------- */
.content{
  background:url('../images/content_bg.jpg') top left repeat-x;
  overflow:hidden;
  padding-top:30px;
  }
/* = welcome 
-------------------------------------------------------------- */
.row {
  border-bottom:1px solid #d3d7dc;
  padding-bottom:30px;
  }
.inner_row {
  padding:20px 0;
  }
.row .thumb {
  float:left;
  width:260px;
  height:169px;
  }
.row .body {
  float:right;
  width:690px;
  }
.inner_row .body {
  float:right;
  width:230px;
  }
.row .body h1 , .row .body h2 {
  font-size:30px;
  color:#323232;
  }
.row .body h1 a, .row .body h2 a{
  color:#323232;
  }
.row .body p {
  padding-top:10px;
  color:#999;
  }
.inner_row .body p {
  padding-top:0px;
  }
.row .body .read_more {
  text-decoration:underline;
  color:#7d7d7d;
  display:inline-block;
  margin-top:5px;
  text-align:right;
  }
/* = home colums 
-------------------------------------------------------------- */
#colums {
  padding-top:30px;
  }
#colums .colum{
  width:295px;
  float:left;
  padding-right:37px;
  }
#colums .colum .thumb {
  }
#colums .colum h2 {
  font-size:18px;
  color:#323232;
  padding-top:20px;
  }
#colums .colum p {
  padding-top:10px;
  color:#999;
  }
#colums .colum .read_more {
  text-decoration:underline;
  color:#7d7d7d;
  display:inline-block;
  margin-top:5px;
  }
#colums .last {
  padding-right: 0;
  }
/* = contact us 
-------------------------------------------------------------- */
.contact_us_text {
  width:400px;
  float:left;
  }  
#contact_form {
  float:left;
  font:13px arial;
  color:#333;
  }
#contact_form p{ 
  font:13px arial;
  color:#333;
  line-height:24px;
}
#contact_form .cinput,#contact_form .ctextarea{
  width:380px;
  margin-bottom:10px;
  height:20px;
  overflow:hidden;
  }
#contact_form .ctextarea{
  height:90px;
  }
/* = title 
-------------------------------------------------------------- */
#title{
  background :url('../images/slider_bg.jpg');
  height:149px;
  overflow:hidden;
  border-bottom:1px solid #fff;
  } 
#title .in{
  background :url('../images/title_light.jpg') 0 0 no-repeat;
  height:149px;
  }  
#title .in h1{
  padding-top:50px;
  font-size:36px;
  color:#fff;
  }
/* = sidebar 
-------------------------------------------------------------- */ 
#sidebar {
  width:230px;
  float:left
  }
#sidebar ul li{
  font-size:14px;
  font-weight:bold;
  }
#sidebar ul li a{
  color:#323232;
  text-decoration:none;
  padding:5px 0 5px 0px;
  border-bottom:1px solid #e5e5e5;
  display:block
  }
#sidebar ul li ul li{
  color:#ababab;
  font-size:12px;
  font-weight:normal;
  padding-left:10px;
  }
#sidebar ul li ul li a{
  color:#b6b6b6;
  text-decoration:none;
  padding-left:10px;
  background :url('../images/sidebar_menu_arrow.jpg') 0 center no-repeat;
  }
/* = inner 
-------------------------------------------------------------- */
.inner {
  width:690px;
  float:right;
  min-height:450px;
  }
.inner .column{
  width:345px;
  float:left;
  min-height:450px;
  }
.inner h2{
  font:30px "Trebuchet MS";
  }
.inner .left_content {
  width:410px;
  float:left;
  padding-top:20px;;
  }
.inner .side_image {
  width:268px;
  float:right;
  padding-top:20px;
  }
.inner .table {
  padding-top:35px;
  clear:both
  }
.inner h2, .inner .thumb, .inner p{
  margin-bottom:10px;
  }
/* = footer 
-------------------------------------------------------------- */
#footer {
  text-align:center;
  font:12px;
  color:#647284;
  background:url('../images/slider_bg.jpg') top;
  padding:20px 0;
  margin-top:20px;
  }
#footer a{
  text-decoration:none;
  color:#647284;
  }