/*
Site: Innoviq
Date: 2009.06.17

[Table Of Contents] 

	0- Reset
	1- General Layout
	2- Text and Headings
	3- Links
	4- Header 
	5- Navigation 
	6- Content
	7- Product Catalogue 
	8- Footer 
	9- Forms
	10- Extras

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');



/* =1 General Layout
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
html {
	height: 100%;
	width:100%;
}
body {
	text-align:center; 
	margin:0 auto;
	padding: 0; 
	width:100%;
	height: 100%;
	background: url(../images/layout/bg.gif) #3f5e6b left bottom repeat-x fixed;
}
div.wrapper {
	width: 978px;
	margin: 0 auto;
	text-align: left; /* for IE */
}
.logo-shadow-home {
	background:url(../images/layout/shadow-logo.png) left center no-repeat;
}
div.page {
	background:url(../images/layout/page-frame-bg.png) top center repeat-y;
	padding:0 4px;
}
div.content {
	padding: 10px 20px 20px;
	height: 400px;
	min-height: 400px;
	height: auto !important;
	background:#fff;
}


/* =2 Text and Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body, td, th {
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #555;
}
.medtext {
	font-size: 10px;
}
.smalltext {
	font-size: 9px;
}
.lightblue {
	color:#0096d6;
}
.blue {
	color:#082a56;
}
.lightgrey {
	color:#999;
}
.grey {
	color:#666;
}
.black {
	color:#000;
}


h1, .heading1 {
	font-size: 28px;
	font-weight: normal;
}
h2, .heading2 {
	font-size: 20px;
	font-weight: normal;
}
h3, .heading3 {
	font-size: 16px;
	font-weight: normal;
}
h4, .heading4 {
	font-size: 14px;
	font-weight: normal;
}
h5, .heading5 {
	font-size: 12px;
	font-weight: normal;
}


/* =3 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a {
	color:#082a56; 
	text-decoration:underline;
	outline:none
}
a:hover {
	color:#0096d6; 
	text-decoration:underline;
}


/* =4 Header 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.header {
	padding:20px 15px ;
	background: url(../images/layout/header-bg.gif) #fff top right no-repeat;
}


/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
div.nav-bar {
 margin-left: 4px;
 }	
div.nav {
	background:url(../images/layout/bg-nav.png) 0 0 no-repeat;
	padding: 14px 10px 0;
	height: 48px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
}
.nav a {
	color:#fff;
	text-decoration:none;
	padding:10px 11px ;
}	
.nav a:hover, #current {
	color:#082a56;
	text-decoration:none;
}	
span.nav-spacer {
	padding:0 2px;
	background:url(../images/layout/nav-spacer.png) 50% 50% no-repeat;
}
/* =6 Content
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* Home Page*/
div.home-flash {
	width:978;
	background:url(../images/layout/shadow-home-flash.png) 0 0 no-repeat;
	margin:0 auto 5px;
}
/* left column box */
.left-box-top {
	background:url(../images/layout/sub-menu-top-bg.gif) #ddeef3 top right no-repeat;
	height:15px;
}
.left-box-bottom {
	background:url(../images/layout/sub-menu-bot-bg.gif) #ddeef3 bottom right no-repeat;
	height:17px;
}
div.left-box {
	border-right:1px solid #cdcece;
	background:#ddeef3;
	padding:0 15px;
}
/* SUB MENU*/
div.sub-nav {
	border-right:1px solid #cdcece;
	background:#ddeef3;
	padding:0 11px 0 12px;
}
div.sub-nav-1 {
	font-size:12px;
	padding:8px 0 8px 3px;
	border-bottom:1px dashed #8da0ab;
}
div.sub-nav-1 a {
	color:#333;
	text-decoration:none;
	display:block;
}
div.sub-nav-1 a:hover {
	color:#0096d6;
	text-decoration:none;
}
div.sub-nav-1 #current {
	color:#0096d6;
	font-weight:bold;
	text-decoration:none;
}

div.sub-nav-2 a {
	font-size:10px;
	color:#666;
	text-decoration:none;
	margin-left:5px;
	padding:8px 1px 8px 5px;
	border-bottom:1px dashed #ccc;
	display:block;
}
div.sub-nav-2 a:hover {
	color:#000;
	text-decoration:none;
}
div.sub-nav-2 #current {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
	

/* =8 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
table.footer {
	margin-bottom:20px;
	padding:0 20px;
}
table.footer td {
	font-size:11px;
	color:#fff;
}
table.footer td a  {
	color:#fff;
	text-decoration:none;
}
table.footer td a:hover  {
	color:#0096d6;
	text-decoration:underline;
}


/* =9 Forms
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
select, input, textarea, .formtext {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: solid 1px #7297a9;
	padding:3px 2px;
}
.buttontext {
	background-color: #ececec;
	border: 1px solid #666666;
	color: #333333;
	cursor:pointer;
}


/* =10 Extras
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
hr {
	color: #F5EEEB;
}
br { 
	line-height:80%;
}
.alertbox {
	border: 1px dotted #999999;
	padding:5px;
	background-color: #e5e5e5;
	color: #000000;
}
.textbox {
	border: 1px solid #344e6d;
	padding:10px;
	background-color: #fff;
	color: #333;
}

ul {
	background:#f1f6f7;
	border:1px solid #ddeef3;
	margin:15px 0;
	padding: 10px 10px 10px 40px;
	list-style-image:url(../images/layout/bullet.png);
	font-weight:normal;
}
ul ul {
	background: 0 none;
	border: 0 none;
	list-style-image:none;
	list-style:square;
	margin:0;
	padding: 5px 0 0 20px;
}
li {
	margin-bottom:8px;
}

ol {
	background:#f1f6f7;
	border:1px solid #ddeef3;
	margin:15px 0;
	padding: 10px 10px 10px 35px;
	font-weight:normal;
	list-style:decimal;
}

.photo {
	border: 1px #fff solid;
	padding:2px;
}
