@charset "utf-8";
/* GENERAL
-----------------------------------------------------------------------------
*/
/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Class for clearing floats */
.clear {
	clear: both;
}
/* Remove border around linked images */
img {
	border: 0;
}
/* MAIN
-----------------------------------------------------------------------------
*/
body {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	background-color: #FBFBFB;
	background-image: url(/images/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper {
	background-image: url(/images/wrapper_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}
#main {
	width: 1050px;
	margin: auto;
	position: relative;
}
#header {
	height: 85px;
}
h1 {
	position: absolute;
	top: 45px;
	z-index: 2;
}
h1 #innerwrap {
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	width: 384px;
	height: 105px;
}
h1,
h1 a {
	text-indent: -9999px;
}
h1 a {
	display: block;
	width: 384px;
	height: 105px;
	position: relative;
}
h2 {
	width: 1050px;
	height: 330px;
	top: 85px;
	background-image: url(/images/homeIntro.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
/* MAIN MENU
-----------------------------------------------------------------------------
*/
#mainMenu {
	position: absolute;
	top: 46px;
	right: 0px;
	z-index: 1;
}
#mainMenu li {
	float: left;
	margin-left: 8px;
	text-indent: -9999px;
}
#mainMenu li a {
	display: block;
	height: 34px;
}
#mainMenu li#home {
	background-image: url(/images/mainMenu_home.jpg);
	background-repeat: no-repeat;
	width: 83px;
	height: 34px;
}
#mainMenu li#home.selected {
	background-image: url(/images/mainMenu_homeOn.png);
	background-repeat: no-repeat;
	width: 83px;
	height: 56px;
}
#mainMenu li#ourServices {
	background-image: url(/images/mainMenu_ourServices.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 34px;
}
#mainMenu li#ourServices.selected {
	background-image: url(/images/mainMenu_ourServicesOn.png);
	background-repeat: no-repeat;
	width: 140px;
	height: 56px;
}
#mainMenu li#gettingStarted {
	background-image: url(/images/mainMenu_gettingStarted.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 34px;
}
#mainMenu li#gettingStarted.selected {
	background-image: url(/images/mainMenu_gettingStartedOn.png);
	background-repeat: no-repeat;
	width: 170px;
	height: 56px;
}
#mainMenu li#contactUs {
	background-image: url(/images/mainMenu_contactUs.jpg);
	background-repeat: no-repeat;
	width: 126px;
	height: 34px;
}
#mainMenu li#contactUs.selected {
	background-image: url(/images/mainMenu_contactUsOn.png);
	background-repeat: no-repeat;
	width: 126px;
	height: 56px;
}
#mainMenu li#home a {
	width: 83px;
}
#mainMenu li#ourServices a {
	width: 140px;
}
#mainMenu li#gettingStarted a {
	width: 170px;
}
#mainMenu li#contactUs a {
	width: 126px;
}

/* FOOTER
-----------------------------------------------------------------------------
*/
#footer {
	margin-top: 10px;
	position: relative;
}
#footer #menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 60px;
}
#footer #menu li {
	float: left;
	width: 120px;
	height: 50px;
	padding: 15px;
	color: #FFF;
	border-right: 1px dotted #FFF;
}
#footer #menu li#last {
	border: none;
}
#footer #menu li h4,
#footer #menu li h4 a:link,
#footer #menu li h4 a:active,
#footer #menu li h4 a:visited,
#footer #menu li h4 a:hover {
	margin-bottom: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #FEAC00;
	text-decoration: none;
}
#footer #menu li h4 a:hover {
	text-decoration: underline;
}
#footer #contact {
	position: absolute;
	top: 10px;
	right: 0;
}
#footer #contact li {
	float: left;
	text-indent: -9999px;
	height: 52px;
	background-repeat: no-repeat;
}
#footer #contact li#callUs {
	background-image: url(/images/footer_callUs.jpg);
	width: 160px;
}
#footer #contact li#emailUs {
	background-image: url(/images/footer_emailUs.jpg);
	width: 250px;
}
#footer #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BFBFBF;
	margin-left: 20px;
	line-height: 20px;
}
/* HOME PAGE
-----------------------------------------------------------------------------
*/
#homeContents {
	margin-top: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	position: relative;
	height: 340px;
}
#homeContents h3 {
	margin: 20px 0 15px 20px;
}
#homeContents h3 .txt1,
#homeContents h3 .txt2 {
	display: block;
	line-height: 28px;
}
#homeContents h3 .txt1 {
	font-size: 30px;
}
#homeContents h3 .txt2 {
	font-size: 20px;
}
#homeContents p {
	margin: 0 20px;
	line-height: 30px;
}
#homeContents a:link,
#homeContents a:active,
#homeContents a:visited,
#homeContents a:hover {
	color: #069;
	text-decoration: none;
}
#homeContents p a:hover {
	text-decoration: underline;
}
#homeContents #left,
#homeContents #right {
	background-image: url(/images/homeContents_back.png);
	background-repeat: no-repeat;
	width: 525px;
	height: 340px;
	position: absolute;
}
#homeContents #left {
	left: -5px;
}
#homeContents #right {
	left: 530px;
}
/* INTERNAL PAGES
-----------------------------------------------------------------------------
*/
#internalHeader {
	width: 1050px;
	height: 100px;
	top: 85px;
	background-image: url(/images/internalHeader.jpg);
	background-repeat: no-repeat;
}
#internalContents {
	margin-left: -5px;
	margin-top: 25px;
	width: 1060px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	background-image: url(/images/internalContents_back.png);
	background-repeat: repeat-y;
}
#internalContents #top-wrapper {
	background-image: url(/images/internalContents_backTop.jpg);
	background-repeat: no-repeat;
}
#internalContents #bottom-wrapper {
	background-image: url(/images/internalContents_backBottom.jpg);
	background-repeat: no-repeat;
	padding: 30px 30px 60px 30px;
	background-position: bottom;
}
#internalContents h3 {
	font-size: 40px;
	line-height: 40px;
	color: #333;
	margin-bottom: 30px;
	font-weight: lighter;
}
#internalContents h4 {
	font-size: 18px;
	line-height: 25px;
	color: #F90;
	font-weight: lighter;
}
#internalContents p,
#internalContents ul {
	margin-bottom: 30px;
}
#internalContents ul li {
	padding-left: 20px;
	background-image: url(/images/li01.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#internalContents #left {
	width: 650px;
	float: left;
	margin-right: 50px;
}
#internalContents #right {
	width: 300px;
	float: left;
	background-image: url(/images/internalContents_rightBack.jpg);
	background-repeat: repeat-y;
}
#internalContents #right h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #4B4B4B;
	margin-bottom: 20px;
}
#internalContents #right p {
	margin: 0;
}
#internalContents #right #top-wrapper {
	background-image: url(/images/internalContents_rightBackTop.jpg);
	background-repeat: no-repeat;
}
#internalContents #right #bottom-wrapper {
	background-image: url(/images/internalContents_rightBackBottom.jpg);
	background-repeat: no-repeat;
	padding: 20px;
	background-position: bottom;
}
#internalContents #right .button {
	display: block;
	background-image: url(/images/contactUs_btn.jpg);
	height: 47px;
	width: 262px;
	text-indent: -9999px;
	margin-top: 30px;
}
#internalContents a:link,
#internalContents a:active,
#internalContents a:visited,
#internalContents a:hover {
	color: #069;
	text-decoration: none;
}
#internalContents a:hover {
	text-decoration: underline;
}
/* FORMS
-----------------------------------------------------------------------------
*/
#loginForm {
	height: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FA7700;
}
#loginForm form {
	margin-top: 2px;
	float: right;
}
#loginForm ul li {
	display: inline;
	margin-left: 5px;
}
#loginForm fieldset {
	border: none;
}
#loginForm label {
	display: none;
}
#loginForm input {
	background-image: url(/images/loginForm_field.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 122px;
	vertical-align: middle;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 24px;
	color: #333333;
	text-indent: 6px;
}
#loginForm .button {
	background-image: url(/images/loginForm_btn.jpg);
	height: 24px;
	width: 72px;
	text-indent: -9999px;
	cursor: pointer;
}
#contactForm {
	margin: 40px 0;
}
#contactForm ul li {
	float: left;
	margin-bottom: 25px;
	width: 320px;
	background-image: none;
	list-style: none;
	padding-left: 0;
	position: relative;
}
#contactForm fieldset {
	border: none;
}
#contactForm label {
	line-height: 34px;
}
#contactForm input,
#contactForm textarea {
	position: absolute;
	left: 110px;
	background: none;
	background-repeat: no-repeat;	
	height: 34px;
	width: 182px;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
}
#contactForm input {
	background-image: url(/images/contactForm_field.gif);
	height: 34px;
	width: 182px;
	line-height: 34px;
	text-indent: 8px;
}
#contactForm textarea {
	background-image: url(/images/contactForm_fieldTextarea.gif);
	width: 158px;
	height: 80px;
	padding: 12px;
	line-height: 14px;
	resize: none;
}
#contactForm .liButton {
	margin-top: 80px;
}
#contactForm .button {
	background-image: url(/images/contactForm_btn.jpg);
	height: 34px;
	width: 182px;
	text-indent: -9999px;
	cursor: pointer;
}