/* ##########################################
   ##  Name: CleanBiz                      ##
   ##  Developed by: cesiel1993            ##
   ##  File: blue.css - Blue Stylesheet    ##
   ##  Last Updated: December 21st, 2008   ##
   ##  Help: Email - cesiel1993@gmail.com  ##
   ##########################################
*/


body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	font: 11px Verdana, Tahoma, Sans-Serif;
}


/* ---- Standard Elements ---- */

a {
	color: #3475b8;
	text-decoration: none;
}

a:hover {
	color: #3475b8;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

a:visited {
	color: #1c62ac;
	text-decoration: none;
}

a img {
	border: 0;
}

p {
	line-height: 1.8em;
	color: #444444;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #222222;
	font-weight: bolder;
	letter-spacing: -1.5px;
	margin: 0 0 7px 0;
	padding: 0;
}

h1 {	font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; letter-spacing: -1px; }
h4 { font-size: 18px; letter-spacing: -1px; }
h5 { font-size: 16px; letter-spacing: -1px; }

hr {	
	background: #DDDDDD;
	color: #DDDDDD;	
	height: 1px;
	border: 0;
	margin: 20px 0 20px 0;
}

input {
	border: 1px solid #DDDDDD;
	padding: 7px;
	font: 11px Verdana, Sans-Serif;
}

.form_submit{
	background: url(../images/blue/sidebar_buttonbg.png) repeat-x;
	border: 0;
	height: 30px;
	color: #FFFFFF;
	text-transform: uppercase;
	font: 10px Verdana, Sans-serif;
	font-weight: bolder;
	padding: 5px 12px 9px 12px;
	margin-left: 5px;
}


/* ---- Header ---- */

#header_container {
	width: 900px;
	margin: 0 auto;
}

#header {
	background: url(../images/blue/header_bg.png) repeat-x;
	height: 100px;
}

.header_title {
	float: left;
	background: url(../images/blue/header_titlebg.png) no-repeat;
	width: 300px;
	height: 73px;
	padding: 27px 0 0 100px;
	margin-left: -50px;
	font: 38px Arial;
	font-weight: bolder;
	font-style: italic;
	color: #FFFFFF;
}

.navigation {
	float: left;
	margin: 42px 0 0 100px;
	color: #68b3fd;
}


/* ---- Navigation ---- */

.navigation span{
	margin-left: 40px;
}

.navigation span a {
	color: #68b3fd;
	text-decoration: none;
}

.navigation span a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.navigation span a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.navigation span a:visited {
	text-decoration: none;
}


/* ---- Banner ---- */

#banner_container {
	width: 885px;
	margin: 0 auto;
	padding-left: 15px;
}

#banner {
	background: url(../images/banner_bg.png) repeat-x;
	height: 222px;
	padding: 14px;
}

#banner-inner {
	background: url(../images/banner_innerbg.png) repeat-x;
	height: 80px;
	padding-top: 25px;
}

#banner-inner h1 {
	color: #FFFFFF;
	font-style: italic;
}

.portfolio_img {
	float: left;
	background: #111111;
	padding: 10px;
	border: 1px solid #444444;
}

.portfolio_desc {
	float: left;
	width: 285px;
	color: #888888;
	padding: 10px 0 0 15px;
}

.portfolio_desc h1 {
	color: #FFFFFF;
}

.portfolio_desc p {
	color: #888888;
	padding-bottom: 7px;
}

.banner_button {
	background: url(../images/banner_button.png) repeat-x;
	height: 16px;
	width: 50px;
	font: 10px Verdana, Tahoma, Sans-Serif;
	color: #333333;
	text-transform: uppercase;
	padding: 7px 15px 7px 15px;
	margin-right: 13px;
	font-weight: bolder;
}

.portfolio_desc a:hover {
	text-decoration: none;
}


/* ---- Main Content ---- */

#content_container {
	width: 900px;
	margin: 0 auto;
}

#content_container img {
	margin: 5px;
}

#content {
	float: left;
	width: 570px;
	padding: 0 14px 14px 14px;
}

#content h2 {
	margin-bottom: 3px;
}

.detail {
	font-size: 10px;
	font-style: italic;
	color: #777777;
}

.portfolio_img2 {
	background: #EEEEEE;
	padding: 5px;
	border: 1px solid #CCCCCC;
}


/* ---- Sidebar ---- */

#sidebar {
	float: left;
	width: 302px;
	margin-top: -20px;
}

.sidebar_top1 {
	background: url(../images/sidebar_top1.png);
	width: 302px;
	height: 20px;
}

.sidebar_top2 {
	background: url(../images/sidebar_top2.png);
	width: 302px;
	height: 1px;

}

.sidebar_bg {
	background: url(../images/sidebar_bg.png);
	width: 262px;
	padding: 20px;
}

.sidebar_bg p {
	color: #666666;
	margin: 0;
	padding: 0;
}

.sidebar_bottom {
	background: url(../images/sidebar_bottom.png);
	width: 302px;
	height: 1px;
	margin-bottom: 20px;
}


/* ---- Content Slider ---- */

.sliderwrapper .contentdiv {
	visibility: hidden;
	position: absolute;
	width: 900px;
	height: 222px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


/* ---- Footer ---- */

.spacer {
	height: 1px;
	clear: both;
}

#footer {
	background: #222222;
	height: 100px;
	color: #999999;
}

#footer_container {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
	line-height: 2em;
}

.footer_left {
	float: left;
}

.footer_right {
	float: right;
	margin-top: 10px;
}

.footer_right span {
	margin-left: 40px;
}

.footer_right a {
	color: #999999;
	text-decoration: none;
}

.footer_right span a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.footer_right span a:active {
	color: #999999;
	text-decoration: none;
}

.footer_right span a:visited {
	text-decoration: none;
}