* {
	margin: 0;
}
body {
	text-align: center;
	color: #555555;
	background: #eeeeee url(images/background.gif) repeat-y center;
	text-transform: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	font-size: 13px;
}




a {
	color: #719A00;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}



#page {
	width:970px;
	border-top:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: none;
	/*padding-right: 129px;
	padding-left: 129px;*/

}




/** BEGIN wrapper **/
#wrapper {
	width: 970px;
	text-align: left;
	padding-left: 2px;
	margin-top: auto;
	float: none;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 30px;
	background: url(images/header1.gif) repeat 0 0;
}
	#header .pages {
		list-style-type: none;
		float: left;
		height: 30px;
		padding: 0 5px;
		overflow: hidden;
	}
		#header .pages li {
			float: left;
			font-size: 0.9em;
			text-transform: uppercase;
		}
		#header .pages li a {
			color: #ffffff;
			display: block;
			text-decoration: none;
			padding: 9px 15px;
		}
	#header .links {
	float: left;
	font-size: 0.8em;
	color: #ffffff;
	background: url(images/rss1.gif) no-repeat 0 8px;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 18px;
	margin-left: 2px;
	}
		#header .links a {
	color: #ffffff;
	text-decoration: none;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-left: 2px;
		}
	#header .categories {
		clear: both;
		list-style-type: none;
		height: 40px;
		padding: 0 10px;
		overflow: hidden;
	}
		#header .categories li {
			float: left;
			font-size: 0.9em;
			padding: 11px;
		}
		#header .categories li a {
			color: #262B2C;
			text-decoration: none;
			display: block;
			padding: 3px 5px;
		}
		#header .categories li a:hover {
			background: red url(images/active.gif) repeat-x 0 0;
			color: #ffffff;
		}
	#header h1 {
		float: left;
		padding: 40px 0 0 20px;
	}
		#header h1 a {
			width: 423px; height: 27px;
			display: block;
			text-indent: -9999px;
			outline: none;
			background: url(images/logo.gif) no-repeat 0 0;
		}
	#header .ad {
		float: right;
		padding: 20px;
	}
	
		#header .ad2 {
	float: left;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font: 10px Verdana;
	}
	
	#header form {
		clear: both;
		float: right;
		width: 285px; height: 21px;
		background: url(images/search.gif) no-repeat 25px 5px;
		padding: 5px 25px 0;
	}
		#header form input {
			float: left;
			border: 0;
			font-size: 0.9em;
			font-family: Verdana;
			width: 212px;
			margin: 4px;
		}
		#header form button {
			float: right;
			border: 0;
			text-indent: -9999px;
			width: 56px; height: 21px;
			background-color: transparent;
		}
/** END header **/

/** BEGIN content **/
#content {
	width: 615px;
	float: left;
	border-top: 4px solid #f5f5f5;
	padding: 10px 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
}
	#content .featured {
		padding: 6px;
		background-color: #EEEEEE;
		border: 1px solid #DFDFDF;
	}
	#content .posts {
		padding: 12px 6px;
	}
	#content .post {
		width: 261px;
		float: left;
		padding: 18px;
	}
		#content .post .thumb {
			padding: 6px;
			border: 1px solid #dfdfdf;
			background-color: #eeeeee;
			margin-bottom: 8px;
		}
			#content .post .thumb a {
				width: 247px; height: 92px;
				display: block;
				overflow: hidden;
			}
			#content .post .thumb img {
				width: 247px;
			}
		#content .post h2 {
			font-family: Georgia;
			font-size: 1.5em;
			font-weight: normal;
			margin-bottom: 8px;
		}
		#content .post h2 a {
			color: #555555;
			text-decoration: none;
		}
		#content .post .date {
			color: #9E9E9D;
			margin-bottom: 15px;
			font-size: 0.9em;
		}
		#content .post p {
			line-height: 1.6em;
			margin-bottom: 15px;
		}
		#content .readmore {
			display: block;
			background-color: #719A00;
			color: #ffffff;
			font-size: 0.9em;
			font-weight: bold;
			font-family: Verdana;
			text-decoration: none;
			padding: 7px;
			width: 90px;
		}
	#content .postnav {
		clear: both;
		padding: 20px 20px 10px 0;
	}
		#content .postnav ul {
			list-style-type: none;
			float: right !important;
			width: auto !important;
		}
			#content .postnav ul li {
				float: left;
				font-weight: bold;
				padding: 2px;
				font-size: 0.9em;
				font-family: Verdana;
			}
			#content .postnav ul li a {
				display: block;
				padding: 7px 10px;
				background-color: #9E9E9D;
				color: #ffffff;
				text-decoration: none;
				border: 0 !important;
			}
			#content .postnav ul li a:hover {
				background-color: #719A00;
			}
	#content .title {
		font-size: 0.9em;
		text-transform: uppercase;
		font-family: Verdana;
		padding: 15px 22px 0;
	}
	#wp_page_numbers ul {
		border-top: 0 !important;
	}
	#wp_page_numbers .page_info {
		padding: 7px 10px !important;
		background-color: #9E9E9D;
		color: #ffffff !important;
		margin-right: 2px;
	}
	#wp_page_numbers .active_page a {
		background-color: #719A00 !important;
	}
	#myGallery {
		width: 600px !important;
		height: 300px !important;
	}
	.slideInfoZone {
		height: auto !important;
		padding: 10px;
		width: 580px !important;
	}
	#content .single {
		padding: 10px;
	}
		#content .single h2 {
			margin-bottom: 10px;
			font-size: 1.4em;
			text-transform: none;
		}
		#content .single p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		#content .single ul, #content .single ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .single li {
			line-height: 1.5em;
			padding: 2px 0;
		}
		#content .single blockquote {
			padding: 10px 10px 5px;
			margin-bottom: 10px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
		}
		#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
	font-size: 1.1em;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
		}
/** END content **/


/** BEGIN sidebar **/
#sidebar {
	width: 310px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}
	#sidebar .box {
		padding: 10px;
		border-bottom: 1px solid #E7E7E7;
	}
	#sidebar h2 {
		font-size: 0.9em;
		text-transform: uppercase;
		color: #719A00;
		margin-bottom: 10px;
		padding-left: 5px;
	}
	#sidebar ul {
		list-style-type: none;
		padding-left: 5px;
	}
		#sidebar ul li {
			font-size: 0.9em;
			line-height: 1.5em;
			padding: 4px 0;
		}
		#sidebar ul li a {
			color: #262B2C;
			text-decoration: none;
		}
		#sidebar ul li a:hover {
	font-weight: bold;
	list-style-image: url(../images/li1.gif);
	list-style-type: none;
		}
	#sidebar .l, #sidebar .r {
		width: 135px;
		float: left;
		padding: 18px 0 0 18px;
	}
		#sidebar .r ul, #sidebar .l ul {
			padding-bottom: 20px;
		}
	#sidebar .ad {
		text-align: center;
		padding: 5px;
	}
		#sidebar .ad img {
			margin: 5px;
		}
	#sidebar .flickr {
		text-align: center;
	}
		#sidebar .flickr img {
			margin: 6px;
		}
	#sidebar .video {
		padding-left: 1px;
	}
	#sidebar .tags {
		padding-left: 5px;
	}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background: #FFFFFF url(images/footer.gif) repeat-x 0 0;
	font-size: 0.9em;
	padding: 20px 10px;
	color: #9E9E9D;
}
	#footer a {
		color: #9E9E9D;
		text-decoration: none;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 10px;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.4em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments h2 {
		font-size: 0.9em;
		text-transform: uppercase;
		color: #719A00;
		margin-bottom: 20px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}


/*widgets*/
.widgetblock {
margin-bottom:20px;
padding:5px;
}
.tabber .tabbertab h2 , 

.widgettitele1{
background-color:#777777;
border-bottom:1px solid #3c7ca4;
height:20px;
padding-left:10px;
padding-top:4px;
color:#fff;
margin:-5px;
margin-bottom:5px;

}

.tabber .tabbertab h2 {
font-size:13px;
font-weight:normal;

}

.widgetblock ul {
	margin:0px;
	padding:0px;
	margin-left:14px;
	list-style-image:url(images/li1.gif);
	list-style-type: none;
}

.widgetblock ul li {
border-bottom:1px solid #dbdbdb;
padding:4px;
padding-left:0px;
}

.widgetblock ul li a,.widgetblock ul li a:link,.widgetblock ul li a:visited {

}

.widgetblock ul li a:hover { color:#204d73 }

.smaller_widget_wrap {}
.smaller_widget_left {float:left;width:150px;}
.smaller_widget_right { float:right;width:150px; }

#recentcomments .recentcomments a {
color:#1d6182
}

#recentcomments .recentcomments a.url {
border-bottom:1px solid #bbbbbb
}



.textwidget a,.textwidget a:link,.textwidget a:visited {
color:#1d6182
}


#logo1 {
	float:right;
	width: auto;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0;
	font-family: "Trebuchet MS";
	margin-left: auto;
	background-attachment: fixed;
	font-size: 10px;
	color: #999999;
	padding-top: 7px;
}
#logo2 {
	float:right;
	width: auto;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0;
	font-family: "Trebuchet MS";
	margin-left: auto;
	background-attachment: fixed;
	font-size: 10px;
	color: #999999;
}

#pr {
	float:right;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-attachment: fixed;
	color: #999999;
	padding-left: 0px;
	background-color: #F7F6F6;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	font-size: 10px;
}


#pr1 {
float:none;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0;
	font-family: "Trebuchet MS";
	margin-left: 0px;
	background-attachment: fixed;
	font-size: 10px;
	color: #999999;
}


#logo3 {
	float:right;
	width: auto;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: fixed;
	color: #999999;
	font-family: Verdana;
	font-size: 9px;
	background-color: #F7F6F6;
}

# wrapper1{
width:970px;
	margin:0 auto;
}

/** BEGIN header **/
#header1 {
	height: auto;
	background: url(images/header2.gif) repeat-x 0 0;
}
	#header1 .pages {
		list-style-type: none;
		float: left;
		height: 30px;
		padding: 0 5px;
		overflow: hidden;
	}
		#header1 .pages li {
			float: left;
			font-size: 0.9em;
			text-transform: uppercase;
		}
		#header1 .pages li a {
			color: #ffffff;
			display: block;
			text-decoration: none;
			padding: 9px 15px;
		}
	#header1 .links {
	float: left;
	font-size: 0.8em;
	color: #ffffff;
	background: url(images/rss1.gif) no-repeat 0 8px;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 18px;
	margin-left: 2px;
	}
		#header1 .links a {
	color: #ffffff;
	text-decoration: none;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-left: 2px;
		}
	#header1 .categories {
		clear: both;
		list-style-type: none;
		height: 40px;
		padding: 0 10px;
		overflow: hidden;
	}
		#header1 .categories li {
			float: left;
			font-size: 0.9em;
			padding: 11px;
		}
		#header1 .categories li a {
			color: #262B2C;
			text-decoration: none;
			display: block;
			padding: 3px 5px;
		}
		#header1 .categories li a:hover {
			background: red url(images/active.gif) repeat-x 0 0;
			color: #ffffff;
		}
	#header1 h1 {
		float: left;
		padding: 40px 0 0 20px;
	}
		#header h1 a {
			width: 423px; height: 27px;
			display: block;
			text-indent: -9999px;
			outline: none;
			background: url(images/logo.gif) no-repeat 0 0;
		}
	#header1 .ad {
		float: right;
		padding: 20px;
	}
	
		#header1 .ad2 {
	float: left;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	}
	
	#header1 form {
		clear: both;
		float: right;
		width: 285px; height: 21px;
		background: url(images/search.gif) no-repeat 25px 5px;
		padding: 5px 25px 0;
	}
		#header1 form input {
			float: left;
			border: 0;
			font-size: 0.9em;
			font-family: Verdana;
			width: 212px;
			margin: 4px;
		}
		#header1 form button {
			float: right;
			border: 0;
			text-indent: -9999px;
			width: 56px; height: 21px;
			background-color: transparent;
		}
/** END header **/


/** BEGIN header2 **/
#header2 {
	height: auto;
	width: 970px;
	background-color: #F7F6F6;
	background-image: url(images/header2.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
	#header2 .pages {
		list-style-type: none;
		float: left;
		height: 30px;
		padding: 0 5px;
		overflow: hidden;
	}
		#header2 .pages li {
			float: left;
			font-size: 0.9em;
			text-transform: uppercase;
		}
		#header2 .pages li a {
			color: #ffffff;
			display: block;
			text-decoration: none;
			padding: 9px 15px;
		}
	#header2 .links {
	float: left;
	font-size: 0.8em;
	color: #ffffff;
	background: url(images/rss1.gif) no-repeat 0 8px;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 18px;
	margin-left: 2px;
	}
		#header2 .links a {
	color: #719A00;
	text-decoration: none;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-left: 2px;
		}
	#header2 .categories {
		clear: both;
		list-style-type: none;
		height: 40px;
		padding: 0 10px;
		overflow: hidden;
	}
		#header2 .categories li {
			float: left;
			font-size: 0.9em;
			padding: 11px;
		}
		#header2 .categories li a {
			color: #262B2C;
			text-decoration: none;
			display: block;
			padding: 3px 5px;
		}
		#header2 .categories li a:hover {
			background: red url(images/active.gif) repeat-x 0 0;
			color: #ffffff;
		}
	#header2 h2 {
		float: left;
		padding: 40px 0 0 20px;
	}
		#header2 h2 a {
			width: 423px; height: 27px;
			display: block;
			text-indent: -9999px;
			outline: none;
			background: url(images/logo.gif) no-repeat 0 0;
		}
	#header2 .ad {
		float: right;
		padding: 20px;
	}
	
		#header2 .ad2 {
	float: left;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
	
	#header2 form {
	clear: right;
	float: right;
	width: 285px;
	height: 21px;
	background: url(images/search.gif) no-repeat 25px 5px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	margin-bottom: 5px;
	}
		#header2 form input {
	float: left;
	border: 0;
	width: 212px;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	margin-top: -5px;
		}
		#header2 form button {
			float: right;
			border: 0;
			text-indent: -9999px;
			width: 56px; height: 21px;
			background-color: transparent;
		}
/** END header **/



/** END header **/


.widgetblock ul {
	margin:0px;
	padding:0px;
	margin-left:14px;
	list-style-image:url(images/li1.gif);
	list-style-type: none;
}

.widgetblock ul li {
border-bottom:0px solid #dbdbdb;
padding:4px;
padding-left:0px;
}

.logo_extra {
background-image:url(images/logo_extra.jpg);
background-repeat:no-repeat;
position:absolute;top:5px;right:15px;
width:397px;
height:200px;
}


#header_fent {
	width:1000px;
	height:200px;
	position:relative;
	background-image: url(images/hatter21_7.jpg);
	background-repeat: repeat-x;
}

.adsense-header_fent {
position:absolute;top:15px;right:10px;
}

.logo_extra {
background-image:url(images/logo_extra.jpg);
background-repeat:no-repeat;
position:absolute;top:5px;right:15px;
width:397px;
height:200px;
}

.textlogo {
padding-left:20px;
padding-top:13px;
}

.textlogo h1,.textlogo h2 {
font-weight:normal;
font-size:28px;
}

.textlogo h2 { font-size:15px; }

#branding {
	font-family:Tahoma;
}

#blog-title {
	font-size:26px;
	color:#FFFFD9;
	text-transform:uppercase;
	padding-bottom: 15px;
	padding-left: 100px;
	padding-top: 20px;
	font-weight: bold;
}

#blog-description {
	font-size:10px;
	color:#FFFFFF;
	text-transform:none;
	padding-left: 103px;
	padding-bottom: 25px;
	padding-top: 20px;
}




/* CONTENT */

#content {
	background-color: #fff;
	padding: 15px 15px 15px 5px;
	}
	
pre { overflow: auto; 
	width: 470px; 
	}

.post {
	padding-bottom: 20px;
	}

.post p {
	margin-bottom: 10px;
	}

.title {
	margin: 0;
	padding: 0px;
	line-height: 18px;
	font-size: 16px;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000;
	}

	
.title a {
	text-decoration: none;
	color: #000;
	}

.title a:hover {
	text-decoration: none;
	color: #1f638a;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 20px;
	font-family: Arial, Verdana;
	text-decoration: underline;
}

.postdate {
	font-size: 11px;
	font-family: Arial, Verdana;
	font-style: italic;
	}


.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	color: #4d4c4c;
	}
.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}


.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	color: #4d4c4c;
	}	
	
	
	
	
	
#navbar {
	width:970px;
	height:30px;
	background: url(images/nav_bar_4_1.jpg);
}

#navbar ul {
white-space: normal;
list-style:none;
margin:0px;padding:0px;
padding-top:10px;
padding-left:10px;
}

#navbar ul li {
display:inline;
text-transform:none;
color:#fff;
margin-right:10px;
font-size:13px;
}

#navbar ul li a,#navbar ul li a:link,#navbar ul li a:visited {
	color:#fff;
	padding:4px;
}
#navbar ul li a:hover,#navbar ul .current-cat a { background-color:#2D2D2D; border:1px solid #629ebb }


#navbar1 {
	width:970px;
	height:30px;
	background: url(images/nav_bar_4.jpg) repeat-x;
}

#navbar1 ul {
white-space: nowrap;
list-style:none;
margin:0px;padding:0px;
padding-top:7px;
padding-left:10px;
}

#navbar1 ul li {
display:inline;
text-transform:uppercase;
color:#fff;
margin-right:10px;
font-size:10px;
}

#navbar1 ul li a,#navbar1 ul li a:link,#navbar1 ul li a:visited { color:#fff ; padding:4px; border:1px solid transparent; }
#navbar1 ul li a:hover,#navbar1 ul .current-cat a {
	border:1px solid #B42525;
	background: #931E1E;
}










#navbar2 {
	width:970px;
	height:30px;
	background: url(images/nav_bar_4_1.jpg) repeat-x;
}

#navbar2 ul {
white-space: nowrap;
list-style:none;
margin:0px;padding:0px;
padding-top:7px;
padding-left:10px;
}

#navbar2 ul li {
display:inline;
text-transform:uppercase;
color:#fff;
margin-right:10px;
font-size:10px;
}

#navbar2 ul li a,#navbar2 ul li a:link,#navbar1 ul li a:visited { color:#fff ; padding:4px; border:1px solid transparent; }
#navbar2 ul li a:hover,#navbar1 ul .current-cat a {
	border:1px solid #CC6699;
	background: #931E1E;
}

