/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #CED3D6;
	}
	
/*Typography*/
h1 {
	margin: 0 20px 0 0;
	color: #6C6B7B;
	font-size: 24px;
	text-align: right;
	}
h2 {
	margin: 10px 0;
	color: #6C6B7B;
	font-size: 20px;
	}
h3 {
	margin: 10px 0;
	color: #6C6B7B;
	font-size: 18px;
	}	
h4 {
	margin: 10px 0;
	color: #6C6B7B;
	font-size: 16px;
	}
#content ul,
#content ol {
	margin: 10px 0 10px 20px;
	}
#content p,
#content li {
	margin: 10px 0;
	line-height: 1.4;
	color: #B43932;
	}
#content a {
	text-decoration: none;
	color: #333333;
	border-bottom: #D81207 1px dotted;
	}
#content a:hover {
	color: #D81207;
	}
fieldset {
	width: 90%;
	margin: 15px;
	padding: 15px;
	text-align: left;
	}
legend {
	font-weight: bold;
	color: #000000;
	}
#quoteForm th {
	text-align: left;
	font-weight: normal;
	}
	
/*Header*/
#header {
	height: 77px;
	background: url(../images/header_slice.gif) repeat-x;
	}
	
/*Navigation*/
#navigation {
	height: 93px;
	background: url(../images/navigation_slice.gif) repeat-x;
	}
#navigation ul {
	list-style: none;
	}
#navigation ul li {
	float: left;
	}
#navigation a {
	height: 93px;
	display: block;
	text-indent: -9999px;
	}
#homeLink {
	width: 47px;
	background: url(../images/nav_home.gif);
	}
#productsLink {
	width: 138px;
	background: url(../images/nav_products.gif);
	}
#focusMarketsLink {
	width: 81px;
	background: url(../images/nav_focus_markets.gif);
	}
#novaRangeLink {
	width: 72px;
	background: url(../images/nav_nova_range.gif);
	}
#whatsNewLink {
	width: 80px;
	background: url(../images/nav_whats_new.gif);
	}
#caseStudiesLink {
	width: 75px;
	background: url(../images/nav_case_studies.gif);
	}
#testimonialsLink {
	width: 72px;
	background: url(../images/nav_testimonials.gif);
	}
#contactUsLink {
	width: 65px;
	background: url(../images/nav_contact_us.gif);
	}
#partnersLink {
	width: 54px;
	background: url(../images/nav_partners.gif);
	}
	
/*Main*/
#main {
	position: relative;
	width: 100%;
	}
	
/*Sidebar*/
#sidebar {
	background: #E5EAEE url(../images/left_table_cell_bg_slice.jpg) repeat-x;
	}
#heading{
	width: 230px;
	text-align: right;
	}
	
/*Content*/
#content {
	padding: 10px;
	background: #E5EAEE;
	}

/*Footer*/
#footer {
	background: #E5EAEE url(../images/footer_slice.jpg) bottom repeat-x;
	color: #FEFFFF;
	text-align: right;
	}
#footer2 {
	height: 24px;
	padding: 43px 180px 0 0;
	background: url(../images/footer_right.jpg) right bottom no-repeat;
	}
#footer ul {
	list-style: none;
	}
#footer ul li {
	display: inline;
	border-right: #FEFFFF 1px solid;
	}
#footer ul li.lastLink {
	border-right: none;
	}
#footer a {
	margin: 0 5px 0 0;
	color: #FEFFFF;
	text-decoration: none;
	font-size: 10px;
	}
#footer a:hover {
	text-decoration: underline;
	}
	
/*Credits*/
#credits {
	height: 21px;
	background: url(../images/credits_bg_slice.jpg) repeat-x;
	text-align: right;
	}
#credits p {
	margin-right: 200px;
	color: #60626E;
	font-size: 11px;
}
#credits a {
	color: #60626E;
	text-decoration: none;
	}
#credits a:hover  {
	text-decoration: underline;
	}
	
/*Other*/
.hidden {
	display: none;
	}