/*

//// Global Syles for the whole website elements
================================================

*/


* {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
	text-decoration: none;
}

body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

#wrapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 19px;
	padding-bottom: 20px;
	padding-left: 19px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DADADA;
	border-left-color: #DADADA;
}


/*

//// Website Header and Banner
==============================

*/


#header {
	position: relative;
	height: 302px;
	margin-bottom: 20px;
}

#logo {
	text-indent: -5000px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 145px;
	position: absolute;
	left: 0px;
	top: 5px;
}

#banner {
	border: 1px solid #999999;
	position: absolute;
	height: 299px;
	width: 680px;
	top: 0px;
	right: 0px;
}


/*

//// Website main menu or Navigation
====================================

*/


#nav {
	position: absolute;
	left: 0px;
	bottom: 5px;
	width: 170px;
}


/*IE FIX for spacing*/ 

#nav a {
	display: inline-block;
}

#nav a {
	font-size: 16px;
	color: #999;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(../images/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

#nav a:hover {
	background-position: 0px -23px;
	color: #000;
}

.home #aHome, .aboutUs #aAboutUs, .services #aServices, .solutions #aSolutions, .partners #aPartners, .contactUs #aContactUs {
	background-position: 0px -23px;
	color: #000;
}


/*

//// PAGE CONTENT and Heading
==============================

*/

h2.pageTitle {
	background-image: url(../images/heading-bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#content {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

#content h3 {
	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-weight: normal;
}

#content p {
	padding-bottom: 20px;
	text-align: justify;
	line-height: 18px;
}

#content p.last {
	padding-bottom: 0px;
}

a.text-link {
	color: #868686;
	font-style: italic;
}

a.text-link:hover {
	color: #000;
	font-style: italic;
	text-decoration: underline;
}

img.page-img {
	padding: 10px;
	border: 1px solid #DFDFDF;
	margin-top: 25px;
	height: 230px;
	width: 815px;
}

#content ul {
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 25px;
}

#content ul li {
	margin-bottom: 6px;
	font-size: 14px;
	list-style-image: url(../images/list-item.gif);
}

#content ol {
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content ol li {
	font-size: 15px;
	list-style-type: decimal;
	margin-bottom: 8px;
}


/*

//// Website Footer and Footer menu with address
================================================

*/


#footerWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#footer {
	background-image: url(../images/footer-bg.png);
	width: 860px;
	padding: 20px;
	position: relative;
	height: 130px;
}

#footer-nav {
	width: 300px;
	display: block;
	position: absolute;
	left: 20px;
	top: 20px;
}

/*IE FIX for spacing*/ 

#footer-nav a {
	display: inline-block;
}

#footer-nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	display: block;
	padding-left: 20px;
	background-image: url(../images/footer-nav-bg.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	background-position: 0px 5px;
}

#footer-nav a:hover {
	color: #FFF;
}

#footer #contactInfo {
	width: 160px;
	position: absolute;
	top: 20px;
	right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CCC;
}


/*

//// Contact page and contact page addres along with form
=========================================================

*/

#contactInfo address {
	padding-bottom: 15px;
	font-style: normal;
}

#contactInfo address strong {
	color: #FFF;
}

#contactInfo #phone {
	color: #FFF;
	background-image: url(../images/phone-bg.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

#contactInfo a.email {
	color: #FFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 26px;
	background-image: url(../images/email-bg.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 4px;
}

#contactInfo a.email:hover {
	color: #CCC;
}

#contact-form {
	padding-top: 25px;
	width: 410px;
}

#contactform .input-title {
	font-size: 17px;
	padding-bottom: 10px;
}

#contactform input, #contactform textarea {
	width: 400px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	background-color: #DADADA;
	font-size: 17px;
	font-family: "Courier New", Courier, monospace;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#contactform #submit {
	width: 100px;
	text-decoration: none;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-bottom: 0px;
	border-top-color: #7D7D7D;
	border-right-color: #7D7D7D;
	border-bottom-color: #7D7D7D;
	border-left-color: #7D7D7D;
}

#contactform #submit:hover {
	color: #FFF;
	background-color: #818181;
}

#contactform .form-indicator {
	width: 200px;
	float: right;
	padding-right: 80px;
	padding-top: 5px;
	padding-bottom: 20px;
}

#contactform .textfieldFocusState input, #contactform .textareaFocusState textarea {
	background-color: #FFFFCC;
}

#contactform .textfieldRequiredState input, #contactform .textfieldInvalidFormatState input, #contactform .textareaRequiredState textarea {
	background-color: #FF9F9F;
	border: 1px solid #5D8639;
	color: #FFF;
}

#contact-address {
	width: 300px;
	height: 220px;
	float: right;
	position: absolute;
	top: 51px;
	right: 76px;
}

#contact-address address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	padding-bottom: 25px;
}

#contact-address #phone {
	padding-bottom: 15px;
}

#contact-address a {
	color: #666;
}

#contact-address a:hover {
	color: #000;
	text-decoration: underline;
}

#content .map {
	position: absolute;
	top: 272px;
	right: 20px;
	border: 4px solid #DADADA;
}

#email-sent {
	height: 500px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	padding-top: 60px;
}
