/* DEFAULTS & GLOBALS */

html { /* forces scrollbars */
	height: 100%;
	margin-bottom: 1px;
	}

* { /* global settings for every element on the site */
	margin: 0;
	padding: 0;
	}

body {
	font: 10pt/1.4em Arial, Tahoma, Verdana, sans-serif;
	background: white url("images/background_page.gif") repeat-x;
	text-align: center;
	}

a { color: #000d6e; }
a:hover { color: #6e0000; }
a:active { color: red; }

.notext {
	text-align: left;
	text-indent: -5000px;
	overflow: hidden;
	}
.nodisplay {
	display: none;
	}

/* EVERY PAGE: */

div#container {
	position: relative;
	margin: 0 auto;
	padding: 78px 0 0 0;
	width: 890px;
	background: url("images/header.jpg") top center no-repeat;
	text-align: left;
	}

/* PRE MENU*/

ul#premenu {
	position: absolute;
	right: 0;
	top: 20px;
	overflow: hidden;
	}
ul#premenu li {
	display: inline;
	}
ul#premenu li a {
	float: left;
	margin: 0 0 0 10px;
	height: 23px;
	text-indent: -5000px;
	overflow: hidden;
	}
ul#premenu li a.client {
	width: 76px;
	background: url("images/premenu_client.gif") top left no-repeat;
	}
ul#premenu li a.quote {
	width: 75px;
	background: url("images/premenu_quote.gif") top left no-repeat;
	}
ul#premenu li a.support {
	width: 75px;
	background: url("images/premenu_support.jpg") top left no-repeat;
	}
ul#premenu li a.contact {
	width: 58px;
	background: url("images/premenu_contact.gif") top left no-repeat;
	}
ul#premenu li a:hover { background-position: 0 -23px; }
ul#premenu li a:active { background-position: 0 -46px; }

/* MAIN MENU */

ul#mainmenu {
	position: absolute;
	top: 50px;
	right: 0;
	overflow: hidden;
	}
ul#mainmenu li {
	display: inline;
	}
ul#mainmenu li a {
	float: left;
	width: 91px;
	height: 28px;
	text-indent: -5000px;
	overflow: hidden;
	}
ul#mainmenu li a.home {
	background: url("images/mainmenu_home.gif") top left no-repeat;
	}
ul#mainmenu li a.company {
	background: url("images/mainmenu_company.gif") top left no-repeat;
	}
ul#mainmenu li a.services {
	background: url("images/mainmenu_services.gif") top left no-repeat;
	}
ul#mainmenu li a.products {
	background: url("images/mainmenu_products.gif") top left no-repeat;
	}
ul#mainmenu li a.partners {
	background: url("images/mainmenu_partners.gif") top left no-repeat;
	}
ul#mainmenu li a.portfolio {
	background: url("images/mainmenu_portfolio.gif") top left no-repeat;
	}
ul#mainmenu li a:hover { background-position: 0 -28px; }
ul#mainmenu li a:active { background-position: 0 -56px; }

/* SUB MENUS */

ul.submenu {
	display: none;
	position: absolute;
	top: 78px;
	left: 0;
	width: 890px;
	border-bottom: 1px solid white;
	list-style: none;
	overflow: hidden;
	z-index: 2;
	}
ul.submenu li {
	display: inline;
	overflow: auto;
	}
ul.submenu li a {
	float: right;
	margin: 6px 20px 5px 0;
	font-size: 8pt;
	color: white;
	}
ul.submenu li a:hover { color: red; }
ul.submenu li a:active { color: #6e0000; }

ul#submenu_services { background: #171d4c url("images/submenu_services.gif") top left no-repeat; }
ul#submenu_products { background: #171d4c url("images/submenu_products.gif") top left no-repeat; }
ul#submenu_company { background: #171d4c url("images/submenu_company.gif") top left no-repeat; }

/* CONTENT AREA */

body#index div#content {
	height: 500px;
	background: url("images/splash1.jpg") no-repeat;
	}
div#content {
	position: relative;
	display: block;
	width: 100%;
	border-top: 1px solid white;
	overflow: hidden;
	}

/* INDEX */

p#preamble {
	position: absolute;
	top: 261px;
	left: 195px;
	width: 400px;
	height: 50px;
	background: url("images/splash_preamble.gif");
	}

ul#splash_solutions {
	position: absolute;
	top: 50px;
	right: 2px;
	list-style: none;
	}
ul#splash_solutions li a {
	display: block;
	margin: 8px 0 0 0;
	width: 267px;
	text-indent: -5000px;
	overflow: hidden;
	}
ul#splash_solutions li a.solution1 { height: 36px; background: url("images/splash_solution1.gif") no-repeat; }
ul#splash_solutions li a.solution2 { height: 33px; background: url("images/splash_solution2.gif") no-repeat; }
ul#splash_solutions li a.solution3 { height: 33px; background: url("images/splash_solution3.gif") no-repeat; }
ul#splash_solutions li a.solution4 { height: 33px; background: url("images/splash_solution4.gif") no-repeat; }
ul#splash_solutions li a.solution5 { height: 33px; background: url("images/splash_solution5.gif") no-repeat; }
ul#splash_solutions li a.solution6 { height: 33px; background: url("images/splash_solution6.gif") no-repeat; }
ul#splash_solutions li a:hover { background-position: bottom; }

ul#splash_news {
	position: absolute;
	top: 366px;
	left: 302px;
	width: 350px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	float: none;
	text-indent: 0px;
	white-space: normal;
	}
	
ul#splash_design {
	position: absolute;
	top: 366px;
	left: 400px;
	width: 570px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	float: none;
	text-indent: 0px;
	white-space: normal;
	}
	
	
ul#splash_news li {
	margin: 0 0 5px 0;
	}
ul#splash_news li span {
	margin: 0 5px 0 0;
	font-weight: bold;
	}

/* CONTENT PAGES */

ul#leftpanel {
	float: left;
	margin: 15px 15px 0 0;
	width: 200px;
	overflow: hidden;
	list-style: none;
	}
ul#leftpanel li {
	display: block;
	padding: 3px 0 0 0;
	font-size: 9pt;
	font-weight: bold;
	}
ul#leftpanel li.header {
	margin: 0 0 0 0;
	border-bottom: 1px solid #d8d8d8;
	font-size: 11pt;
	font-weight: bold;
	}
ul#leftpanel li.active {
	font-weight: bold;
	color: black;
	}
ul#leftpanel li.sub {
	padding: 0 0 0 10px;
	}
ul#leftpanel li a {
	color: #8a8a8a;
	}
ul#leftpanel li a:hover {
	color: #700202;
	}

h2.header_disaster {
	display: block;
	width: 100%;
	height: 100px;
	background: url("images/header_disaster.jpg");
	}

div#main {
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
	width: 455px;
	}
div#main h2 {
	margin: 0 0 .5em 0;
	}
div#main p {
	margin: 0 0 1em 0;
	line-height: 1.3em;
	}

div#contact {
	float: right;
	margin: 20px 0;
	width: 202px;
	height: 76px;
	background: url("images/contact.jpg");
	}
div#quote {
	position: relative;
	float: right;
	width: 202px;
	height: 286px;
	background: url("images/quote.jpg");
	}
div#quote input {
	position: absolute;
	left: 67px;
	width: 120px;
	}
div#quote input#name { top: 52px; }
div#quote input#company { top: 88px; }
div#quote input#phone { top: 123px; }
div#quote input#email { top: 159px; }
div#quote input#category { top: 195px; }
.selectall{
	position:absolute;
	top:194px;
	left:67px;
	width:130px
	}

/* FOOTER */

div#seo_footer {
	margin: 10px 0;
	padding: 3px;
	background: #000a6c;
	text-align: center;
	font-size: 8pt;
	color: #6c74ca;
	}
div#seo_footer a {
	color: #5160f2;
	}

p#footer {
	display: block;
	margin: 15px 0;
	font-size: 8pt;
	text-align: center;
	color: #bfbfbf;
	}
p#footer a { color: #a6b8c6; }

/* BUTTONS */

a.button {
	float: left;
	height: 23px;
	text-align: left;
	text-indent: -5000px;
	overflow: hidden;
	}
a.button:hover { background-position: 0 -23px; }

a.submit {
	width: 63px;
	background: url("images/button_submit.gif");
	}

/* RANDOM */

ul {
	text-align: left;
	list-style-position: inside;
	list-style-type: disc;
	}

/* PORTFOLIO */

div.portfolio {
	clear: both;
	position: relative;
	display: block;
	padding: 5px 0 0 0;
	height: 210px;
	border-top: 1px solid #e5e5e5;
	line-height: 1.25em;
	}
div.portfolio img {
	float: left;
	margin: 0 15px 0 0;
	}
div.portfolio h3 {
	padding: 10px 0 0 0;
	}
div.portfolio p {
	margin: 0;
	padding: 10px 0 0 0;
	}