/* Common Style Sheet :: cegagroup.com */
/* Author :: Alex Stanhope for Design Distillery */
/* Copyright :: The Author, All rights reserved */

/* Global Margin & Padding Reset */

* {
	margin: 0;
	padding: 0;
}

/* Formatting Styles */

img {
	border: 0px;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #333;
}

br.clear {
	clear: both;
	height: 0.01em;
}

.bold {
	font-weight: bold;	
}

.italic {
	font-style: italic;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.float_left {
	float: left;
	width: 450px;
}

.float_right {
	float: right;
	width: 200px;
	height: auto;
	padding-top: 5px;
	text-align: right;
	margin-right: 20px;
}

.float_right_pers {
	float: right;
	width: 200px;
	height: auto;
	text-align: center;
	padding-top: 5px;
}

.img_border {
	border: 1px solid #ccc;
	padding: 5px;
}

#telephone_contact {
	float: right;
	width: 265px;
	height: 45px;
	margin-top: 15px;
	text-align: right;
	background: #fff url(../image/layout/bg_telephone.gif) top left no-repeat;
}

/* Main Navigation Styles */

ul#main_navigation {
    height: 1.8em;
    list-style: none;
}

#main_navigation li {
    float: left;
    margin: 7.5px 5px 0 5px;
	text-transform: uppercase;
	padding: 0 5px;
	display: inline;
}

/* Required for Opera 9 */ 

#main_navigation li.home {
	width: 38px;
}

#main_navigation li.about {
	width: 85px;
}

#main_navigation li.our-services {
	width: 95px;
}

#main_navigation li.success-stories {
	width: 115px;
}

#main_navigation li.careers {
	width: 65px;
}

#main_navigation li.contact-us {
	width: 85px;
}

#main_navigation li ul {
	position: absolute;
	top: 115px;
	width: 180px;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 2px solid #003c77;
	z-index: 99;
	display: none;	
}

#main_navigation li ul li {
	float: none;
	clear: left;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	list-style: none;
	white-space: nowrap;
	display: block;
}

#main_navigation a { 
    color: #fff;
    display: block;
    float: left;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    height: 1.8em;
    padding-left: 0;
    text-decoration: none;
}

#main_navigation a:hover {
	color: #003c77;
}

#main_navigation li ul li a {
	padding: 4px;
	color: #003c77;
	width: 172px;
	height: auto;
	border-bottom: 1px solid #003c77;
}

#main_navigation li ul li a:hover {
	color: #fff;
	background: #a1b0cd;
}

/* Content Styles */

#breadcrumbs {
	position: relative;
	width: 100%;
	height: 15px;
	margin: 10px 0;
	font-size: 1.1em;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
}

#container_content {
	background: #fff url(../image/layout/bg_container_content.gif) top left no-repeat;
}

#content_wide {
	float: left;
	width: 100%;
	height: auto;
}

#contact_top {
	width: 200px;
	height: 10px;
	padding: 123px 0 0 0;
	background: #fff url(../image/layout/bg_contact_top.gif) bottom left no-repeat;
}

#contact_content {
	width: auto;
	padding: 0 10px;
	background: #fff url(../image/layout/bg_contact_content.gif) top left repeat-y;
}

#contact_bottom {
	width: 200px;
	height: 10px;
	margin: 0;
	padding: 0 0 20px 0;
	background: #fff url(../image/layout/bg_contact_bottom.gif) top left no-repeat;
}

div.file_container {
	font-size: 1.1em;
	padding: 2.5px 0 10px 30px;
	background: #fff url(../image/layout/bullet_dl.gif) top left no-repeat;
}

/* Footer Styles */

#info {
	position: relative;
	margin: 0 auto;
	width: 740px;
	height: 40px;
	font-size: 1.1em;
}

#validators {
	float: left;
	width: 300px;
	height: auto;
}

#credits {
	float: right;
	width: 300px;
	height: auto;
	text-align: right;
}

/* Text Styles */

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 5px 0 15px 0;
	display: block;
}

#container_content p {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-bottom: 10px;
}

#content_left p, #content_wide p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.top {
	background: url(../image/layout/bullet_arrow_up.gif) 0% 50% no-repeat;
	padding: 20px 0px 20px 25px;
}

p.important {
	background: url(../image/layout/bullet_important.gif) 0% 50% no-repeat;
	padding: 2px 0px 2px 35px;
	font-weight: bold;
}

address {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.75em;
	margin: 0;
	padding: 0 0 10px 0;
}

.contact_telephone {
	padding: 0 0 2px 22px;
	background: url(../image/layout/bullet_telephone.gif) top left no-repeat;
}

.contact_fax {
	padding: 2px 0 2px 22px;
	background: url(../image/layout/bullet_fax.gif) top left no-repeat;
}

/* Form Element Styles */

fieldset {
	border: 0;
	margin-bottom: 10px;
}

#contactForm legend, #quotationForm legend {
	padding: 0;
}

#contactForm legend span, #quotationForm legend span {
	position: absolute;
	margin: 5px 0 0 10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #003c77;
}

#contactForm fieldset, #quotationForm fieldset {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 -6px 0;
	padding: 0 0 15px 0;
	border: 1px solid #ccc;
	background: #fff url(../image/layout/bg_contact_form.jpg) bottom left repeat-x;
}

#quotationForm fieldset.nested {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 -6px 0;
	padding: 0 0 15px 0;
	border: none;
	background: none;
}

#contactForm .input_left, #contactForm .select_narrow, #contactForm .select_wide, #quotationForm .input_left, #quotationForm .select_narrow, #quotationForm .select_wide {
	background-color: #fff;
}

#container_content label, #container_content label.indent {
	font-weight: bold;
	float: left;
	width: 140px;
	vertical-align: middle;
	font-size: 1.1em;
	margin-left: 0px;
	padding-top: 8px;
}

#loginuser label {
	padding-top: 16px;
}

#contactForm fieldset ol, #quotationForm fieldset ol {
	padding: 0 10px;
	margin-top: 30px;
	list-style: none;
}

fieldset.nested ol {
	padding: 0 !important;
	margin-top: 0 !important;
}

#contactForm fieldset li, #quotationForm fieldset li  {
	float: left;
	clear: left;
	width: 100%;
}

#contactForm label, #quotationForm label {
	float: left;
	width: 140px;
	margin-right: 1em;
}

#quotationForm label {
	width: 170px;
}

#contactForm fieldset.submit, #quotationForm fieldset.submit {
	float: none;
	width: auto;
	border: none;
	background: none;
}

#container_content label.indent {
	margin-left: 37px;
}

.radio_float {
	float: left;
	margin: 5px 5px 0 0;
}

.label_radio {
	float: left;
	width: 35px !important;
	margin: -2px 15px 0 0 !important;
}

#container_content legend {
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0 0 -2px;
	color: #003c77;
}

.input_left, .input_left_cp {
	float: left;
	margin: 5px 0px;
	width: 220px;
	height: auto;
	text-align: left;
	border: 1px solid #999;
}

.input_left_checkbox {
	margin-top: 10px;
	float: left;
}

#loginuser .input_left_checkbox {
	margin-top: 15px;
}

.input_check {
	float: left;
	margin: 5px 8px 5px 0;
	text-align: left;
}

.input_left {
	background: #ebebeb;
}

.input_left_cp {
	background: #fff;
}

.select_narrow {
	float: left;
	margin: 5px 0px;
	width: auto;
	text-align: left;
	background: #ebebeb;
	border: 1px solid #999;
}

.select_wide, .select_wide_cp {
	float: left;
	margin: 5px 0px;
	width: 222px;
	text-align: left;
	border: 1px solid #999;
}

.select_wide {
	background: #ebebeb;
}

.select_wide_cp {
	background: #fff;
}

.required {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 5px;
}

.warning {
	color: #ff0000;
}

.main_submit, .main_submit_pad {
	margin-top: 10px;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	height: 27px;
	background: #fff url(../image/layout/bg_submit_silver.gif) top left repeat-x;
	color: #222;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

#contactForm .main_submit, #quotationForm .main_submit {
	margin-top: 20px;
	margin-left: 10px;
}

/* Control Bar Styles */

#control_bar {
	position: relative;
	width: 100%;
	height: 25px;
	margin: 0;
	background: #222 url(../image/layout/bg_controlbar.gif) bottom left repeat-x;
	z-index: 1;
	text-align: left;
	font-size: 1.1em;
	color: #eee;
}

/* Link Styles */

#control_bar a:link, #control_bar a:visited {
	color: #eee;
	text-decoration: none;
	font-weight: bold;
}

#control_bar a:hover {
	color: #a1b0cd;
	text-decoration: none;
	font-weight: bold;
}

#container_content a:link, #container_content a:visited {
	color: #0092d6;
	text-decoration: none;
	font-weight: bold;
}

#container_content a:hover {
	color: #0092d6;
	text-decoration: underline;
	font-weight: bold;
}

#credits a:link, #credits a:visited {
	color: #222;
	font-weight: bold;
	text-decoration: none;
}

#credits a:hover {
	color: #222;
	font-weight: bold;
	text-decoration: underline;
}

#validators a:link, #validators a:visited {
	color: #222;
	text-decoration: none;
}

#validators a:hover {
	color: #222;
	text-decoration: underline;
}

/* List Styles */

#control_bar ul {
	margin: 0 0 0 10px;
}

#control_bar li {
	float: left;
	display: inline;
	padding: 5px 20px 5px 0px;
}

#control_bar li+li {
	background: url(../image/layout/bullet_controlbar.gif) 0% 50% no-repeat;
	padding-left: 20px;
}

#breadcrumbs ul {
	margin: 0;
}

#breadcrumbs li {
	float: left;
	display: inline;
	list-style: none;
	padding: 0 5px 0 0;
}

#breadcrumbs li+li, #breadcrumbs li+li+li {
	background: url(../image/layout/bullet_breadcrumbs.gif) 0% 50% no-repeat;
	padding: 0 5px 0 15px;
	clear: right;
}

#content_left ul {
	font-size: 1.1em;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content_left ul li {
	margin: 10px 0 0 0;
	list-style-type: none;
	font-weight: bold;
	background: url(../image/layout/bullet_lt.gif) top left no-repeat;
	padding: 0 0 0 16px;
	color: #555;
}

ul#sitemap {
	font-size: 1.1em;
	margin: 0 0 20px 0;
}

ul#sitemap li {
	margin: 10px 0 0 0;
	background: url(../image/layout/bullet_sitemap.gif) top left no-repeat;
	padding: 2.5px 0px 5px 30px;
	font-weight: bold;
	font-size: 1em;
}

ul#sitemap li ul li {
	font-size: 0.9em;
}

#group {
	width: 450px;		
	height: 75px;
	margin: 0 !important;
	padding: 0 !important;
	float: right;
}

#group li span { 
	display: none;
}

#group li {
	float: left;
	list-style: none;
	background-image: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#group li, #group a { 
	height: 75px;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

#group_01 {
	margin-top: 0px; 
	width: 115px;
}

#group_02 {
	margin-top: 0px; 
	width: 115px;
}

#group_03 {
	margin-top: 0px; 
	width: 105px;
}

#group_04 {
	margin-top: 0px; 
	width: 115px;
}

ul.services {
	margin: 35px 0 10px 0;
}

ul.services li {
	width: 200px;
	height: 30px;
	list-style: none;
	margin: 0 0 5px 0;
	font-size: 1.2em;
}

ul.services li a {
	padding: 8px 0 8px 26px;
}

ul.services li a:link, ul.services li a:visited {
	display: block;
	background: #fff url(../image/layout/bg_services_li.gif) top left no-repeat;
	color: #222 !important;
}

ul.services li a:hover {
	display: block;
	background: #fff url(../image/layout/bg_services_li_hover.gif) top left no-repeat;
	color: #fff !important;
	text-decoration: none !important;
}

#validators ul {
	list-style: none;
}

#validators li {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	background: url(../image/layout/bullet_valid.gif) 0% 50% no-repeat;
	padding: 3px 0 0 20px;
}

/* Message Styles */

div.message {
	margin: 20px 0;
	background: #ff0000 url(../image/layout/bullet_warning.gif) 1.5% 50% no-repeat;
	border: 2px solid #a90101;
	padding: 0px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}

div.message p {
	padding-left: 50px;
	padding-top: 10px;
}

/* Side Image Styles */

.image_container {
	width: 200px;
	background-color: #ffffff;
	border: 3px solid #a1b0cd;
	margin: 0 auto 10px auto;
}

.image_container img {
	padding: 6px;
	display: block;
	clear: both;
}

.image_container p {
	padding: 0;
	margin: 0 0 0 5px;
	text-align: left;
}

.image_container img.icon {
	width: 16px;
	height: 16px;
	padding: 6px 6px 0 6px;
	float: right;
}

/* Horizontal Rule Styles */

div.hr_dots {
	clear: both;
	height: 30px;
	width: 100%;
	margin: 0px;
  	background: #fff url(../image/layout/bg_divider_dots.gif) center left repeat-x;
}

div.hr_dots hr {
  	display: none;
}
