




/*--------------------------------------------------
 GENERAL
-------------------------------------------------- */
html, body {height: 100%;}
body {
	background: url(img/bg.png) repeat-x #f5f5f5;
	margin:0;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#777;}
img, img a{border:0;}

a { color: #09c; text-decoration: none;}
a:hover { color: #00aced; text-decoration: underline;}

p { line-height:20px; padding:0; margin:0;}
 
input, textarea, select {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	line-height:18px; 
	padding:3px;}
h1, h2, h3, h4, h5, h6{ color:#444; margin:0; padding:0;}
h1{
	color:#222; 
	font-size:23px; 
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	margin: 60px 0 20px;
	text-transform:uppercase; }
h2{	font-size:19px;}
h3{
	font: bold 17px Georgia, "Times New Roman", Times, serif; 
	padding:15px 0 10px;
	text-shadow:#fff 1px 1px 1px;}
h4{ font-size:15px; padding:15px 0 5px;}
h5{
	color:#000;
	font-size:15px; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	letter-spacing:1px; 
	padding:15px 0;
	text-shadow:#aaa 1px 1px 1px;
	text-transform:uppercase;  }
h6{ color:#666; font-size:13px; padding:24px 0 8px;}

.nospace {margin:0; padding:0;}

hr {
	background:#f2f2f2;
	border:0; 
	border-top:1px solid #eaeaea; 
	color:#f2f2f2;
	height:4px; 
	padding:0;
	margin-bottom:10px;}
.subtitle { 
	color:#a9a9a9; 
	font-size:16px; 
	font-weight:normal; 
	letter-spacing:0;
	text-transform:none; }


.clear {clear:both;}


/*--------------------------------------------------
 HEADER
-------------------------------------------------- */
#header {height:167px; padding:0 30px 0 0; position:relative;}
#header li,
#header ul{ list-style:none; margin:0; padding:0;}
#header a{ color:#999; text-decoration:none;}

#nav{ position: absolute; top:99px; left: 32px;}
#nav li{ float:left; list-style:none; position:relative;}

#nav li:hover{background:url(img/tab.png) no-repeat 0 0; }
#nav li:hover a:link,
#nav li:hover a:visited{ color:#000;}
#nav li a:link,
#nav li a:visited{ 
	background:url(img/tab.png) no-repeat 0 68px;
	color:#fff;
	float:left;  
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	letter-spacing:1px;
	line-height:14px; 
	padding:8px 0 11px; 
	text-indent:9px; 
	text-transform:uppercase; 
	width:115px;}
#nav li a:hover{ background-position: 0 0; color:#000;}
#nav li a:active{ background:url(img/tab.png) no-repeat 0 0; color:#000;}
#nav li a span{
	color:#666; 
	display:block; 
	font: normal 11px Verdana, Geneva, sans-serif;
	letter-spacing:0;
	padding:4px 0 1px; 
	text-transform:none;}
#nav li:hover a span{color:#aaa;}
 
#nav li ul{
	top:41px; 
	left: 2px; 
	background:#fff;
	border-radius: 4px;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius-topleft: 0;	
    -moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-right:1px solid #ddd;
	border-bottom:1px solid #d4d4d4;	
	padding:6px 6px 5px;
	}
#nav li ul li{
	padding:0 ; 
	background:url(img/one_grey.gif) repeat-x 0 bottom #f2f2f2!important;
	margin-bottom:1px;}

#nav li ul li:hover,
#nav li ul li.hover { background:url(img/bg_nav_sub.gif) repeat-x 0 bottom #ccc!important;}

#nav li ul li a,
#nav li ul li a:visited,
#nav li ul li:hover a,
#nav li ul li:hover a:visited,
#nav li ul li.hover a,
#nav li ul li.hover a:visited{ 
	width:150px!important;
	display:block;
	background:none!important;
	color:#666!important;
	text-transform:none!important;
	letter-spacing:0!important;
	line-height: normal!important;
	font-weight: normal!important;
	padding:8px 0!important;
	font-family: Arial, Helvetica, sans-serif!important;
	font-size:12px!important;	}

#nav li ul li a:hover,
#nav li ul li:hover a:hover,
#nav li ul li.hover a:hover{ color:#000!important;}
#nav li ul li ul {left:150px; top:-6px;}

.arrow { background: url(img/arrow.png) no-repeat 0 9px; float:right;}
#nav li ul li strong,
#nav li ul li:hover strong,
#nav li ul li.hover strong{ float:right; padding:-2px 0 0 2px; font-size:16px; line-height:13px; position: absolute; right: 5px;}
	
/* 	LEVEL ONE  */
ul.dropdown            { position: relative; }
ul.dropdown li         { zoom: 1;  }
ul.dropdown a:hover	   { }
ul.dropdown a:active   {  }
ul.dropdown li a       { display: block; }
ul.dropdown li:last-child a  { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover   { position: relative; }
ul.dropdown li.hover a { }


/* 	LEVEL TWO  */
ul.dropdown ul { visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li { float: none; }
									  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a	{  width: 100%; display: inline-block; } 

/*  LEVEL THREE  */
ul.dropdown ul ul 	{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 	{ visibility: visible; }
	
	
	
	
	
	
	
	
	
	
	
	
	
#utility-nav { float:right;}
#utility-nav ul li{ float:left; }
#utility-nav ul li a{ float:left; padding:18px 12px 16px; }
#utility-nav ul li a:hover{ text-decoration:underline; }

#search {
	background:url(img/search.png) no-repeat 0 -50px; 
	clear:left; 
	height:30px; 
	width:203px;}
#search input{
	background:none; 
	border:none; 
	clear:left;  
	color:#eee; 
	font:bold 11px Arial, Helvetica, sans-serif;
	padding:6px 4px 5px 8px; }
.btn{ cursor:pointer; width:60px; }

#wrapper {
	background:url(img/bg_main.png) no-repeat center 171px; 
	margin:0 auto;
	padding-bottom:25px;
	width:995px;}

#logo { left:9px; position:absolute; }
#logo a:link,
#logo a:visited{
	background:url(img/logo.jpg) no-repeat; 
	display:block;
	height:94px; 
	width:250px;  }
#content { margin:0 auto; overflow:hidden; width:906px; }


/*--------------------------------------------------
 CAROUSEL
-------------------------------------------------- */

#arrows { position:absolute; top:270px; width:995px;}
#arrows a{ background-image:url(img/arrows.png); background-repeat: no-repeat; height:104px; width:32px;}
.arrow-left:link,
.arrow-left:visited{ background-position: 0 0; float:left;}
.arrow-left:hover{ background-position: 0 -104px;}

.arrow-right:link,
.arrow-right:visited{  background-position: -32px 0; float:right;}
.arrow-right:hover{  background-position: -32px -104px;}


/*--------------------------------------------------
 tiny carousel
-------------------------------------------------- */

#slider-code .viewport {
	height:255px; 
	margin-bottom:29px;
	overflow: hidden; 
	position:relative; 
	top:29px;  
	width:905;
	color:#cbe0e5;}
#slider-code .buttons { display: block;}
#slider-code .disable { visibility: hidden; }
#slider-code .overview { list-style: none; padding: 0; margin: 0;  position: absolute; left: 0; top: 0; }
#slider-code .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 255px; width: 905px; }

.slide1 {background:url(img/slider.jpg) no-repeat; }
.slide2 {background:url(img/slider_photography.jpg) no-repeat; }
.slide3 {background:url(img/slider_photos.jpg) no-repeat;}
.slide4 {background:url(img/slider_black.jpg) no-repeat;}

#slider-code .pager { list-style: none; float:left; padding:16px 9px 0; margin:0; }
#slider-code .pager li { float: left; }
#slider-code .pager li ul { padding:20px;}
#slider-code .pagenum:link,
#slider-code .pagenum:visited{ background:url(img/slider_count.png) no-repeat center 0; width:26px; height:21px; float:left; }
#slider-code .pagenum:focus,
#slider-code .pagenum:hover{background-position:center -42px; outline:none;}
#slider-code .active:link,
#slider-code .active:visited{ color: #fff; background-position:center -21px; }

.slider_control {
	background:url(img/slider_control.png) no-repeat 0 bottom;
	height:49px;
	width:907px;}
.slider_control p{
	color:#999;
	float:right; 
	font-size:15px; 
	padding:16px 18px 0; }

#slider-code h1{
	color:#ebf5f5; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:32px; 
	line-height:40px;
	margin:0; 
	padding:65px 50px 30px;
	text-shadow:#377d8c 1px 1px 1px;  } 
#slider-code .alternative1{
	color:#000; 
	padding:45px 50px;
	float:right;
	text-shadow: none;
	text-transform:none;} 
#slider-code .alternative2{
	color:#fff; 
	text-shadow: none;
	text-transform:none;
	text-shadow:#111 1px 1px 1px;} 
#slider-code h2{
	color:#ebf5f5; 
	font-size:16px; 
	font-weight:normal; 
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:0 50px;
	text-shadow:#377d8c 1px 1px 1px; }

/*--------------------------------------------------
 FOOTER
-------------------------------------------------- */

#footer{
	background:url(img/btm.jpg) repeat-x #1c1c1c;
	border-top: 1px solid #fff;
	color:#666;
	padding:25px 0 0;}
#footer_widgets{ width:948px; margin:0 auto; clear:both;}
#footer_widgets h2 {
	color:#ccc; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:15px; 
	font-weight:normal; 
	letter-spacing:1px;
	margin:0;
	padding:15px 0 21px 22px;
	text-shadow:#111 1px 1px 1px; 
	text-transform:uppercase; }
#footer_widgets .widget {width:237px; float:left;}
#footer_widgets .widget ul { border-top:1px dotted #444; margin:0 20px; padding:0;}
#footer_widgets .widget ul li{ list-style:none; border-bottom:1px dotted #444; margin:0; padding:0; }
#footer_widgets .widget ul li a{ color:#666; text-decoration: none; display:block; padding:6px 2px;}
#footer_widgets .widget ul li a:hover{ padding:6px 0 6px 5px; color:#bbb;}
#copyright { background:#0e0e0e; height:42px; overflow:hidden; margin-top:40px;}
#copyright div{ width:921px; margin:0 auto; background:#0e0e0e; font-size:11px; }
#copyright p {padding:14px 0 0 5px; font:11px Verdana, Geneva, sans-serif;}
#copyright a { color:#ccc;}

.club07:link,
.club07:visited { background:url(img/club07.png) no-repeat 0 bottom; width:87px; height:42px; float:right;}

	
	


/*--------------------------------------------------
 PAGE CONTENT
-------------------------------------------------- */

#content .widgets {
	overflow:auto; 
	padding:0; 
	margin:16px 0 23px;} 
#content .widget {overflow: hidden;}
#content .widget.percent33.first{ float:left; margin-right: 2%;}
#content .widget.percent33.second{ float:left; margin-right: 2%;}
#content .widget.percent33.third{ float:left;}
#content .widget.percent33{ width:32%;}
#content .widget.percent50{ width:400px;}
#content .widget div {
	background:#f0f0f0; 
	border:1px solid #ebebeb; 
	border-radius: 5px;		/* All other CSS3 capable browsers */
    -moz-border-radius: 5px; 	/* Firefox */
	-khtml-border-radius: 5px; 	/* Konquerer */
	-webkit-border-radius: 5px; 	/* Webkit / Safari */	
	padding:0 15px;
	min-height:140px; }
#content.gallery .widget div {
	background: transparent;
	padding: 15px 15px 0;
	border:0;
		}
#content .widget h3{ padding:20px 0 9px;}
#content.gallery .widget h5 {font-size:14px;}
#content.gallery .widget h5,
#content.gallery .widget p{ margin:0; padding: 5px 0 5px 8px;}
.more_link:link,
.more_link:visited{ color:#666; text-decoration:underline; font-weight:normal;}

.column { position:static; padding-bottom:18px;}

.full_width{ padding:0 15px;}
.primary{ width:590px; margin-left:15px; float:left; }
.secondary{
	float:right; 
	min-height:460px;
	margin-right:15px; 
	margin-top:20px;
	width:258px;
	background:url(img/crease.png) no-repeat;  }
.side_module { padding:0 0 10px 25px;}
.notitle{ margin-top:30px;}

.dropcap {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold; 
	font-size: 430%;
	line-height:30px;
	padding-top: 0;
	float:left;
	padding:7px 4px 0 0;
	color:#333;}

.msg_list {margin: 0 0 10px;}
.msg_head {
	padding:6px 0 6px 18px!important; 
	background:url(img/bullet.png) no-repeat 0 9px; 
	font-weight:bold; 
	font-size:13px; 
	position: relative;
	cursor:pointer;
	color:#09c;}
.msg_head:hover {text-decoration:underline; color: #00aced;}
.msg_body {margin:0; padding:0 0 13px 18px!important;}


/*--------------------------------------------------
 CONTACT FORM 
-------------------------------------------------- */
#contactFormArea {padding:15px;}
fieldset {
	border: 0;
	margin: 0;
	padding:10px 15px 40px;}
legend {font-weight:bold;}
label {float:left; width:80px; text-align:right; padding:7px; font-weight:bold; font-size:10px; text-transform:uppercase; letter-spacing:1px;}
.parenthesis { text-transform:none; letter-spacing:0; font-weight:normal; color:#aaa; font-size:11px; font-style:italic; padding-left:3px;}

form ul {margin:0; padding:0;}
form ul li{
	clear:both; 
	list-style:none; 
	margin:0;
	padding: 10px 0 0 10px; 
	position:relative; }
form textarea{
	background: url(img/shadow.png) no-repeat #f0f0f0;
	border:1px solid #e7e7e7;
	border-top-color: #e2e2e2;
	border-left-color: #e2e2e2;
	border-radius: 5px;	
    -moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	height:141px;	
	width:375px; }
form input{
	background: url(img/shadow.png) no-repeat #f0f0f0;
	border:1px solid #e7e7e7;
	border-top-color: #e2e2e2;
	border-left-color: #e2e2e2;
	border-radius: 7px;
    -moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	padding:6px;
	width:258px; }
label.error {
	color: #da3939;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	text-transform:none;
	letter-spacing:normal;
	padding: 3px;
	position: absolute;
	text-align: left;}
.office {
	border:solid #eee; 
	border-width:2px 0; 
	display:block;
	margin:-8px 0 0;
	padding:8px 0!important; }
.midtown {
	background:url(img/offices.png) no-repeat 0 8px; 
	padding-left:100px!important;}
.downtown {
	background:url(img/offices.png) no-repeat 0 -192px; 
	padding-left:100px!important;}

.picture {
	background: #fff; 
	border:1px solid #e7e7e7;
	border-radius: 0;	
    -moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin:0 12px 10px 0;	
	padding:8px;
	float:left;}
.gallery .picture {	padding:6px; float: none;}
	
.more_link{ font-weight:bold; font-size:11px;}	


/*--------------------------------------------------
 BLOG
 -------------------------------------------------- */
.post {clear:both; overflow: hidden;}
.date {font-size:11px; color:#aaa; letter-spacing:1px;}
.post-meta{
	background: url(img/separator2.png) repeat-x;
	color:#aaa;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:15px;
	padding:8px 1px 11px;
	}
.post-meta a {color:#666;}
.comment_count:link,
.comment_count:visited{
	background:url(img/comment.png) no-repeat center center; 
	color:#fff; 
	float:right; 
	font-weight:bold;
	margin:-15px 0 0;
	padding:15px 25px 25px;  }
.comment_count:hover{ text-decoration:none;}	
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin:28px 0 10px; }


#CommentForm label {float:none;  }
#CommentForm p {clear:both;}

#page h2 a:link,
#page h2 a:visited{color:#333;}
#page h2 a:hover {color:#00aced;}
.features p{ padding:0 0 10px;}
.features ul li,
.features ol li{ padding:1px 0;}
.skin { width:170px; float:left; text-align:center;}

.button:link,
.button:visited {
	background:url(img/btn.png) no-repeat center 0; 
	color:#fff;
	font-size:13px; 
	font-weight:bold;
	padding:10px 25px 13px; 
	text-align:center;}
.button:hover {background-position:center -59px; text-decoration:none;}

input.submit-button {
	background:url(img/btn.png) no-repeat center 4px!important;
	border:0!important;
	color:#fff;
	font-size:13px; 
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	height:42px!important;
	text-align:center; 
	width:132px!important; 
	width:auto;}

#pagination {float:right;}
#pagination a {
	float: left; 
	margin:0 3px; 
	padding:5px 8px; 
	background: url(img/pagination.png) repeat-x #f0f0f0;
	border:1px solid #787878;
	border-radius: 3px;
    -moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	color:#ddd;
	font-weight:bold;}
#pagination a:hover {background-position: 0 bottom; border-color:#333; text-decoration:none;}

#pagination a.active{
	float: left; 
	margin:0 4px; 
	background: url(img/shadow.png) no-repeat #f0f0f0;
	border:1px solid #e7e7e7;
	border-top-color: #e2e2e2;
	border-left-color: #e2e2e2;
	color:#666;	}

.avatar {float:left; margin-right:10px; margin-top:7px; background:#fff; padding:4px;}

#CommentForm li {padding-left:0;}

/*--------------------------------------------------
 CONTACT
 -------------------------------------------------- */
#ContactForm .submit-button {position:relative; left:92px;}

.social_network:link,
.social_network:visited{
	background:url(img/social_icons.png) no-repeat; 
	color:#666; 
	display:block; 
	margin:0 0 9px 2px;
	padding: 5px 0 5px 25px; }
.social_network:hover { margin-left:6px;}

.facebook:link,
.facebook:visited{ background-position:0 -195px;}
.linkedin:link,
.linkedin:visited{ background-position:0 -45px;}
.flickr:link,
.flickr:visited{ background-position:0 -145px;}
.twitter:link,
.twitter:visited{ background-position:0 4px;}
.delicious:link,
.delicious:visited{ background-position:0 -95px;}

.featured_section {
	background:#f0f0f0; 
	border:4px solid #eaeaea; 
	border-radius: 7px;	
    -moz-border-radius: 7px; 	
	-webkit-border-radius: 7px; 
	margin:5px 0 10px -3px;
	padding:10px 12px;}
.featured_section h1,
.featured_section h2,
.featured_section h3,
.featured_section h4,
.featured_section h5,
.featured_section h6{ margin:10px 15px!important; }
.featured_section p {padding:0; margin:15px;}


/*--------------------------------------------------
 SIDEBAR
 -------------------------------------------------- */

.sidebar {padding-top:30px;}
.sidebar ul { border-top:1px solid #ddd; margin:0 0 20px; padding:0;}
.sidebar ul li {  border-bottom:1px solid #ddd; list-style:none; margin:0; padding:0;}
.sidebar ul li a{ color:#666; padding:6px 0; display:block;}
.sidebar ul li a:hover{
	background: #ebebeb; 
	color:#000;
	text-decoration:none; 
	padding-left:6px; }
.sidebar p{margin-bottom:20px;}

.sidebar h6 {color:#333; margin:6px 0; padding:0;}
.bullet{ background:url(img/diamond.gif) no-repeat 0 3px; padding-left:16px; color:#333;}

/*--------------------------------------------------
 FEATURES
 -------------------------------------------------- */

.section {
	background:url(img/one_grey.gif) repeat-x 0 bottom ;
	border-bottom:1px solid #fff;
	padding:10px 10px 0 0;}
table{
	background:#efefef;
	border: solid #fff;
	border-width: 0 1px;
	margin:0 0 15px -5px;}
tr{	background:url(img/one.gif) repeat-x;}
td{	border-bottom:1px solid #ddd;}	

.titles {background: url(img/table_titles.png) repeat-x #4b4b4b;}
.titles td{	border-bottom-color:#555;	border-top-color:#4b4b4b;}
.titles h6{	
	color:#fff;
	margin:0;
	padding:5px 0;
	text-shadow: #333 1px 1px 1px;}	
.featured{
	border-bottom:1px solid #ccc;
	background:url(img/one_grey.gif) repeat-x #dfdfdf;}
.titles .featured{
	background: url(img/table_titles.png) repeat-x 0 bottom;
	border-bottom-color:#333; }

/*--------------------------------------------------
 HOMEPAGE-SPECIFIC STYLES
 -------------------------------------------------- */
.homepage .primary { margin-left:5px; width:605px;}	
.homepage .secondary { background:none; min-height:inherit; margin-top:2px; margin-right:-11px; width:268px;}

.news {
	border-bottom:1px solid #fff;
	border-top:1px solid #eaeaea;
	margin:0 20px 20px 0;
	padding:0;}
.news li{
	background:url(img/one.gif) repeat-x ;
	border-bottom:1px solid #eaeaea;
	list-style:none;
	margin:0;
	padding:12px 1px 13px;}
.news li:hover {
	background-color:#eee; 
	border-color:#e3e3e3; 
	padding-left:8px;}
.news .post-meta { background:none;}
.news h6 { padding:2px 0 5px;}
.news a { color:#666;}

.testimonial {
	background:url(img/testimonial.png) no-repeat;
	left:-11px;
	max-height:240px;
	position:relative;
	width:268px;}
.testimonial p{	padding:23px 23px 0; margin:0; color:#666;}
.testimonial small {
	color:#999;  
	display:block; 
	font-size:11px;
	font-style:italic; 
	text-align:right; 
	padding:9px 20px 0 0;}
.testimonial_bottom {
	background:url(img/testimonial.png) no-repeat 0 bottom;
	height:52px;
	left:-11px;
	position:relative;
	width:268px;	}

.separator_arrow{
	background:url(img/separator_arrow.png) no-repeat 0 bottom;
	margin:0 -3px 9px;
	padding: 15px 2px 37px; }
	
	
	
	
	
/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/

/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }


/* Specific to example two */
#tab_box .list-wrap {
	background: url(img/tab_btm.gif) repeat-x 0 bottom #eee; 
	padding: 12px 11px 11px; 
	margin: 0 0 15px;
	border:1px solid #fff;
	border-right:1px solid #ddd;
	border-bottom:1px solid #d3d3d3;
	z-index:99;}

#tab_box ul { margin:0; padding:0; list-style: none; }
#tab_box ul li { border-left: 1px solid #ddd; border-right:1px solid #fff; padding:0; margin:0;}
#tab_box ul li a {
	background:#f7f7f7;
	border-top:1px solid #fff;
	border-bottom: 1px solid #ebebeb;
	color: #666; 
	display: block; 
	padding: 7px; }
#tab_box ul li a:hover { background: #666; color: white; text-decoration:none; 
	border-bottom: 1px solid #555; border-top:1px solid #555;}
#tab_box ul li a:focus {outline:none;}
#tab_box .list-wrap ul li:last-child a { border-bottom: 1px solid #fff; }
#tab_box .list-wrap ul li:first-child a { border-top: 1px solid #ddd; }

#tab_box .nav { overflow: hidden; position:relative; top:1px; z-index:999; }
#tab_box .nav li { float: left; margin: 0 10px 0 0; border:0; }
#tab_box .nav li.last { margin-right: 0; }
#tab_box .nav li a {
	display: block; 
	padding: 6px 19px; 
	background: url(img/table_titles.png) repeat-x 0 -2px ; 
	color: white; 
	font-weight:bold;
	margin-top:8px;
	text-align: center; 
	border: 1px solid #494949;
	border-bottom:0;
	border-radius-topleft: 4px;	
    -moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-radius-topright: 4px;	
    -moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	text-shadow:#000 1px 1px 1px
	outline:none;}

#tab_box .nav li a:hover, 
#tab_box .nav li a:focus { background: #999; border-color: #777; border-bottom:0;}	
#tab_box li a.current,
#tab_box li a.current:hover,
#tab_box li a.current:focus{
	background: url(img/bg_tab.gif) repeat-x #eee !important; 
	color: black; 
	margin-top:0;
	padding:11px 19px 10px;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #ddd;}