
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(images/background.png) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

h1, h2, h3 {
	margin-top: 0px;
}

h2 {
	font-weight: normal;
	font-size: 17px;
	color: #333333;
}


h3 {
	font-weight: normal;
	font-size: 14px;
	color: #CC6600;
	margin-bottom: 0px;
}

h3 span {
	font-weight: bold;
	color: #CC6600;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 20px;
	text-align: justify;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ul.norm {
	margin-left: 12px;
	padding-left: 12px;
	list-style: disc;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	color: #CDAEAE;
}

.list1 li a {
	padding-left: 15px;
}

a {
	color: #CC6600;
}

a:hover {
	text-decoration: none;
}

a.more {
	padding-left: 18px;
	background: url(images/arrow.png) no-repeat left center;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

body#home a#homenav, body#about a#aboutnav, body#team a#teamnav, body#partners a#partnersnav, body#clients a#clientsnav, body#request a#requestnav, body#help a#helpnav, body#contact a#contactnav {
	color: #ffffff;
	font-weight: bold;
}

input {
    width: 220px;
}

textarea {
    width: 220px;
}

/** WRAPPER */

#wrapper {
	height: 100%;
	min-height: 100%;
	/**background: url(images/bg02.jpg) repeat-x left top;*/
}

html>body #wrapper {
	height: auto;
}

.container {
	width: 900px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	width: 900px;
	height: 100px;
	margin: 10px auto;
	background: url(images/logo.png) no-repeat left top;
}


#header h1, #header p {
	margin: 0px;
	line-height: normal;
	text-indent: -9999em;
}

#header h1 a {
	display: block;
	width: 210px;
	height: 90px;
}

/** MENU */

#menu {
	height: 53px;
	background: url(images/menu.png) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 29px;
	padding: 19px 20px 0px 20px;
	background: url(images/separator.png) no-repeat left bottom;
}

#menu li.first {
	padding-left: 40px;
	background: none;
}

#menu a {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
	color: #C7C7C7;
}

/** PAGE */

#page {
	margin-bottom: 5px;
	background: url(images/background01.png) repeat-y left top;
}

#page-bottom {
	background: url(images/bodybg.png) no-repeat left bottom;
} 

.single #page {
	background-image: url(images/subbg.png);
}

.single #page-bottom {
	background-image: url(images/subbgalt.png);
}

/** CONTENT */

#content {
	float: left;
	width: 545px;
	background: url(images/mainbanner.png) no-repeat left top;
}

#content .title {
	height: 33px;
	margin: 0px;
	padding: 120px 0px 0px 0px;
	color: #333333;
}

#content .title span {
	color: #FFFFFF;
	padding: 100px 0px 0px 30px;
}

#content .content {
	padding: 30px 30px 10px 30px;
}

.single #content {
	float: none;
	width: auto;
	background: url(images/subbanner.png) no-repeat left top;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 350px;
	padding: 0px 0px 0px 5px;
	background: url(images/tlcorner.png) no-repeat left top;
}

/** FOOTER */

#footer {
	height: 48px;
	margin-bottom: 30px;
	background: url(images/menu.png) no-repeat left top;
}

#footer p {
	margin: 0px;
	color: #ffffff;
	font-size: 16px;
}

#footer .links {
	float: left;
	padding: 14px 26px;
}

#footer .icons {
	float: right;
	padding: 11px 26px;
}

#footer a {
	padding: 0px 2px;
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover {
	text-decoration: underline;
}

/** BOX STYLE 1 */

.box-style1 {
	padding: 30px 26px 70px 26px;
	background: url(images/blcorner.png) no-repeat left bottom;
}

.box-style1 .left {
	float : left;
	width : 118px;
	padding-right: 20px;
}

.box-style1 .right {
	float: right;
	margin: 0; 
	width: 160px;
}


.box-style1-nobg {
	padding-bottom: 30px;
	background: none;
}

/** BOX STYLE 2 */

.box-style2 {
	padding: 0px 26px 0px 26px;
}

.box-style2 .left {
	float : left;
	width : 118px;
	padding-right: 20px;
}

.box-style2 .right {
	float: right;
	margin: 0; 
	width: 160px;
}

