body{
	background-position: top left;
	background-repeat: repeat;
	color: #3F3F3F;
	font-size: 12px;
	padding: 0;
	margin: 0;
	font-family: Arial, helvetica, sans-serif; 
}

* { line-height: 170%; }

a {color: #000;}
a:hover { text-decoration: none;}
img {border: none;}
p {margin: 0; }
a, input {outline: 0;}
a.link_2, .link_2 a {color: #555555; text-decoration: none;}
a.link_2:visited, .link_2 a:visited {color: #555555; text-decoration: none;}
a.link_2:hover, .link_2 a:hover {color: #555555; text-decoration: underline;}

.article_text { text-align: justify; }

.content, div.main_content p, div.main_content .article_text {
	
}


/* Clear style  */
.clearfix:before, .clearfix:after {content: ""; display: table;}
.clearfix:after {clear: both;}
.clearfix {zoom:1;}

/* Columns */
.half, .third, .two_thirds {
	float: left;
	margin-right: 4%;
	margin-bottom: 25px;
}
div.half    { width: 48%; }
div.third   { width: 30.66%; }
div.two_thirds  { width: 65%; }
div.last_col { margin-right: 0 !important; }

/* layout (responsive) */
div#envelope {
	width: 98%; 
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}

/* Header */
div#header {
	margin: 0px 0px 0px 0px;
	padding-top: 25px;
}

div#header_image {
	margin-bottom: 30px;
}

div#header .logo {
	margin-bottom: 25px;	
	padding-left: 25px;
	height: 53px;
	width: 221px;
}

/* main menu */
div#menu {
	clear: both;
	border: 1px solid #d7d7d7;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	background: #fff url('../img/layout/bg/menu.png') repeat-x bottom left;
	-moz-box-shadow: inset 0px 0px 2px 2px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(255, 255, 255, 0.6);
	box-shadow: inset 0px 0px 2px 2px rgba(255, 255, 255, 0.6);		
	/* height: 62px; */
	position: relative; z-index: 1000; /* IE 7 bugfix */
}
div#menu ul#navigation {
	margin: 0;
	padding: 12px 10px 10px 20px;
}
/*
div#menu ul {
	list-style: none;
}

div#menu ul li {
	display: inline;
}
*/

/* titles */

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-family: "Ubuntu";
	font-weight: normal;
	color: #3a3a3a;
}

h1,h2,h3,h4,h5,h6 { margin-bottom: 10px; }
h1, h1 a {
	font-size: 28px;
	color: #333;
	line-height: 34px;
}
h2, h2 a {
	font-size: 24px;
	line-height: 30px;
}
h3, h3 a { font-size: 22px; line-height: 30px; }
h4 {
	font-size: 17px;
	color: #2a2a2a;
}
h5 {
	color: #424242;
	font-size: 15px;
}
h6 {
	font-size: 13px;
	color: #2b2b2b;
}
strong, b { }
.center { text-align: center; }

/* main_content */

div.main_content {
	padding: 15px 30px;
	border: 1px solid #d7d7d7;
	border-top: none;
	border-bottom: none;
	background: #fff;
}	

div.shadow {
	border-bottom: 1px solid #d7d7d7;
	background: url('../img/layout/bg/horizontal_shadow.png') no-repeat bottom;
	height: 25px;
	width: 100%;
	clear: both;
	position: relative;
	/* left: -31px; */
	top: 0px;
	margin-bottom: 30px;
}
div.main_title {
	padding: 0px 10px 9px 0px;
	background: url('../img/layout/bg/main_title.png') no-repeat bottom;
	margin: 0px 0px 30px 0px;
	text-align: center;
}
div.main_title h1 {
	/* margin: 0; padding: 0; line-height: 140%; */
}
div.panel_main {
	float: left;
	width: 565px;
}

div.panel_main_wide {
	width: 100%;
}
/* panel_right */
div.panel_right {
	float: right;
	width: 320px;
}
div.panel_right .pr_box h3 {
	text-align: center;
	margin-bottom: 0;
	background: url('../img/layout/bg/pr_title.png') repeat-x bottom left;
	height: 36px;
	padding-top: 7px;
	border-bottom: 1px solid #ccc;
	color: #555;
	font-size: 22px;
	-moz-box-shadow: inset 0px 0px 2px 2px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(255, 255, 255, 0.6);
	box-shadow: inset 0px 0px 2px 2px rgba(255, 255, 255, 0.6);		
}
div.panel_right .pr_box {
	border: 1px solid #d7d7d7;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 30px;
	background: #fff;
	overflow: hidden;
}

div.panel_right .pr_box .pr_content { padding: 15px 10px 10px 15px; background: #fbfbfb; 	line-height: 150%; }

button, .button {
	display: inline-block;
	margin: 5px 0;
	background: url('../img/layout/bg/buttons.png') repeat-x top left;
	padding: 6px 15px 7px 15px;
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ccc;
}
button:hover,.button:hover {
	-webkit-box-shadow:  0px 0px 5px 5px rgba(159, 221, 55, 0.4);
	box-shadow:  0px 0px 5px 5px rgba(159, 221, 55, 0.4);
}
/* footer */

div#footer {
	clear: both;	
	overflow: hidden;
	border: 1px solid #d7d7d7;
	margin-bottom: 30px;
	padding: 15px 25px;
	/* height: 20px; */
	background: #fff url('../img/layout/bg/footer.png') repeat-x bottom left;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
div#footer .left {
	float: left;	
	width: 500px;
}
div#footer .left p{
	font-size: 13px;
	color: #8d8d8d;
	padding-top: 5px;
}
div#footer .right { 
	float: right; 
}
div#footer .right p {
	text-align: right;
}

img.powered {
	border: 0px;
	width: 155px; height: 25px;
	vertical-align: middle;
}

.menu_2, .menu_2 a {
	color: #646464;
}


/* images */ 
div.img_box img, img.img_box, div.content div.article_text img  {
	border: 2px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 4px 4px rgba(230, 230, 230, 1.0);
	-webkit-box-shadow:  0px 0px 4px 4px rgba(230, 230, 230, 1.0);
	box-shadow:  0px 0px 4px 4px rgba(230, 230, 230, 1.0);
}

/* panel */
.pr_item {
	margin-bottom: 15px;
}

.pr_item.last {
	margin-bottom: 0;
}

.pr_item img {
	float: left;
	margin-right: 10px;
	width: 110px;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 2px 2px rgba(230, 230, 230, 1.0);
	-webkit-box-shadow:  0px 0px 2px 2px rgba(230, 230, 230, 1.0);
	box-shadow:  0px 0px 2px 2px rgba(230, 230, 230, 1.0);
}

.pr_item div.text {
	float: right;
	width: 170px;
}

/* ul */
.panel_right ul { list-style: none; margin: 0; padding: 0; }
.panel_right  ul li {
	background: url("../img/layout/list.png") no-repeat 0px 4px;
	padding-left: 25px;
	padding-bottom: 12px;
	font-size: 13px;
}	


div.panel_right ul.arrows {
	list-style: none;
	margin: 0;
	padding: 0;
}	

div.panel_right ul.arrows ul {
	border: 0;
	margin: 0;
	padding: 0;
}
div.panel_right ul.arrows li {
	background: none;
	margin: 0;
	padding: 0;
}
div.panel_right ul.arrows li a {
	display: block;
	background: url("../img/layout/arrow_right_dark.png") no-repeat 6px 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d9d9d9;
	padding-left: 18px;
}

/* panel_right subcategories */
#subcats {
	margin-bottom: 20px;
}

#subcats ul {
	margin: 0 0 0 15px;
}

div#social {
	position: absolute;
	top: 35px;
	right: 20px;
}

/* image effect */
div.image-effect{
	top: 0; left: 0;
	width: 915px; height: 360px;
	font-size: 0;
	padding: 0; margin: 0;
	overflow: hidden;
	position: relative;
	border: 1px solid #DFDFDF;
}
div.image-effect img{
	width: 915px; height: 360px;
	top:  0; left: 0;
}

div#nav-1 {
	height: 50px;
	background: url('../img/layout/bg/main_title.png') no-repeat bottom;
	margin: 0px 0px 0 0px;
	text-align: center;
	position: relative;
}
div#nav-1 .controls {
	position: absolute;
	left:50%;
	bottom:20px;
	margin-left:-30px;
}
#nav-1 a { 
		display:block;
    width:10px;
    height:10px;
    background:url(../img/layout/cycle/bullets.png) no-repeat;
    text-indent:-9999px;
    margin-right:7px;
    float:left;
  }
  
div#nav-1 .controls a.active {background-position:0 -10px; }

#nav-1 a:focus { outline: none; }

/* end of: image effect */

