*
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000;
}
ul
{
    list-style: none;
}
a img
{
    border: none;
}
table
{
    border-collapse: collapse;
}
.clear:after
{
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.clear
{
    min-height: 1px;
}
#content
{
    position: relative;
    min-height: 100%;
}
* html #content
{
    height: 100%;
}
#header
{
    border-top:9px solid #3f0000;
    background:#600;
    color:#fff;
    height:117px;
}
#header_content
{
    width: 950px;
    margin:0 auto;
}
#header_content img
{
    float:left;
    margin: 0 60px 0 20px;
}
#topheader
{
    text-align:left;
    height:77px;
}
#title
{
    float:left;
    padding-top:8px;
}
h1
{
    font-weight:normal;
    font-size:25px;
}
h2
{
    font-weight:normal;
    font-size:18px;
}
#search
{
    float:right;
    padding-top:26px;
}
.btn-search
{
    background:url(/images/btn_search.gif) no-repeat;
    border:none;
    height:21px;
    width:62px;
}
#menu
{
    float:left;
}
#menu li
{
    position:relative;
    float:left;
    background:#cc9752 url(/images/menu_bg.gif) repeat-x;
    margin-right:1px;
}
#menu li a
{
    display:block;
    width:109px;
    height:29px;
    font-weight:bold;
    font-size:13px;
    text-decoration:none;
    color:#600;
}
#menu li a.first-el
{
    background: transparent url(/images/first-el.gif) no-repeat scroll left;
}
#menu li a.last-el
{
    background: transparent url(/images/last-el.gif) no-repeat scroll right;
}
#menu li a:hover
{
    background:#e5dbcf;
}
#menu li a.first-el:hover
{
    background: #e5dbcf url(/images/first-el-hover.gif) no-repeat scroll left;
}
#menu li a.last-el:hover
{
    background: #e5dbcf url(/images/last-el-hover.gif) no-repeat scroll right;
}
#menu span.el
{
    display:block;
    width:100%;
    padding-top:5px;
    cursor:pointer;
}
.arrow
{
    visibility:hidden;
    background: transparent url(/images/menu_arrow.gif) no-repeat scroll center top;
    position:absolute;
    display:block;
    width:100%;
    height:5px;
    bottom:-5px;
} 
.active .arrow{
    visibility:visible;
    background: transparent url(/images/active_menu_arrow.gif) no-repeat scroll center top;  
}
#menu a:hover span.arrow
{
    visibility:visible;
}    
.firstel, .lastel
{
    position:absolute;
    display:block;
    width:5px;
    height:29px;
}
.firstel
{   
    background: transparent url(/images/active-first-el.gif) no-repeat scroll left;
}
.lastel
{
    right:0;
    background: transparent url(/images/active-last-el.gif) no-repeat scroll right;  
}
.active
{
    width:109px;
    height:29px;
    font-weight:bold;
    font-size:13px;
    text-decoration:none;
    color:#3f0000;
    background:#fff url(/images/active_menu_bg.gif) repeat-x !important;
}     
.active span
{
    cursor:default !important;
}
#footer
{
    height:50px;
    border-top:1px solid  #600;
    border-bottom:9px solid #3f0000;
    font-size:13px;
    color:#000;
}
#footer div
{
    width: 950px;
    margin:0 auto;
}
#footer span
{
    float:left;
    padding-top:14px;
}
#footer ul
{
    float:right;
    padding-top:14px;
}
#footer li
{
    float:left;
    padding-right:25px;
}
#footer a
{
    color:#000;
}
/*--footer bottom--*/
html, body
{
    height:100%;
}
#footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
/*-- Content styles --*/
#pagecontent
{
    width:950px;
    margin:25px auto;
    text-align:left;
    margin-bottom:60px;
}
#pagecontent p
{
    font-size:13px;
    font-weight:normal;
    line-height:18px;
    padding-left:10px;
}
#pagecontent a
{
    font-size:13px;
    font-weight:bold;
    color:#600;
}
h3
{
    font-weight:bold;
    font-size:16px;
    color:#600;
}

.leftside
{
    width:150px;
    float:left;
    padding-top:17px;
}
.leftmenu li
{
    padding-bottom:11px;
    background: transparent url(/images/list_arrow.gif) no-repeat scroll 0px 8px;
}
.leftmenu li a, .active_menu
{
    display:block;
    line-height:18px;
    padding-left:10px;
}

.active_menu
{
    color:#cc9752;
    font-size:13px;
    font-weight:bold;   
}

.rightside
{
    width:770px;
    float:right;
}
.wrap
{
    padding-top:25px;
}
.news
{
    float:left;
    padding-top:6px;
    width:425px;
}
.news li
{
    padding-bottom:4px;
    background: transparent url(/images/list_arrow.gif) no-repeat scroll 0px 8px;
}
#full_text
{
	padding-top:8px;
}
#full_text ul li
{
    font-size:13px;
    padding-left:25px;
    padding-bottom:4px;
    background: transparent url(/images/list_arrow.gif) no-repeat scroll 10px 8px;
    line-height:18px;
}
#full_text ul
{
	margin:10px 0;
}
.news li a
{
    padding-left:10px;
}
.title
{
    position:relative;
    padding-bottom:9px;
}
.title span
{
    font-size:3px;
    background:#cc9752;
    display:block;
    height:9px;
    width:100%;
}
.title h3
{
    top:-6px;
    position:absolute;
    background:#fff;
    padding-right:8px;
}
.works
{
    float:right;
    width:302px;
    padding-top:6px;
}
.works li
{
    float:left;
    height:151px;
    width:151px;
}
.howto
{
    clear:both;
    padding:14px 0 10px 0px;
}
.howto a
{
/*    
	float:right;
    padding:6px 10px 40px 30px;
*/
}

#fulltext{
    padding-top:20px;
    font-size:12px;
    padding-left:10px;
}
#fulltext p
{
    padding-bottom:15px;
/*    border-left:1px solid black;*/
    margin-left:0px;
    padding-left:0px;
/*    padding-right:240px;
*/
}

#fulltext ul{
    list-style-type:disc;
    list-style-position:outside;
    font-size:12px;
    margin-bottom:10px;
    margin-left:50px;
    margin-top:0px;
    padding-top:0px;
/*    border:1px solid black;*/
}
#fulltext ul li{
    margin-bottom:4px;
}
.listingpage
{
	width:auto;
}
.listingpage li
{
	padding-bottom:10px;
}
.listingpage p
{
	margin-bottom:10px;
}
p.date
{
	font-size:11px !important; 
	color:#666;
	margin-bottom:0px;
	text-transform: lowercase;
}
/* Search result */
.resultDescription, .resultReport, .commonReport
{
	font-size:13px;
}
.resultUrl
{
	font-size:12px;
	color:#666;
}
/* end search result */
.image
{
	float:left;
	margin:5px 10px;
}
/* forms */
.form-container
{
	position:relative;
	background-color:#fffbe9;
	padding:15px 0;
	width:60%;
}
.crn-top-left, .crn-top-right, .crn-bottom-left, .crn-bottom-right
{
	position:absolute;
	display:block;
	height:5px;
	width:5px;
}
.crn-top-left
{	
	background: #fffbe9 url(/images/formtl.gif) no-repeat scroll top left;
	top:0;
	left:0;
}
.crn-top-right
{
	background: #fffbe9 url(/images/formtr.gif) no-repeat scroll top right;
	top:0;
	right:0;
}
.crn-bottom-left
{
	background: #fffbe9 url(/images/formbl.gif) no-repeat scroll bottom left;
	left:0;
	bottom:0;
}
.crn-bottom-right
{
	background: #fffbe9 url(/images/formbr.gif) no-repeat scroll bottom right;
	right:0;
	bottom:0;
}
.messfield, .namefield, .emailfield
{
	width:326px;
	margin-left:12px;
}
.messfield
{
	height:104px;
}
.frm-feedback
{
	font-size:13px;
	text-align:right;
}
.frm-feedback td
{
	padding:3px;
}
.btn-send
{
	background:url(/images/btn_send.gif) no-repeat;
	border:none;
	height:29px;
	width:140px;
}
.vertic
{
	vertical-align:top;
}
.frm-feedback img
{
	border:1px solid #ccc;
}
.capfield
{
	width:100px;
	margin-bottom:4px;
}
/* end form */

h4
{
	background: transparent url(/images/list_arrow.gif) no-repeat scroll 0px 6px;	
	color:#600;
	font-size:14px;
	padding-left:10px;
}
h5
{
	font-size: 13px;
	padding-left:10px;
	margin: 10px 0;

}
h6
{
	font-size:12px;
	padding-left:10px;
	margin: 10px 0;
}
.linkback
{
	padding:10px;
}



