@charset "iso-8859-1";
/* Air Ex CSS Document */

html, body {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 100%;
	height: 100%;
}

img {
	border: 0px;
}

#body-container {
	width: 900px;
	height: 560px;
	margin: 30px auto;
	background-color: #0e4c84;
	position: relative;
	overflow: hidden;
}



/**
* == Header
*/

#header {
	clear: both;
	width: 900px;
	height: 190px;
	overflow: hidden;
}



/**
* == Main Menu
*/

#main-menu {
	/*clear: both;*/
	position: absolute;
	top: 160px;
	left: 0;
	width: 900px;
	height: 30px;
	background: transparent url('../images/main-menu/menu-bg.png') no-repeat top left;
	color: #ffffff;
	overflow: hidden;
}
* html #main-menu {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/images/main-menu/menu-bg.png", sizingMethod="crop");
}

#main-menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#main-menu ul li {
	float: left;
	height: 30px;
	display: inline;
	padding: 0px;
	margin: 0px 0px 0px 30px;
	overflow: hidden;
	text-indent: -9000px;
}

#main-menu ul li a {
	display: block;
	height: 0px;
	padding-top: 30px;
	overflow: hidden;
}

#main-menu ul li.introduction {
	width: 74px;
	background: transparent url('../images/main-menu/introduction.gif') no-repeat top left;
}
#main-menu ul li.introduction a:hover {
	background: transparent url('../images/main-menu/introduction.gif') no-repeat top left;
	background-position: 0px -30px;
}

#main-menu ul li.products {
	width: 55px;
	background: transparent url('../images/main-menu/products.gif') no-repeat top left;
}

#main-menu ul li.products a:hover {
	background: transparent url('../images/main-menu/products.gif') no-repeat top left;
	background-position: 0px -30px;
}

#main-menu ul li.services {
	width: 53px;
	background: transparent url('../images/main-menu/services.gif') no-repeat top left;
}

#main-menu ul li.services a:hover {
	background: transparent url('../images/main-menu/services.gif') no-repeat top left;
	background-position: 0px -30px;
}

#main-menu ul li.showroom {
	width: 68px;
	background: transparent url('../images/main-menu/showroom.gif') no-repeat top left;
}

#main-menu ul li.showroom a:hover {
	background: transparent url('../images/main-menu/showroom.gif') no-repeat top left;
	background-position: 0px -30px;
}



/**
* == Content Body
*/ 

#main-content {
	clear: both;
	width: 900px;
	height: 340px;
	position: relative;
	color: #ffffff;
	font-size: 0.8em;
	background: transparent url('../images/backgrounds/main-bg.jpg') no-repeat top left;
}

#main-content .container {
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 2;
	width: 860px;
	/*height: 360px;*/
	height: 300px;
	overflow: auto;
	overflow-x: none;
	overflow-y: auto;
}

#main-content .container h1, .right h1 {
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	font-weight: bold;
}

#main-content .container h2 {
	padding: 0px;
	margin: 15px 0px 0px 0px;
	font-size: 1em;
	font-weight: bold;
}

#main-content .container h3 {
	padding: 0px;
	margin: 15px 0px 0px 0px;
	font-size: 1em;
	font-weight: bold;
}

#main-content .container p {
	padding: 0px;
	margin: 15px 0px 0px 0px;
}

.stamp {
	position: absolute;
	bottom: -75px;
	right: -20px;
	width: 250px;
	height: 250px;
	background: transparent url('../images/footer/stamp.png') no-repeat top left;
	text-indent: -9000px;
	overflow: hidden;
}
* html .stamp {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/images/footer/stamp.png", sizingMethod="crop");
}

.stamp-behind {
	z-index: 1;
}

.stamp-infront {
	z-index: 3;
}



/**
* == Custom Styles
*/

#main-content .introduction {
	width: 460px;
}

#main-content .introduction-photo {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 2;
	width: 280px;
	overflow: hidden;
}

#main-content .products {
	width: 840px;
}

#main-content .products p {
	width: 575px;
}

#main-content .product-photos {
	float: left;
	margin: 10px 30px 0px 0px;
}
/** html #main-content .product-photos { margin-top: 0px }
*+html #main-content .product-photos { margin-top: 0px }*/

#main-content .product-photos .title {
	clear: both;
	font-weight: bold;
	font-size: 0.8em;
	margin: 10px 0px 0px 0px;
}

#main-content .product-photos .photo {
	clear: both;
	margin: 10px 0px 0px 0px;
}

.subject_to {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 260px;
	text-align: right;
	margin: 0px 20px 10px 0px;
	padding: 0px;
	font-size: 0.8em;
}

#main-content .left {
	position: absolute;
	z-index: 2;
	width: 500px;
	overflow: hidden;
}

#main-content .right {
	position: absolute;
	right: 30px;
	z-index: 2;
	width: 280px;
	overflow: hidden;
}

#main-content .right p{
	margin-bottom: 20px;
}

/**
* == Footer
*/

#footer {
	position: absolute;
	bottom: -30px;
	left: 0px;
	width: 900px;
	height: 30px;
	color: #ffffff;
	font-size: 1em;
	/*background: transparent url('/assets/images/footer/footer-bg.jpg') no-repeat top left;*/
}

#footer ul {
	position: absolute;
	top: 2px;
	left: 0;
	
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#footer ul li {
	float: left;
	display: inline;
	padding: 0px;
	margin: 5px 30px;	
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #f15a25;
}

