﻿
/*--------------------------
	CSS by Rod Miles	
	Optrics Engineering	
	December 2007
----------------------------*/


/*----------------------
	Imports
-----------------------*/

@import url('solution-boxes.css');



/*----------------------
	General Items
-----------------------*/
 
#wrapper {background-image: url('../images/body-bg-main.gif')}
 
#header 
	{
	height: 127px;
	overflow: visible;
	z-index: 1000;
	}
 
#content
	{
	position: relative;
	z-index: 160;
	background-position: 339px 0;
	overflow: visible;
	}

 
/*--------------------------
	Banner Area
----------------------------*/
 
#banner
	{
	z-index: 80;
	height: 183px;
	background: url('../images/header-banner-main.jpg') no-repeat 0 0;
	margin: 0 auto;
	}	
 
#bannerLeft
	{	
	height: 182px;
	width: 391px;
	background: url('../images/banner-left-bg.gif') no-repeat 0 11px;
	margin: 0 0 0 0;
	}
 
#bannerLeftMenu
	{
	position: relative;
	width: 75px;
	height: 146px;
	float: left;
	left: 30px;
	margin: 17px 0 0 0;
	}
 	
#bannerLeftContent
	{
	position: relative;
	width: 248px;
	height: 146px;
	float: right;
	margin: 17px 0 0 0;
	right: 36px;
	background: url('../images/banner-left-img01.jpg') no-repeat 0 0;
	}

#bannerLeftMenu a
	{
	display:block;
	height: 45px;
	width: 75px;
	margin-bottom: 5px;
	background: url('../images/banner-left-btn01.gif') no-repeat 0 0;
	}

#bannerLeftMenu a#btn01 {}
#bannerLeftMenu a#btn02 { background-image: url('../images/banner-left-btn02.gif') }
#bannerLeftMenu a#btn03 { background-image: url('../images/banner-left-btn03.gif') }

#buyButton
	{
	position: relative;
	float: right;
	top: 75px;
	}





/*--------------------------
	Right Panel
----------------------------*/

#mpRightPanel
	{
	position: relative;
	z-index: 159;
	right: 5px;
	float: right;
	width: 505px;
	height: auto;
	padding-bottom: 10px;
	line-height: 1.4em;
	overflow: visible;
	}

.btnBox
	{
	line-height: 1.1em;
	float: left;
	width: 125px;
	height: 120px;
	text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
	}

.btnBox img {display:block;margin: 3px 0}

.btnBox a {color: #903; text-decoration:none;}
.btnBox a:hover {color: #666}
.btnBox a:active {color: #06c}

#mpRightPanel h2 {clear: both; margin: 0 0 10px 0; padding-top: 10px;}

#mpRightPanel .intro
	{
	line-height: 1.5em;
	margin:0;
	padding:0;
	}

#linkProd
	{
	display: block;
	font: bold 1.2em/1.5em tahoma,verdana,sans-serif;
	padding-left: 20px;
	background: url('../images/mainlink-arrow.gif') no-repeat 0 3px;
	margin: 10px 0 10px 12px;
	}


.midDropDown {float: left;}


/*--------------------------
	Left Panel
----------------------------*/

#mpLeftPanel
	{
	position: relative;
	z-index: 100;
	float: left;
	width: 320px;
	margin: 9px 0 14px 0;
	line-height: 1.6em;
	font-size: 1em;
	}

#mpLeftPanel .btnBox
	{
	width: 160px;
	text-align: left;
	color: #369;
	}

#mpLeftPanel .btnBox .heading 
	{ 
	padding-left: 12px; 
	font-size: 1.1em;
	}

#mpLeftPanel h2
	{
	clear: both;
	font-size: 1.3em;
	padding: 13px 0 0 0;
	margin: 0 0 8px 0;
	}

#mpLeftPanel ul#newsItems 
	{
	margin: 0 0 0 0;
	padding: 0;
	}

#mpLeftPanel ul#newsItems li 
	{
	list-style-type: none;
	background: url('../images/icon-news.gif') no-repeat 5px 1px !important;
	margin: 0 0 0 7px;
	padding: 3px 0 7px 32px;
	overflow: auto;
	display: block;
	}

* html #mpLeftPanel ul#newsItems li 
	{
	height: 1%;
	}

#mpLeftPanel ul#newsItems .date
	{
	font-size: 0.9em;
	color: #777;
	}
	
#mpLeftPanel h2, #mpLeftPanel table { margin-left: 10px; }

#mpLeftPanel p { margin: 7px 0 0 10px; }

#mpLeftPanel #rssLink
	{
	float: right;
	margin: -20px 0 0 1em;
	}


