@charset "UTF-8";
@import url("reset-min.css");

/* default styles */
*{
  margin:0;
  padding:0;
}
body{
   font: 62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
   color: #4b4942;
   background:#fff;
   background:#fff url(/images/content_bg.jpg) 0px 161px repeat-x;
}
html, body {
	height: 100%;
    width:100%;
}
#wrapper {
	height: auto !important;
	height: 100%;
	margin: 0 auto -37px;
    min-height:100%;
}
a{text-decoration: none;color: #5599a7;}
a:hover{color: #bb800f;}
hr{display: none;}
strong{font-weight: bold;}
ul.borderedlist li{
   border-bottom: 1px dashed #d1cfcd;
}
ul.borderedlist li a{
	display: block;
	padding:3px 0 0 2px;
	height: 26px;
	color: #42423b;
}
ul.borderedlist li a:hover{background: #E5E5E4;color: #42423b;}

/* layout styles*/
.container{
	width:95%;
	margin: 0 auto;
	position: relative;
}
/* header layout */

#header {
  height: 160px;
  width:100%;
  background: transparent url(/images/top_bg.jpg) top repeat-x;
  overflow:hidden;
  display:block;
}

#header h1{
	height: 106px;
	padding-top: 5px;
    width:190px;
}
#header h1 a{
	font: 24px/24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -2px;
	padding: 22px 9px 25px 8px;
   height:106px;
	display: block;
	background: url(/images/logo_bg.jpg) left top no-repeat;
    position:relative;
}

#header h1 a img{
   position:relative;
   left:0px;
   z-index:2;
}

#header h1 a span{
	height:106px;
	width: 48px;
	position: absolute;
	top:0;
	right: -45px;
	background: url(/images/logo_right.png) right top no-repeat;
	z-index:1;
}

#navigation{
	position: relative;
	top:-11px;
    left:223px;
}

#navigation li{
	float: left;
	padding-right: 40px;
	font-size: 1.7em;
	font-weight: normal;
    height:60px;
    /*background: url(/images/nav_left.jpg) left top no-repeat;*/
}
#navigation li a {
/*background:transparent url(/images/nav_right.jpg) no-repeat scroll right top;*/
color:#FFFFFF;
display:block;
height:60px;
left:43px;
position:relative;
width:70px;
}

#navigation li a span {
left:-15px;
position:relative;
top:19px;
}
#navigation li.active a{color: #fff;font-weight:bold;}
#navigation_top li a {
  color:#fff;
  font-size:1.2em;
}

#content_container{
  width:100%;
  display:block;
  padding-top:13px;
}

/* left column */
#leftcolumn{
  width:210px;
  float:left;
}
#leftcolumn .box{
  width:210px;
  min-height:100px;
  display:block;
  background:transparent url(/images/leftbox_bg.jpg) top left repeat-y;
  position:relative;
  z-index:2;
  margin-bottom:15px;
}

#leftcolumn .box .top{
  width:210px;
  height:27px;
  background:transparent url(/images/leftbox_top.jpg) top left no-repeat;
  display:block;
  position:absolute;
  z-index:1;
}

#leftcolumn .box h3{
  position:relative;
  z-index:2;
  top:19px;
}

#leftcolumn .box .bottom{
  width:210px;
  height:25px;
  background:transparent url(/images/leftbox_bottom.jpg) top left no-repeat;
  display:block;
}
.leftbox{padding: 10px 23px 10px 23px;margin-bottom:3px;line-height:1.8em;}
h3.leftbox{font-size:19px;color: #8c8685;padding:5px 0 10px 23px;}
h3.header_small{font-size:15px;font-weight: bold;padding:0 23px 5px 23px;}
ul.leftbox{font-size: 1.2em;}

.features{padding-top:15px;font:1.27em Arial, Helvetica, sans-serif;}

#leftcolumn .leftbox p{padding-bottom:1em;line-height:1.5em; font-size:12px}
#leftcolumn  .active{
  font-weight:bold;
}
/* center column */
#center{
    color:#3F3332;
    font-family:georgia,Tahoma,Verdana,Arial,Sans-Serif;
    font-size:1.1em;
    margin-left:215px;
    margin-top:10px;
    padding:0 0 20px
}
.article_wrapper h2{color: #8AA8A8; font-size:2em;margin:10px 0;}
.article_wrapper p{padding-bottom:10px;font-size:1.3em;}
/* right column */
.rightbox_wrapper{
	background: #eeeded;
	padding:5px;
	margin-bottom: 20px;
	width:277px;
	overflow: hidden;
	font-size:11px;
	line-height: 18px;
	color: #58584D;
}
.rightbox{border: 1px dashed #d9e0e8;width:275px;overflow: hidden;padding-bottom:6px;}
.product_image{ float: left;margin: 6px 0 0 6px;}
.product_wrapper{float: right;width:200px;}
.product_wrapper h4{font-size:1.3em;color: #483F3D;font-weight: bold;padding-top:10px;}
.product_wrapper p{font-size:1em;}
.lastbox{margin:0;}
/* bottom */
.bottomcolumn h3{
	border-bottom: 4px solid #9b968f;
	color: #fff; font-size:18px;padding:15px 0 5px 5px;
}
.bottomcolumn p{
	padding: 10px 35px 10px 5px;
	font-size: 1.2em;
	color:#fff;
}
.iconlist{
	border-top: 1px dashed #d1cfcd;
	font-size: 1.2em;
	color:#fff;
}
ul.iconlist li a{
	padding-left: 25px;
	background: url(/images/icon.png) left bottom no-repeat;
	color:#fff;
}
.enewsbox{
	float: left;
	width: 180px;
	height: 17px;
	padding:3px 5px;
	border: 4px solid #5599A7;
	font-size:13px;
}
.button{
	display: block;
	float: left;
	width: auto;
	line-height:1em;
	text-align: center;
	background: #659AA6;
	border: 4px solid #fff;
	color: #fff;
	cursor: pointer;
	margin:0;
	padding:3px 8px; /* IE6 */
}

/* post styles */
.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;

  margin-bottom: 1.5em;

  border-bottom: 1px solid #CCCCCC;
}

.post .date {
  position: absolute;
  top: 0;
  left: 5px;

  width: 2.3em;
  text-align: right;
}

.post .date .month {
  text-transform: uppercase;
  font: 700 1.0em arial, sans-serif;
  color: #888;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em arial, sans-serif;
  color: #888;
}

.post .title {
  display: block;
  padding: 0 0 5px 0;

  font-size: 1.2em;
  font-weight: bold;
  color: #586B7A;
}

.post p {
  margin: 0 0 0 3.5em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
}

/* form styles */
form {
  padding: 0;
  margin: 0;
  position:relative;
  max-width:575px;
}

form p{
  width:100%;
  display:block;
  overflow:hidden;
}

label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}

input.radio {
  background: none;
  border: 0px;
}
form p.submit{
  width:100%;
  position:relative;
  overflow:visible;
}

form p.submit input{
  position:absolute;
  right:40px;
  top:10px;
}

tr.even {
  background-color:#F0F0F0;
}

tr.odd {
  background-color:white;
}
.width25 {
  width: 24%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}

#center h1, #center h2, #center h3, #center h4, #center h5, #center h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


#center h1 {
  padding-bottom: 0.2em;

  font: 400 1.6em arial, sans-serif;
  color: #536C71;
  border-bottom: 12px solid #ddd;
}

#center h2 {
  font-size: 1.2em;
  color: #586B7A;
}

#center h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #5D6F73;
}

#center h4 {
  font-size: 0.85em;
}


/*footer*/

#footer{
	height: 37px;
	background: transparent url(/images/footer_bg.jpg) 0 0 repeat-x;
	font-size: 1.2em;
}

.push{height:37px;width:100%;display:block;clear:both;}
#footer a{color: #fff;}
#copyright{
	float: left;
	height: 23px;
	padding:2px 0 0 20px;
	/*background: url(/images/logo.gif) -5px 0px no-repeat;*/
	margin-top: 5px;
	font-weight:bold;
}
#footer_navigation{
	float: right;
	padding-top:7px;
}
#footer_navigation li{float: left;padding-left:18px;}
#footer_navigation li a{text-transform:uppercase;}
#footer_navigation li a:hover{color: #5699A7;}
