.indexwrap{
background-image: url(http://www.everglowmedia.com/wp-content/themes/everglow/images/headerbg.jpg);
background-color: #000000;
background-repeat: no-repeat;
background-position: center top;
}

.white{
background-color: #fbfbfb;
border-top: 5px solid #000000;
border-bottom: 5px solid #000000;
overflow:auto;
overflow:hidden;
min-height:700px;

}
/* ############### General Settings ############### */
html, body, div, span, small, object, iframe, h1, h2, h3, h4, h5, h6, pre, a, abbr, blockquote, acronym, address, code, del, dfn, dl, dt, dd, em, img, q, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead
{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	outline: none;
}
body
{
	background: #000000;
	color: #00332d;
	font: normal 12px/20px "Lucida Sans unicode", Verdana, Helvetica, sans-serif;
	margin: 0;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	margin: 0 15px;
}
.v-sep
{
	background: url(../images/sidebar.jpg) top right no-repeat;
	min-height: 570px;
}
.leftalign
{
	float: left;
}
.rightalign
{
	float: right;
}
.textright
{
	text-align: right;
}
.textleft
{
	text-align: left;
}
p
{
	margin: 0 0 10px 0;
}
.tb10
{
	margin: 10px 0;
}
.l10
{
	margin-left: 10px;
}
a
{
	color: #a6a6a6;
	text-decoration: none;
}
a:hover
{
	color: #313131;
	text-decoration: underline;
}

/* ############### Layout Settings ############### */
.total
{
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}

.middle {
background: red;
}
/* ############### Header ############### */

.wrap {
margin:0 auto;
padding:0;
text-align:left;
width:960px;
margin-top: -20px;
}

#header {
	/* background: #002E3C; */
	margin-bottom: 0px;
	overflow: auto;
}

#header #title {
	margin: 0; padding: 0;
}
#header #title a {
	display: block; float: left;
	width: 350px; height: 160px;
	margin: 0; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	background:transparent url(http://www.everglowmedia.com/wp-content/themes/everglow/images/everlogo.png) no-repeat scroll 0 0;
	
}

#header .searchform {
	float: left;
	width: 600px;
	margin: 0; padding: 40px 0 20px 0;
}
#header .s {
	background: #00171E; color: #777;
	float: right; width: 200px;
	margin: 0; padding: 8px;
	border: none;
}

/* ############### Header2 ############### */

#header2 {
	margin-bottom: 0px;
	overflow: auto;
}

#header2 #title {
	margin: 0; padding: 0;
}
#header2 #title a {
	display: block; float: left;
	width: 350px; height: 160px;
	margin: 0; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	background:transparent url(http://www.modthemes.com/demo/venture/wp-content/themes/Venture/images/header.jpg) no-repeat scroll 0 0;
	
}

#header2 .searchform {
	float: left;
	width: 600px;
	margin: 0; padding: 40px 0 20px 0;
}
#header2 .s {
	background: #00171E; color: #777;
	float: right; width: 200px;
	margin: 0; padding: 8px;
	border: none;
}

/*********************************************
Horizontal Navigation Styles (with dropdowns)
*********************************************/
#menu {
	margin: 0; padding: 10px 0;
	width: 600px; float: right;
	font-size: 16px; font-weight: bold;
	margin-top: 100px;
}
#menu ul {
	display: block; float: right;
	list-style: none;
	margin: 0; padding: 0;
	font-family:Arial,Helvetica,sans-serif;
	line-height:1.7;
	font-size:16px;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0; padding: 0 5px;
}
#menu li a {
	color: #FFF;
	display: block;
	margin: 0; padding: 5px 15px;
	text-decoration: none;
}
#menu li a:hover {
	background: #5a1b1b;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
}

#menu li.current_page_item a {
	background: #491c1a;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
}
 
/* second level stuff */
#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0; padding: 0;
}
#menu li li {
	padding: 0;
}
#menu li li a,
#menu li.current_page_item li a {
	width: 168px;
	float: none;
	margin: 0px;
	padding: 5px 10px;
	background: #01485e;
	border-top: 1px solid #002e3d;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
}
#menu li li li a {
}
#menu li li a:hover {
	padding: 5px 10px;
	background: #046C8B;
}
#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0; padding: 0;
}
#menu li ul ul {
	margin: -38px 0 0 188px;
}
#menu li:hover ul ul,
#menu li:hover ul ul ul,
#menu li.sfhover ul ul,
#menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li.sfhover ul,
#menu li li.sfhover ul,
#menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover,
#menu li.sfhover { 
	position: static;
}

/* ############### Front Page Feature ############### */

#featurewrap
{
	/*background: #002E3C; */
}
#feature {
	clear: both;
	width: 960px;
	overflow: auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	color:#666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.7;
}
#feature h2 {
	font-family: Georgia, "Courier New", Courier, monospace;
	font-size: 30px; line-height: 1;
	font-weight: normal;
	color: #2e7fad;
	letter-spacing: 0;
}

#feature .panel {
	width: 910px;
	border: 5px solid #000000;
	background: #FFF;
	margin: 0; padding: 20px;
	overflow: auto;
}
#feature .panel img {
	float: right;
	margin: 0 0 0 20px; padding: 0;
	border: solid #000000 2px;
}
#feature .more-link {
	background: #2e7fad;
	margin: 20px 0 0 0; padding: 5px 10px;
	float: right;
	color: #FFF;
	font-weight: bold;
}





/* ############### Middle Part ############### */
.middlepart
{
	background: #FCFCFC;
	height: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
}
.content
{
	padding: 10px;
}



/* ############### Headings ############### */
h1
{
	color: #4d4c4c;
	font: normal 32px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 15px 0 15px 0;
	padding: 0px;
}
h2
{
	color: #4d4c4c;
	font: normal 24px/30px Georgia, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 0px 0 0 0;
}
h3
{
	color: #4D4C4C;
	font: normal 22px/22px Georgia, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-bottom: 10px;
	text-decoration: none;
}
h4
{
	color: #4D4C4C;
	font: normal 20px Georgia, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 0;
	padding-bottom: 10px;
	text-align: left;
}
h5
{
	color: #4D4C4C;
	font: normal 16px Georgia, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-bottom: 10px;
	text-align: left;
}
h6
{
	color: #4D4C4C;
	font: italic normal 12px Georgia, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-bottom: 10px;
	text-align: left;
}

/* ############### Special Events Box ############### */
.sidebarbox h3
{
	color: #4D4C4C;
	font: normal 22px/28px Georgia, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
	text-decoration: none;
}
.sidebarbox
{
	background: #FFFFFF url(../images/h3_bg.gif) repeat-x;
}
.sidebarbox
{
	border: 1px solid #cbcbcb;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 15px 15px 15px;
	-webkit-border-radius: 3px;
}
.tour
{
	padding: 10px 0 0 0px;
}

/* ############### Portfolio Box ############### */
.portfolioitem
{
	background: #f7f7f7;
	border: 1px solid #dddddd;
	height: 100%;
	-khtml-border-radius: 8px;
	margin-bottom: 15px;
	min-height: 160px;
	-moz-border-radius: 8px;
	overflow: auto;
	padding: 15px;
	padding-bottom: 35px;
	position: relative;
	-webkit-border-radius: 8px;
}
.portfolioitem .works
{
	background: #fff;
	border: 1px solid #dddddd;
	display: block;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 5px 20px;
	position: absolute;
	bottom: 5px;
	left: 20px;
	-webkit-border-radius: 4px;
}
.portfolioitem .details
{
	padding-bottom: 20px;
}
.portfolioitem .corner
{
	height: 107px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 107px;
}
.port_img
{
 float:left;
	margin:0 30px 70px 0;
	height: 120px;
	width: 200px;
}
.imgborder
{
	-moz-border-radius: 5px;
}

.latest
{
	background: url(../images/black_images/latest_work.png) 0 0 no-repeat;
}
.latestproject
{
	background: #d0d0d0;
	border: 1px solid #d2d2d2;
}

.portfolioitem .works span
{
	float:left;
	margin-right:5px;
}
.html	{background:url(../icons/html.png) no-repeat; width:32px; height:32px;}
.psd	{background:url(../icons/psd.png) no-repeat; width:32px; height:32px;}
.seo	{background:url(../icons/seo.png) no-repeat; width:32px; height:32px;}
.jQuery	{background:url(../icons/jQuery.png) no-repeat; width:32px; height:32px;}
.aud	{background:url(../icons/aud.png) no-repeat; width:32px; height:32px;}
.js		{background:url(../icons/JS.png) no-repeat; width:32px; height:32px;}
.ai		{background:url(../icons/ai.png) no-repeat; width:32px; height:32px;}



/* ############### Twitter Box ############### */
.twitterbox
{
	background: #f0f0f0;
	border: 1px solid #d2d2d2;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 15px;
	-webkit-border-radius: 4px;
}

/* ############### Image Borders ############### */
.bordersub
{
	background: #FFFFFF;
	border: 1px solid #dddddd;
	padding: 8px;
}
.borderimg
{
	border: 1px solid #727272;
}



/* ############### Form CSS ############### */
form input
{
	background-color: #FAFAFA;
	border-radius: 5px;
	color: #484848;
	padding: 2px;
}
form textarea
{
	vertical-align: top;
}
form input[type=radio],
form input[type=checkbox]
{
	border: none;
}
input[type=text],
input[type=password],
textarea
{
	background: #fff;
	border: 1px solid #b8b8b8;
	border-radius: 5px;
	margin: 2px 0px;
	padding: 5px 8px;
}
input[type=text]:focus,
input[type=password]:focus
{
	background: #fff;
}
input[type=submit],
input[type=button],
input[type=image],
input[type=reset],
textarea:focus
{
	background: none;
}
form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio
{
	margin: 2px 10px;
	width: auto;
}
* input[type=image]
{
	background: none;
}

/* ############### Blockquote ############### */
blockquote, q
{
	quotes: none;
}
blockquote
{
	margin: 15px 0 15px 5px;
	padding-right: 5px;
}
blockquote p
{
	font: italic normal 12px/20px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-left: 30px;
}
.testimonial
{
	height: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}

/* ############### Readmores ############### */
a.read:link, a.readmore:visited, a.readmore:active
{
	color: #bbbbbb;
	float: right;
	font: normal 11px/18px Tahoma, "Times New Roman", Times, serif;
	text-decoration: none;
}
a.readmore:hover
{
	color: #989898;
	float: right;
	font: normal 11px/18px Tahoma, "Times New Roman", Times, serif;
	text-decoration: none;
}
a.readmore2:link, a.readmore2:visited, a.readmore2:active
{
	color: #bbbbbb;
	font: normal 11px/18px Tahoma, "Times New Roman", Times, serif;
	text-decoration: none;
}
a.readmore2:hover
{
	color: #989898;
	font: normal 11px/18px Tahoma, "Times New Roman", Times, serif;
	text-decoration: none;
}

/* ############### News List ############### */
ul.newslist
{
	margin: 20px 0;
	padding: 0;
}
ul.newslist li
{
	color: #666666;
	margin-bottom: 15px;
	padding: 3px 0px;
	padding-bottom: 10px;
}
ul.newslist li a:link, ul.newslist li a:visited, ul.newslist li a:active
{
	color: #959595;
	padding: 3px 0px;
	text-decoration: none;
}
ul.newslist li a:hover
{
	color: #000;
	padding: 3px 0px;
	text-decoration: none;
}
ul.newslist li span
{
	display: block;
	font-weight: bold;
}



/* ############### Services page Services Boxes ############### */
.servicebox2
{
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	height: 100%;
	margin: 0 10px 10px 0;
	overflow: auto;
	padding: 25px;
	width: 260px;
}
.servicebox2 h3, .servicebox2 h6
{
	border-left: 1px solid #ddd;
	margin-left: 70px;
	padding-left: 15px;
}
.servicebox2 p
{
	padding-top: 20px;
}
.servicebox2 a.readmore
{
	bottom: -25px;
	position: relative;
	right: -20px;
}

/* ############### Unordered list ############### */
ul.listitems
{
	margin: 10px 0;
	padding: 0;
}
ul.listitems li
{
	background: url(../images/tick.png) 0 50% no-repeat;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 18px;
	list-style: none;
	margin: 0;
	padding: 3px 10px 3px 20px;
	text-decoration: none;
	voice-family: inherit;
}

/* ############### Pricing Table ############### */
table
{
	border: none;
	border-collapse: collapse;
	margin: 10px 0;
}
td,th
{
	border-bottom: 1px solid #cacaca;
	border-collapse: collapse;
	color: #4c4c4c;
	padding: 10px 15px;
}
th
{
	background: url(../images/table-head-mid.gif) repeat-x 0 0;
	padding-left: 20px;
	text-align: left;
}
th.lefthead
{
	background: url(../images/table-head-left.gif) no-repeat 0 0;
	padding-left: 20px;
	text-align: left;
}
th.righthead
{
	background: url(../images/table-head-right.gif) no-repeat right top;
	text-align: left;
}
table a
{
	text-decoration: none;
}
tbody tr:hover
{
	background: #f2f2f2;
}

/* ############### Contat Error/Success ############### */
.notes
{
	background: #f0f0f0;
	border: 1px solid #b8b8b8;
}
.success
{
	background: #d3fccc;
	border: 1px solid #989898;
}
.error
{
	background: #f9e3e3;
	border: 1px solid #e79e9e;
}
.notice
{
	background: #fcf0cc;
	border: 1px solid #ecc735;
}
.notes, .notice, .success, .error
{
	color: #484848;
	font-size: 100%;
	margin: 0 0 20px 0px;
	padding: 10px;
	text-align: left;
	width: auto;
}
.notes span, .notice span, .success span, .error span
{
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px 40px;
}
.notes p, .success p, .error p, .notice p
{
	margin: 0px;
	padding: 0px 40px;
}

/* ############### Footer ############### */
#footer {
	clear: both;
	background-image: url(http://www.everglowmedia.com/wp-content/themes/everglow/images/footerbg.jpg);
	color: #FFFFFF;
	margin: 0px 0 0 0; padding: 30px 0;
	height:100%;
}

#footer p {
	margin: 0; padding: 0;
}
#footer a {
	color: #CCC;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}

#footer h6 {
	color: #fff;
	font-size: 14px;
	margin: 0 0 8px 0; padding: 5px 0;
	border-bottom: 1px dotted #4D676F;
}

#footer #connect {
	width: 540px; float: left;
	margin: 0; padding: 0 0 8px 0;
	font-size: 12px;
	border-bottom: 1px dotted #4D676F;
}
#footer #connect p {
	padding-bottom: 8px;
}
#footer #connect form {
	float: left;
}
#footer #connect .text {
	background: #00171E; color: #777;
	width: 200px;
	margin: 0; padding: 8px;
	border: none;
}
#footer #connect .button {
	background: #4D676F; color: #fff;
	margin: 0; padding: 6px;
	border: none;
	cursor: pointer;
}
#footer #connect .socialicons {
	float: right;
}

#footer #contact {
	width: 380px; float: right;
	line-height: 2;
	margin: 0; padding: 0 0 11px 0;
	border-bottom: 1px dotted #4D676F;
}
#footer #credits {
	clear: both;
	color: #4D676F;
}

.afterfooter {
	background: #002530;
	height: 600px;
}

/* ############### Footer 2 ############### */
#footer2 {
	clear: both;
	margin: 20px 0 0 0; padding: 20px 0;
	height:;
	color: #FFFFFF;
	height:250px;
}

#footer2 p {
	margin: 0; padding: 0;
}
#footer2 a {
	color: #CCC;
}
#footer2 a:hover {
	color: #CCC;
	text-decoration: underline;
}

#footer2 h6 {
	color: #fff;
	font-size: 14px;
	margin: 0 0 8px 0; padding: 5px 0;
	border-bottom: 1px dotted #4D676F;
}

#footer2 #connect {
	width: 540px; float: left;
	margin: 0; padding: 0 0 8px 0;
	font-size: 12px;
	border-bottom: 1px dotted #4D676F;
}
#footer2 #connect p {
	padding-bottom: 8px;
}
#footer2 #connect form {
	float: left;
}
#footer2 #connect .text {
	background: #00171E; color: #777;
	width: 200px;
	margin: 0; padding: 8px;
	border: none;
}
#footer2 #connect .button {
	background: #4D676F; color: #fff;
	margin: 0; padding: 6px;
	border: none;
	cursor: pointer;
}
#footer2 #connect .socialicons {
	float: right;
}

#footer2 #contact {
	width: 380px; float: right;
	line-height: 2;
	margin: 0; padding: 0 0 11px 0;
	border-bottom: 1px dotted #4D676F;
}
#footer2 #credits {
	clear: both;
	color: #4D676F;
}


/* ############### About us page Staff ############### */
ul.staff
{
	clear: both;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.staff li
{
	background: #FFFFFF;
	border: 1px solid #ddd;
	color: #000;
	display: block;
	font: normal bold 11px/12px Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0 5px 10px 0;
	overflow: auto;
	padding: 10px 15px;
	vertical-align: bottom;
}
ul.staff li	img
{
	float: left;
	margin-right: 20px;
	padding-bottom: 5px;
}
ul.staff li small
{
	color: #a1a1a1;
	font: normal 11px georgia, Arial, Helvetica, sans-serif;
	margin: 0;
}

/* ############### Blog Page Box ############### */
.blogbox
{
	background: #f7f7f7;
	border: 1px solid #dddddd;
	height: 100%;
	-khtml-border-radius: 8px;
	margin-bottom: 15px;
	-moz-border-radius: 8px;
	overflow: hidden;
	padding: 15px;
	position: relative;
	-webkit-border-radius: 8px;
}
.blogbox .blogbottom
{
	background: #fff;
	border: 1px solid #dddddd;
	display: block;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 5px 20px;
	position: absolute;
	right: 20px;
	bottom: 5px;
	-webkit-border-radius: 4px;
}

.blogbox .works
{
	background: #fff;
	border: 1px solid #dddddd;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 5px 20px;
	position: absolute;
	left:20px;
	bottom:5px;
	-webkit-border-radius: 4px;
}

.blogbox .blog-content
{
	padding-bottom: 10px;
}

.blog_img
{
    float:left;
	margin:0 30px 70px 0;
	height: 120px;
	width: 200px;
}

.blogbox h3
{
	color: #545454;
}
.bottomblog
{
	background: #fff;
	border: 1px solid #ddd;
	border-top: 0;
	height: 100%;
	overflow: auto;
	padding: 10px;
}


.blogbox .works span
{
	float:left;
	margin-right:5px;
}

.html	{background:url(../icons/html.png) no-repeat; width:32px; height:32px;}
.psd	{background:url(../icons/psd.png) no-repeat; width:32px; height:32px;}
.seo	{background:url(../icons/seo.png) no-repeat; width:32px; height:32px;}
.jQuery	{background:url(../icons/jQuery.png) no-repeat; width:32px; height:32px;}
.aud	{background:url(../icons/aud.png) no-repeat; width:32px; height:32px;}
.js		{background:url(../icons/JS.png) no-repeat; width:32px; height:32px;}
.ai		{background:url(../icons/ai.png) no-repeat; width:32px; height:32px;}


/* ############### Comments Page ############### */
.commentlist li, #commentform input, #commentform textarea
{
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li
{
	font-size: 1em;
}
.commentlist li
{
	background: #FFFFFF;
	border: 1px solid #dddddd;
	font-weight: bold;
	padding: 8px;
}
.commentlist li .avatar
{
	background: #fff;
	border: 1px solid #eee;
	float: right;
	padding: 2px;
}
.commentlist cite, .commentlist cite a
{
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
}
.commentlist p
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p
{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata
{
	font-weight: normal;
}
#commentform input
{
	margin: 5px 5px 1px 0;
	padding: 2px;
	width: 170px;
}
#commentform
{
	margin: 5px 10px 0 0;
}
#commentform textarea
{
	padding: 2px;
	width: 100%;
}
#respond:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#commentform #submit
{
	float: right;
	margin: 0 0 5px auto;
}
.alt
{
	margin: 0;
	padding: 10px;
}
.commentlist
{
	padding: 0;
	text-align: justify;
}
.commentlist li
{
	list-style: none;
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
}
.commentlist li ul li
{
	margin-left: 10px;
	margin-right: -5px;
}
ul.children
{
	margin-right: 5px;
}
.commentlist p
{
	margin: 10px 5px 10px 0;
}
.children
{
	padding: 0;
}
#commentform p
{
	margin: 5px 0;
}
.nocomments
{
	margin: 0;
	padding: 0;
	text-align: center;
}
.commentmetadata
{
	display: block;
	margin: 0;
}

/* ############### Search Input ############### */
div.search fieldset
{
	display: block;
	margin-bottom: 20px;
	position: relative;
	top: 20px;
	width: 190px;
}
div.search form label
{
	background: url(../images/searchbar.png) no-repeat;
	display: block;
	height: 29px;
	width: 184px;
}
div.search fieldset legend
{
	display: none;
}
div.search form label input
{
	background: none;
	border: none;
	color: #484848;
	margin-left: 2px;
	outline: none;
	padding: 5px 0 0 10px;
	width: 170px;
}
.buttonhide
{
	display: none;
}
small, small
{
	color: #666666;
	font-size: 80%;
}


/* ############### Portfolio Img Border ############### */
.entry img
{
	background: #fff;
	border: 1px solid #ddd;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 3px;
	-webkit-border-radius: 2px;
}


/* ############### Sub Header ############### */
.subheader
{
	background: #2b2b2b url(../images/black_images/subheader.gif) top center no-repeat;
	height: 71px;
}
.subheader h2
{
	border: none;
	color: #fff;
	padding: 20px;
}
.subheader p
{
	border: none;
	color: #fff;
	padding: 20px;
}
.subheader h2
{
	color: #fff;
	font: normal 35px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* ############### Submenu ############### */
.submenu
{
	margin: 0 0 20px 0;
	text-align: right;
}
.submenu ul
{
	list-style: none;
	margin: 0;
	padding: 0 0px;
}
.submenu li a
{
	border-bottom: 1px solid #e0e0e0;
	height: 20px;
	margin: 0;
	text-decoration: none;
	voice-family: inherit;
}
.submenu li li a
{
	border-bottom: 1px solid #ededed;
	margin: 1px 0px 0px 0px;
	text-decoration: none;
}
.submenu li li a:link, .submenu li li a:visited
{
	color: #000;
	display: block;
	padding: 6px 10px;
}
.submenu li a:link, .submenu li a:visited
{
	color: #000;
	display: block;
	padding: 6px 10px;
}
.submenu li li.current_page_item a
{
	background: #fff;
	color: #a3a3a3;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration: none;
	-webkit-border-radius: 3px;
}
.submenu li.current_page_item a
{
	background: #e3e3e3;
	color: #a3a3a3;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration: none;
	-webkit-border-radius: 3px;
}
.submenu li.current-cat a
{
	background: #e3e3e3;
	color: #a3a3a3;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration: none;
	-webkit-border-radius: 3px;
}
.submenu ul li.current_page_ancestor
{
	background: #e3e3e3;
	color: #a3a3a3;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration: none;
	-webkit-border-radius: 3px;
}
.submenu li a:hover
{
	background: #ececec;
	color: #a3a3a3;
	padding: 6px 10px;
	text-decoration: none;
}
.contacts img
{
	padding: 2px 0;
	vertical-align: middle;
}

