/*
Theme Name: WordPress Theme 05
Theme URI: http://wordpress.org/
Description: A theme from Template-Help.com Collection
Version: 2.0
Author: Template_help.com
Author URI: http://www.template-help.com/ 
*/

p {
font-family:Calibri, Arial;
font-size:14px;
color:#696969;
}

body, td {
padding: 0;
margin:0;
background-color:#ffffff;
font-family:Calibri, Arial;
font-size:14px;
color:#696969;
font-style:normal;
}

div, input {
font-family:Calibri, Arial;
font-size:13px; 
color:#696969;
font-style:normal;
}

.header {
	width:994;
	padding: 0 0 0 0;
	padding-bottom: 0;
}

.line1 {
	width:994;
	height:0px;
	line-height:0px;
	width:100%;
	background-color:#EAC302
}

.logo {
	width:994;
	padding:0 0 0 0;
 	background-image:url('images/header.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	vertical-align:bottom;
		height:215px;
}

.sub_logo {
	width:994;
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
	background-position:right;
	height:215px
}

.co_name {
	padding-top:3;
	font-family:Arial Narrow, Arial;
	font-size:25px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	}

.slogan {
	font-family:Arial MT, Arial;
	font-size:9px;
	font-weight:normal;
	color:#000000;
	text-transform:uppercase;
}

searchform {
	padding: 0 0 0 0;
 	margin: 0;
}

.menu {
	background-color:#000000;
	width:100%;
	padding-top:2;
	padding-bottom:0;
	align: center;
	vertical-align:top;
	line-height:17px;
}

.menu ul {
	display: inline;
}

.menu li {
	display: inline;
}

.menu li {
	background-image:url('images/menu_bul.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:9px;
	padding-right:20px;
	color:#ffffff;
 	font-weight:bold;
	text-transform:uppercase;
	height:23px;
	line-height:23px;
	text-decoration:none
}

.page_item a:link {
	color:#ffffff;
	text-decoration:none
}
.page_item  a:active {
	color:#ffd700;
	text-decoration:none
}
.page_item  a:visited {
	color:#ffffff;
	text-decoration:none
}
.page_item  a:hover {
	color:#ffd700;
	text-decoration:none
}

.content {
	width:100%;
	display:table;
}

.tab_row {
	height:100%;
	display:table-row;
}

.left {
	height:100%;
	vertical-align:top;
	display:table-cell;
	width:206px;
	background-color:#dcdcdc;
	text-align:left;
	color:#696969;
}

.right {
	height:100%;
	vertical-align:top;
	display:table-cell;
}

* html .left{
	float:left;
}

* html .right {
	float:right;
}

.footer {
	height:1px;
	background-color:#000000;
 	line-height:1px;
	font-family:Calibri, Arial;
	font-size:1px;
	color:#696969;
	font-style:normal;
}

a.left_header:link { 
	color: #000000;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-decoration: none; 
}
a.left_header:active {
	color: #000000;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-decoration: none;
}
a.left_header:visited {
	color: #000000;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-decoration: none;
}
a.left_header:hover {
	color: #000000;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-decoration: underline;
}

a:link { 
	color: #696969;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #696969;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}


ul {
	list-style:none;
	margin:0;
	padding:0;
	padding-left:20;
	line-height:15px
}

.left_link a:link {
	line-height:100%;
	color: #696969;
	text-decoration: none;
} 
.left_link a:active {
	line-height:100%;
	color: #000000;
	text-decoration: underline;
}
.left_link a:visited {
	line-height:100%;
	color: #696969;
	text-decoration: none;
}
.left_link a:hover {
	line-height:100%;
	color: #000000;
	text-decoration: underline;
}

.right_title, h2, h3 {
	color:#000000;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	text-align:left;
}


.right_title a:link,  h2 a, h3 a{
	text-decoration:none;
	color:#000000;
}
.right_title a:active,  h2 a, h3 a{
	text-decoration:underline;
	color:#000000;
}
.right_title a:visited,  h2 a, h3 a{
	text-decoration:none;
	color:#000000;
}
.right_title a:hover,  h2 a, h3 a{
	text-decoration:underline;
	color:#000000;
}


.postmetadataalt a {
	color:#000000;
}

.translucent{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;		opacity:0.5;
} 