pr/* Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	
}

ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




body {
	font: 62.5%/1.7 tahoma, sans-serif;
	color: #333;
	background: #4D4D45;
	}
	

a, a:link {
	text-decoration: none;
	color: #007FBF;
}

a:hover {
	color: #BF4000;
}

.imgleft {
	float: left;
	margin: 3px 7px 3px 0;
	border: 5px solid #D9DCCA;
}

.imgright {
	float: right;
	margin: 3px 0 3px 7px;
	border: 5px solid #D9DCCA;
}
.imgcenter {
	border: 5px solid #D9DCCA;
}
.imgleft:hover, .imgright:hover, .imgcenter:hover {
	border-color: #C3C8AC;
}

/********************* header *******************/
#nav_containe {
	background: url(Header2.png);
	height:230px;
	margin:0 auto;
}

#nav1 {
	margin: 0 auto;
	background-image:url(Header1.png);
	height:260px;
	background-repeat:no-repeat;
}


/********************* body **********************/

#body_container {
	background: #EDEDE5 url(mainbody.jpg) top right repeat-x;
	position: relative;
	padding-bottom: 50px;
	color: #666;
}

#bodytext {
	margin: 0 auto;
	background: url(body_mai.jpg) top right repeat-y;
	position: relative;
	top: -30px;
	width: 900px;
	font: 1.3em/1.7 tahoma, serif;
	

	
}

#topmainshape {
	background:url(top_main.jpg) center top no-repeat;
	height: 40px;
	display: block;
}


/******** weblog body *************/


/************* sidebar sections ************/

#friends, #categories {
	border-top: 1px solid #E6DECF;
	margin-bottom: 30px;
}
#friends h3, #categories h3 {
	font: bold 1.4em arial, serif;
	padding: 20px 15px 15px;
	color: #3C801A;
}

#friends ul, #categories ul {
	margin-right: 10px;
}
#friends li,#categories li  {
	display: inline;
}
#friends li a, #categories li a {
	display: block;
	padding: 2px 5px 4px 0;
}

#friends li a:hover, #categories li a:hover {
	background-color: #E4E6D9;
}

/********** comments ************/

/************** comment form ************/


/********** extra page **************/

#extra_page {
	padding: 0 30px 30px;
}

/********************* tabs ***********************/

.tabs-hide {
    display: none;
}


/* Skin */

.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.tabs {
	background: #EDEDE5;
	height: 1%;
	border-top: 2px solid #B7B7B5;
}

.tabs-nav li {
  	display: inline;
}

.tabs-nav a {
	float: right;
    margin-left: 5px;
	width: 176px;
	height: 62px;
    display: block;
    font: bold 16px/3.5 arial,serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */   
	background: url(tabs0000.jpg) right -64px;
	margin-top: -2px;
}

body #bodytext .last_tab {
margin-left: 0;

}

.tabs-nav .tabs-selected a, .tabs-nav .tabs-selected a:hover  {
    color: #333;
	background: url(tabs0000.jpg) right -2px no-repeat;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background: url(tabs0000.jpg) right -67px no-repeat;
    outline: 0; /* prevent dotted border in Firefox */
	color: #fff;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background: url(tabs0000.jpg) right -131px no-repeat;
	color: #fff;
}


.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.tabs-container {
 	padding: 0 30px 30px;
    background: #FAFBF5; /* declare background color for container to avoid distorted fonts in IE while fading */
	margin: 0 3px;
	
}

.print {
	line-height: 1.2!important;
	height: 51px!important;
	padding-top: 11px;
}

.tabs-selected a.print span {
	color: #888!important;
	font-size: 14px;
}

.tabs-nav a.print span {
	color: #fff;
	font-size: 14px;
}
#tabs-5 {
	padding: 0 30px 11px;
	margin:  3px;
	min-height: 370px;
}

#tabs-1, #tabs-2, #tabs-3, #tabs-4 {
	padding: 0 30px 30px;
	margin:  3px;
	min-height: 370px;
}

/******************* footer *********************/
#footer_container {
	background: url(footer_b.jpg) top right repeat;
	height: 130px;
	clear: both;
	margin-bottom: -30px;
	border-top: 1px solid #30312B;
	text-align:center;
	
}

#footer {
	margin: 0 auto;
	width: 900px;
	
}
#copyright {
	font-size: 1.1em;
	margin: 30px 10px 7px;
	color: #EDEDED;
}

#copyright a {
	color: #fff;
	font-weight: bold;
}

#footer ul li {
 float: left;
 margin-right: 10px;
}








/********************* clear **************************/

.post:after, .post_top:after, #main:after, #news ul:after, #main_footer:after, #sidebar_pictures:after, #navigation ul:after, .comment_head:after, #author:after, #comment-email:after, #comment-url:after, #bodytext:after, .tabs-container:after, #content:after, .post_title:after, .pages:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}










/*********** fancy box ************/









/********** image slider ***************/

#slider{ direction: ltr;
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
	
#slider li{ 
	width:830px;
	height:350px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:150px;
	}	
#nextBtn{ 
	left:900px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(btn_prev.gif) no-repeat 0 0;	
	text-indent: -9999px;
	overflow: hidden;
	}	
#nextBtn a{ 
	background:url(btn_next.gif) no-repeat 0 0;	
	}
