/* Aisat Instruments - Screen */

@import"../css/standard.css";
@import"../css/structure.css";

* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 62.5% "Tahoma";
	background: url('../images/core/tile-body.jpg') center top repeat;
}

/*-----------------------------------
 	Container Header 
-------------------------------------*/

div.container-header {
	width: 100%;
	height: 50px;
	background: url('../images/core/tile-container_header.jpg') 0 0 repeat-x;
}

/* Logo */

div.logo {
	display: none;
}

/* Header */

div.header {
	width: 840px;
	height: auto;
	margin: 0 auto;
	padding: 0 79px;
	background: url('../images/core/bg-header.jpg') 0 0 no-repeat;
}

/* Navigation */

div.navigation {
	width: 589px;
	height: 50px;
	position: relative; 
	z-index: 100;
	margin-left: 240px;
}

div.navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.navigation ul li {
	float: left;
}

div.navigation ul li a {
	float: left;
	display: block;
	height: 50px;	
	overflow: hidden;
	text-indent: -9999px;
}

div.navigation ul li a.home {
	width: 64px;
	background: url('../images/core/nav/home.jpg') 0 0 no-repeat;
}

div.navigation ul li a.our-products {
	width: 107px;
	background: url('../images/core/nav/our-products.jpg') 0 0 no-repeat;
}

div.navigation ul li a.specials {
	width: 79px;
	background: url('../images/core/nav/specials.jpg') 0 0 no-repeat;
}

div.navigation ul li a.latest-news {
	width: 98px;
	background: url('../images/core/nav/latest-news.jpg') 0 0 no-repeat;
}

div.navigation ul li a.ordering-information {
	width: 159px;
	background: url('../images/core/nav/ordering-information.jpg') 0 0 no-repeat;
}

div.navigation ul li a.contact {
	width: 82px;
	background: url('../images/core/nav/contact.jpg') 0 0 no-repeat;
}

div.navigation ul li a:hover {
	background-position: 0 -50px;
}

/*-----------------------------------
 	Container Banner 
-------------------------------------*/

div.container-banner {
	width: 100%;
	height: auto;
}

/* Banner */

div.banner {
	width: 1000px;
	height: 335px;
	margin: 0 auto;
	position: relative;
	margin-top: -50px;
}

/* Flash */

div#flash {
	width: 1000px;
	height: 335px;
	position: absolute;
	z-index: 80;
	background: url('../images/core/bg-banner.jpg') center 64px no-repeat;
}

/* Cart & Search */

div.cart-search {
	font-size: 1.2em;
	position: absolute; 
	right: 79px;
	bottom: 20px;
	z-index: 90;
}

div.cart-search p {
	float: left;
	margin-right: 10px;
	padding: 5px 30px 5px 0;
	background: url('../images/core/icon-cart.jpg') right center no-repeat;
}

div.cart-search p a {
	color: #1c93c8;
	text-decoration: underline;
}

div.cart-search fieldset {
	border: 0;
	float: left;
	padding-left: 10px;
	border-left: 1px solid #b9b9b9;
}

div.cart-search fieldset ol {
	list-style-type: none;
}

div.cart-search fieldset ol li {
	float: left;
	margin-right: 5px;
}

div.cart-search fieldset ol li input.field,
div.cart-search fieldset ol li select.field {
	border: 1px solid #b9b9b9;
	padding: 3px;
	width: 168px;
	color: #5c5c5c;
	font: normal 1em "Tahoma";
}

div.cart-search fieldset ol li a.button {
	border: 0;
	width: 67px;
	height: 22px;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/core/button-search.jpg') 0 0 no-repeat;
}

/*-----------------------------------
 	Container Content 
-------------------------------------*/

div.container-content {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	margin-bottom: 20px;
	background: url("../images/core/bg-content_bottom.jpg") center bottom no-repeat;
}

/* Content */

div.content {
	width: 840px;
	height: auto;
	margin: 0 auto;
	padding: 0 79px;
	background: url("../images/core/tile-content.jpg") center top repeat-y;
}

/* Text */ 

div.text {
	width: 840px;
	height: auto;
	padding-bottom: 18px;
	background: url('../images/core/bg-text.jpg') center bottom no-repeat;
}

div.text:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Content Left */

div.content-left {
	width: 514px;
	height: auto;
	float: left;
	padding: 18px;
	position: relative;
	background: url('../images/core/bg-contentleft.jpg') center top no-repeat;
}

/* Content Right */

div.content-right {
	width: 229px;
	height: auto;
	float: right;
	padding: 18px;
	background: url('../images/core/bg-contentright.jpg') center top no-repeat;
}

/* Latest News */

div.latest-news {
	color: #dbdada;
	font-size: 1.1em;
}

div.latest-news h2 {
	width: 205px;
	height: 27px;
	margin-bottom: 15px;
	position: relative;
	margin-right: -26px;
	z-index: 100;
	color: #FFF;
	font: normal 2em "Tahoma";
	padding: 15px 40px 15px 10px;
	background: url('../images/core/bg-headingright.jpg') 0 0 no-repeat;
}

div.latest-news ul {
	list-style-type: none;
	margin-bottom: 15px;
}

div.latest-news ul li {
	display: block;
	padding: 10px 0;
	height: 110px;
	background: url('../images/core/tile-latestnews.jpg') left bottom repeat-x;
}

div.latest-news ul li img {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 3px solid #b9babb;
}

div.latest-news ul li p {
	line-height: 1.4em;
	margin-bottom: 5px;
}

div.latest-news ul li p a {
	color: #62bde5;
	text-decoration: underline;
}

div.latest-news ul li p a:hover {
	color: #dbdada;		
}

div.latest-news ul li h3 {
	font-size: 1.1em;
	color: #FFF;
	margin-bottom: 5px;
}

div.latest-news ul li h3 a {
	color: #FFF;
	text-decoration: underline;
}

div.latest-news ul li h3 a:hover {
	color: #62bde5;	
}

/* Contact */

div.contact {
	color: #dbdada;
	font-size: 1.1em;
}

div.contact h3 {
	color: #FFF;
	font-size: 1.1em;
	margin-bottom: 15px;
}

div.contact p {
	margin-bottom: 15px;
	line-height: 1.4em;
}

div.contact a {
	color: #62bde5;
	text-decoration: underline;
}

div.contact a:hover {
	color: #dbdada;	
}


/*-----------------------------------
 	Container Partners 
-------------------------------------*/

div.container-partners {
	width: 100%;
	height: auto;
	background: #FFF;
}

/* Partners */

div.partners {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 20px 50px;
}

div.partners:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.partners ul {
	list-style-type: none;
}

div.partners ul li {
	margin-right: 5px;
	float: left;
	display: inline;
	text-align: center;
}

div.partners ul li img {
	border: 0;
}

/*-----------------------------------
 	Container Footer 
-------------------------------------*/

div.container-footer {
	width: 100%;
	height: auto;
	background: #0a315a;
}

/* Footer */

div.footer {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 20px 50px;
	font-size: 1.2em;
	color: #FFF;
}

div.footer img {
	float: right;
	border: 0;
}

div.footer p {
	line-height: 1.5em;
}

div.footer a {
	color: #4c7db4;
	text-decoration: none;
}

div.footer a:hover {
	color: #FFF;
}

div.footer p span {
	color: #4c7db4;
}







