@charset "UTF-8";

*{ padding:0; margin:0; }
body{ font-family:Arial, Helvetica, sans-serif; font-size:12px;}
h1{ padding-bottom:10px; font-size:24px;}
h2{ padding-bottom:10px; font-size:18px; color:#8c2626;}
h3{ padding-bottom:10px; font-size:14px; color:#8c2626;}
p{ line-height:18px; padding-bottom:15px;}
a{ color:#333;}

hr{ border:none; border-top:1px solid #666; padding-top:20px; }

.clear{ clear:both; }
.float{ float:left; border:2px solid #999; margin:0 15px 5px 0; }
.success{ font-size:16px; color:#990000; }

#container{ width:980px; margin:30px auto 30px auto; }
#header{ width:960px; height:204px; background:url(../images/bg-header.png); }
#content{ background:url(../images/bg-content.png); }
#main{padding:30px 60px 0 80px;}
#main #padding{ padding:0 20px 0 115px; }

/*
ul#nav{ list-style:none; padding:155px 0 0 185px; }
ul#nav li{ float:left; text-transform:uppercase; font-weight:bold; font-size:12px; padding:0 8px; border-right:1px dotted #999; }
ul#nav li#first{ padding:0 15px 0 0; }
ul#nav li#last{ border:none; }
ul#nav li a{ color:#000; text-decoration:none; } 
ul#nav li a:hover{ text-decoration:underline; }
*/

#portfolio { background:#8c2626; margin:0 29px 0 50px; text-align:center;}
#portfolio img{ border:2px solid #FFF; margin:15px 10px 0 10px; }

ul#forthcoming{ line-height:18px; list-style:none; padding: 10px 0 15px 85px;}
ul#forthcoming li{ background:url(../images/bullet.png) no-repeat; padding-left:30px;}
ul#forthcoming li span{ font-weight:bold; color:#8c2626; }

#contact{ background:#8c2626; margin:10px 29px 0 50px; color:#FFF; text-align:right;}
#contact h2{ padding:20px 15px 5px 0; font-size:18px; }
#contact p{ background:url(../images/contact.jpg) top right no-repeat; line-height:14px; margin-right:15px; padding:0 50px 20px 0; }
#content ul{ padding:0 0 15px 50px; line-height:18px;}
#contact a{ color:#FFF;}
#contact a:hover{ color:#DDD;}
#footer{ font-size:10px; line-height:14px; color:#FFF; text-align:center; padding:10px 0 0 60px;}


#nav {
	margin: 0;
	padding:160px 0 0 170px;
	line-height: 100%;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	padding:  8px 10px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
}
#nav a:hover {
	background: #CCC;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #666 url(img/gradient.png) repeat-x 0 -40px;
	color: #FFF;
	
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #000;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #8c2626 !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
