/* CSS Document */
body, html
{
	margin: 0; padding: 0;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a img { border: none; }
#container
{
	margin: 0px auto;
	width: 770px;
	height: 500px;
	background-image: url(../images/body_target_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#header { width: 770px; }
#logo
{
	width: 195px;
	height: 50px;
	background-image: url(../images/header_logo.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: 20px 0 0 5px;
}

html>body #container #header #logo { margin: 20px 0 25px 10px; }
html>body #container #header #menu { margin: 30px 5px 0 0; }
#menu{ float: right; margin: 30px 3px 0 0; padding: 0 0 0 0;}
#menu ul {padding: 0;margin: 0;list-style: none; display: inline;}
#menu ul li{float:left;position:relative;margin-left: 3px; padding: 4px 5px 6px 5px;}
#menu ul li a { color: #000000; font-size: 14px; text-decoration: none; font-weight: bold; padding: 4px 5px 6px 5px;  }
#menu ul li a:hover { color: #990000; }
#menu ul li a#active { background-image: url(../images/menu_active_bg.jpg); background-repeat: repeat-x; color: white; }

#header-img
{
	clear: both;
	width: 770px;
	height: 270px;
	margin: 25px 0 0 0;
	background-image: url(../images/header_img.jpg);
	background-repeat: no-repeat;
	background-color: #CC0000;
}

#header-img p
{
	width: 435px;
	float: right;
	margin: 50px 20px 0 0;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 140%;
}
html>body #container #header-img p { margin: 50px 35px 0 0; }
#header-img p strong { font-size: 20px; }

a { color: #CC0000; text-decoration: none; }
a:hover { color: #000000; }
a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {background: transparent url("../images/more.gif") no-repeat 5px -100px;padding-left:21px}
a.morelink:hover {background: transparent url("../images/more.gif") 5px 0}

#sub{	clear: both;	width: 770px;	margin: 25px 0 0 0;	}
#left { float: left; width: 250px; margin: 0 0 25px 0; }
#left h1
{
	font-size: 14px;
    font-weight: bold;
    color: #000000;   
    margin: 20px 0 15px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #f1f1f1;
}
#right { color: #666666; float: right; width: 500px; margin: 0 0 25px 0; font-size: 12px; }
#right p { 	margin: 20px 0 0 0;	padding: 0;	line-height: 140%; }
.clear { clear: both; margin: 0; padding: 0; height: 1px; }
#right em { color: #990000; font-style: normal; }
#client-list { float: left; width: 150px; list-style: none; padding: 0; margin: 0; }
#client-list li { border-bottom: 1px solid #F1F1F1; padding: 5px 5px 5px 0; }
#client-list li a { width: 150px; padding: 5px 5px 5px 0; text-decoration: none; }
#client-list li a:hover { color: #000000; background-color: transparent; }
#portfolio { float: right; width: 348px; border: 1px solid #F1F1F1; }
#nav { line-height: 1.2; background-color: #333333; padding: 8px; color: #999999; }
#nav #desc { text-align: right; margin: -16px 0 0 0; }
a.clientlink { color: #FFFFFF !important; background-color: #000000; padding: 3px 5px 3px 5px; text-decoration: none !important; }
a.clientlink:hover { background-color: #990000 !important; }
#caption p { padding: 10px; margin: 0; }

.list, .list ul { margin: 0; padding: 0 0 0 20px; }
.list li { margin: 5px 0 5px 0; }
#right h1
{
	font-size: 14px;
    font-weight: bold;
    color: #000000;   
    margin: 0 0 15px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #f1f1f1;
}
#right h2
{
	font-size: 16px;
    font-weight: bold;
    color: #000000;   
    margin: 0 0 0 0;
	color: #CC0000;
}
#right h3
{
	font-size: 14px;
    font-weight: bold;
    color: #000000;   
    margin: 25px 0 15px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #f1f1f1;
}
#right a { color: #CC0000; text-decoration: underline; }
#right a:hover { color: #FFFFFF; background-color: #000000; text-decoration: none; }
#right table td { vertical-align: top; }
.form th { text-align: left; font-weight: normal; padding: 7px 7px 7px 0; vertical-align: top; }
form { margin: 0; padding: 15px 0 0 0; }
.form .input-text { border: 1px solid #CCCCCC; color: #CC0000; font-family: Arial, Helvetica, sans-serif; font-size: 14px; padding: 2px; }
.thumbnail-left { float: left; margin: 0 10px 10px 0; }
.thumbnail-right { float: right; margin: 0 0 10px 10px; }

#content
{
	width: 770px;
	margin: 0px auto;
}

.panel
{
	width: 230px;
	margin: 0 13px 0 9px;
	float: left;
}

#sub #left .panel
{
	width: 230px;
	margin: 0 13px 0 5px;
	float: left;
	color: #666666;
}
html>body #container #sub .panel { margin: 0 10px 25px 10px; }
html>body #container #content .panel { margin: 0 10px 25px 15px; }

.panel h1
{
	font-size: 14px;
    font-weight: bold;
    color: #000000;   
    margin: 20px 0 15px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #f1f1f1;
}

.panel p
{
	margin: 15px 0 15px 0;
	margin-bottom: 15px;
	padding: 0;
	line-height: 140%;
	font-size: 12px;
}

#footer
{
	clear: both;
	margin: 0px auto;
	border-top: 1px solid #f1f1f1;
	margin: 25px 0 0 0;
}

#footer p
{
	width: 300px;
	color: #999999;
	line-height: 130%;
	margin: 15px 12px 10px 9px;
	padding: 0;
	float: left;
}
html>body #container #footer p { margin: 15px 10px 0 15px; }
#footer p.right { float: right !important; text-align: right !important; margin: -18px 0 0 0 !important; }
#footer p strong{	color: #CC0000;	}
#footer a { color: #CC0000; text-decoration: none; }
#footer a:hover { color: #FFFFFF; background-color: #000000; }