/*
Theme Name: WTtheme3
Theme URI: http://webtrail-bg.com/
Description: Wordpress theme by WEBtrail.
Version: 1.0
Author: Angel Zhelyazkov
Author URI: http://webtrail-bg.com/

	This theme was designed and built by Angel Zhelyazkov.


*/
* {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}

body{
	background-color: #dedede;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	height: 100%;
	width:100%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin:0 auto;
	text-align:center;
	font-family: Verdana;
	font-size:9pt;
}
#container{
	width: 970px;
	text-align:justify;
	margin:0 auto;
	position: relative;
}
#leftpan{
	width:240px;
	text-align: left;
	float:left;
	color: #2d3536;
	padding-left:20px;
	font-size: 14px;
	font-family: Arial;
}
#leftpan ul {
 	list-style: none;   
}
#leftpan ul li {  
    list-style: none;
}  
#leftpan ul li a{  
    list-style: none;  
}  
#leftpan ul li a:hover{  
	list-style: none; 
}  
#leftpan a{
	padding-left:12px;
	padding-top:8px;
}
#leftpan a:hover{
	padding-left:12px;
}
#content {
	padding-left: 20px;
	padding-top: 12px;
	text-align: justify;
	width: 650px;
	float: left;
}
#content a {
	color:#00F;
	text-decoration: none;
}
#content a:hover{
	color:#00F;
	text-decoration: underline;
}
#footer {
	text-align: center;
	bottom:0;
	position:relative;
	left:0px;
	margin: 0 auto;
	overflow: hidden;
	width:970px;
	padding: 5px 10px 10px 10px;
	clear:both;
	color:#999999;
}
h1{font-size:18px; border-bottom:1px solid #AAA; line-height:30px}
h1 a { color: black; text-decoration: none;}
a.dark{ color: black; text-decoration: none;}
.y h1 a { text-decoration: none;
}
.y h1 a:hover {text-decoration: none;}
.y h1 a:link {text-decoration: none;}
h1 a:hover { color: black; text-decoration: none;}
h2{color:#d72826;margin:0px; font: 12px arial;}
h3{color:black;margin:0px; font: bold 9pt Arial;}
h4{color:black;margin:0px; font: bold 13px Arial;}
h5{color:#d72826;margin:0px;font: bold 12px arial;}
h6{color:black;margin:0px; font-weight:normal; font-size: 8pt;}
a{
	color:#004C80;
	text-decoration:none;
}
a:hover{
	color: #bd0202;
	text-decoration: underline;
}
/* navigation start */
ul.topnav {  
    list-style: none;  
    padding: 0 20px;  
    margin: 0;  
    float: left;  
    width: 850px;  
    background: #222;  
    font-size: 1.2em;  
    padding-left: 120px;
    background: url(images/topnav_bg.gif) repeat-x;  
}  
ul.topnav li {  
    float: left;  
    margin: 0;  
    padding: 0 15px 0 0;  
    position: relative; /*--Declare X and Y axis base for sub navigation--*/  
}  
ul.topnav li a{  
    padding: 10px 5px;  
    color: #fff;  
    display: block;  
    text-decoration: none;  
    float: left;  
}  
ul.topnav li a:hover{  
    background: url(images/topnav_hover.gif) no-repeat center top;  
}  
ul.topnav li span { /*--Drop down trigger styles--*/  
    width: 17px;  
    height: 35px;  
    float: left;  
    background: url(images/subnav_btn.gif) no-repeat center top;  
}  
ul.topnav li span.subhover {background-position: center bottombottom; cursor: pointer;} /*--Hover effect for trigger--*/  
ul.topnav li ul.subnav {  
    list-style: none;  
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
    left: 0; top: 35px;  
    background: #333;  
    margin: 0; padding: 0;  
    display: none;  
    float: left;  
    width: 170px;  
    border: 1px solid #111;  
}  
ul.topnav li ul.subnav li{  
    margin: 0; padding: 0;  
    border-top: 1px solid #252525; /*--Create bevel effect--*/  
    border-bottom: 1px solid #444; /*--Create bevel effect--*/  
    clear: both;  
    width: 170px;  
}  
html ul.topnav li ul.subnav li a {  
    float: left;  
    width: 145px;  
    background: #333 url(images/dropdown_linkbg.gif) no-repeat 10px center;  
    padding-left: 20px;  
}  
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
    background: #222 url(images/dropdown_linkbg.gif) no-repeat 10px center;  
}  
