/********************************
	Vision AGI
	Author: Phillip Cheung
	Date: 13 Aug 2009
********************************/

/******** Contents ********/
/*
	HTML Structure
	Header
	Footer
	Navigation
	Content
	Listings
	Misc

*/

/******** HTML Structure ********/

p {
	padding: 0;
	margin: 0;
}

body {
	padding:0px;
	margin:0px auto;
	background-color:#4F4F4F;
	/*background-image:url(../images/layout/vdp_background.gif);
	background-repeat:repeat-x;*/
	width:990px;
	height:100%;
	text-align:center;
}



/******** Header ********/

#header {
	width:990px;
	height:100px;
	padding:0px;
	margin:0px;
	background-image:url('/files/images/layout/topgrad_bg.png');
	background-repeat:no-repeat;
}

#headerLogo {
	width:133px;
	height:59px;
	float:left;
	margin:15px 0px 0px 10px;
}

#headerText {
	float:right;
	text-align:right;
	margin:35px 15px 0px 0px;
	font:14px/17px Arial;
}


/******** Footer ********/

#footer {
	clear:both;
	width:990px;
	height:36px;
	text-align:center;
	background-color:#FFFFFF;
	background-image:url('/files/images/layout/greenbar.png');
	background-repeat:no-repeat;
	padding-top:10px;
}

#footerLeft,
#footerRight {
	width:330px;
	height:32px;
	float:left;
	font: 11px/13px Tahoma;
	margin: 0px;
	color: #ACACAC;
}

#footerMiddle {
	width:330px;
	height:32px;
	float:left;
	font: 11px/13px Tahoma;
	margin: 0px;
	color: #8DE02B;
}

#footerMiddle a, a:visited{
	text-decoration:none;
	color:#00F;
}

#footerMiddle a:hover{
	text-decoration:underline;	
}

/******** Navigation ********/

#navBar {
	width:990px;
	height:33px;
	background-image:url('/files/images/layout/greenbar.png');
	background-repeat:no-repeat;
	background-color:#3D3D3D;
	/*background-color:#5A4E3C;*/
	font: bold 15px/31px Tahoma;
	margin: 0px;
	padding:5px 0px 0px 0px;
	text-align: center;
	clear:both;
	float:left;
}

ul.navRoot {
	list-style:none;
	padding:0px;
	margin:0px;
	float:left;
	width:990px;
	/*background:url('/files/images/layout/navbar_bg.png');
	background-repeat:no-repeat;*/
}

#navBar ul.navRoot li {
	float:left;
    margin:0px;
    padding:0px 5px 0px 5px;
    /*position:relative;*/ /*--Declare X and Y axis base for sub navigation--*/
}

ul.navRoot li a{  
	padding: 2px 15px;
	margin:-2px 0px 0px 0px;
	color: #FFFFFF;  
	display: block;  
	text-decoration: none;  
	float: left;
}

ul.navRoot li a:hover{  
	color:#6DCB76;
}

#currentPage {
	background-image:url('/files/images/layout/arrow.png');
	background-repeat:no-repeat;
	background-position:50% 0%;
	color:#8DE02B;
}

/******** Left Side Menu ********/

#sideMenu {
	width:150px;
	min-height:400px;
	padding-top:15px;
	float:left;
}

.menuItem {
	width:145px;
	min-height:15px;
	padding:8px 0px 8px 5px;
	background-color:#333;
	border-bottom:1px solid white;
	float:left;
}

.menuItem a {
	text-decoration:none;
	color:#FFF;
	font: bold 11px Tahoma;
	display:block;
}

.menuItem a:hover {
	text-decoration:none;
	color:#6DCB76;
	font: bold 11px Tahoma;
}

.subMenuBlock {
	width: 150px;
	min-height: 100px;
	float:left;
	padding:8px 0px 8px 0px;
	background-color:#ECECEC;
}

.subMenuBlockNoDisplay {
	width: 150px;
	height:1px;
	background-color:#F0F0F0;
}

.subMenuBlock ul {
	margin:0px;
	padding:0px;
	float:left;
}

.subMenuBlock li {
	list-style:none;
	margin:0px;
	padding:0px;
	position:relative;
}

.subMenuBlock li a {
	text-decoration:none;
	display:block;
	padding:5px;
	color:#333;
	font: bold 12px Arial;
	width:140px;
}

.subMenuBlock li a:hover {
	color:#6DCB76;
	background-color:#000;
	font: bold 12px Arial;
}

.sideTopMenu {
	position:absolute;
}

.subMenuItemBlock {
	float:left;
	width:99%;
}

.subMenuItem {
	width:100%;
	float:left;
}

.subMenuItem a {
	padding:5px;	
	color:#333;
	font: bold 12px Arial;
	text-decoration:none;
	display:block;
}

ul.sideSubMenu {
	width: 150px; 
	visibility: hidden; 
	display:none;
	position:absolute;
	left:100%;
	top:0;
	background-color:#ECECEC;
	border:1px solid #A2A2A2;
}

/******** Right Side Menu ********/

#rightSidebar {
	width:150px;
	min-height:400px;
	padding-top:15px;
	float:left;
}

#shoppingCartSmall {
	width:150px;
	height:60px;
	float:left;
	background-color:#EEEEEE;
	padding:5px;
	font: bold 16px Tahoma;
}

#rightMenuBox {
	margin-top:10px;
	width:150px;
	min-height:60px;
	float:left;
	background-color:#EEEEEE;
	padding:5px;
	font: 13px Tahoma;
}

/******** Content ********/

#content {
	width:990px;
	min-height:300px;
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align:left;
	font:14px Arial;
	clear:both;
	background-color:#FFF;
	float:left;
}

#contentText {
	min-height:150px;
	width:980px;
	padding:10px 5px 20px 5px;
	font: 13px/15px Tahoma;
	color: #7A7A7A;
	background-color:#FCFCFC;
	float:left;
}

#login {
	width:300px;
	height:150px;	
	position:relative;
	top:100px;
	left:345px;
}


#loginAdmin {
	width:300px;
	height:150px;
	text-align:center;
	margin:20px 343px;
}

#frmLogin {
	margin:10px 0px;
	padding:5px;
	width:290px;
	background-color:#EEE;
	text-align:center;
}

.inputBoxInsert {
	font-family:'Verdana';
	font-size:8pt;
	margin-top:6px;
}

#loginSubmit {
	margin:8px 0px 0px 140px;
}

#errorText {
	font:14px/17px Arial;
	color:#F00;
}

#flashBanner{
	width:990px;
	height:260px;
	text-align:center;
	clear:both;
}

#portalTop {
	width:990px;
	height:150px;
	background-image:url('/files/images/layout/topgrad_bg.png');
	background-repeat:no-repeat;
	clear:both;
}

.portalImage {
	width:212px;
	min-height:90px;
	margin:20px 17px 0px 17px;
	float:left;
}

#portalBottom {
	width:990px;
	min-height:150px;
	padding:0px 0px 20px 0px;
	background-image:url('/files/images/layout/btmgrad_bg.png');
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}

.portalItem {
	width:212px;
	min-height:150px;
	margin:5px 17px 0px 17px;
	float:left;
	font: 11px/13px Tahoma;
	color: #7A7A7A;
	text-align: left;
}

#portalItemHeader  {
	font: bold 13px/16px Verdana;
	margin: 0px 0px 5px 0px;
	color: #8DE02B;
}

#lineBreaker {
	width:990px;
	height:2px;
	float:left;
	background-color:#ECECEC;
}

#subContent {
	width:990px;
	height:146px;
	background-image:url('/files/images/layout/subContent_bg.png');
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFF;
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align:left;
	float:left;
}

.subContentItem {
	width:350px;
	height:90px;
	float:left;
	margin:40px 10px 0px 15px;
}

#downloadButton {
	width:60px;
	height:60px;
	float:left;
}

#subContentText {
	width:285px;
	height:70px;
	float:left;
	font:10px/12px Tahoma;
	color:#7A7A7A;
}

#subContentText p#heading {
	font: bold 11px/13px Verdana;
	color: #8DE02B;
}

#formContainer {
	width:550px;
	min-height:300px;
	clear:both;
}

#errorBox {
	width:200px;
	color:#F00;
}

.formRow {
	width:550px;
	min-height:30px;
	margin-top:5px;
	float:left;
}

.formLabel {
	float:left;
	width:100px;
}

.formData {
	float:left;
	width:400px;
}

#productsMain {
	/*width:820px;*/
	width:650px;
	min-height:400px;
	padding:20px 10px;
	float:left;
}

#topLink {
	float:left;
	width: 650px;
	height:20px;
}

#topLink a {
	text-decoration:none;
	color:#8DBE2B;
}

#topLink a:hover {
	text-decoration:underline;
}

.freightContainer {
	width:800px;
	min-height:100px;
	clear:both;
	margin:0px auto;
}

.freightItemContainer {
	width:33%;
	min-height:150px;
	text-align:center;
	float:left;
	font:bold 16px Arial;
}

.freightItemContainer2 {
	width:45%;
	min-height:150px;
	text-align:left;
	padding:5px;
	float:left;
}

#galleryMain {
	width:820px;
	min-height:400px;
	padding:20px 10px;
	float:right;	
}

.galleryItem {
	width:140px;
	height:150px;
	padding:10px;
	margin:auto;
	float:left;
	text-align:center;
}

.galleryItem a,
.galleryItem a:visited {
	font: bold 14px Verdana;
	color: #8DE02B;
	text-decoration:none;
}

.galleryItem a:hover {
	text-decoration:underline;
}

#paymentContainer {
	width:800px;
	height:180px;
	margin:0px 50px;
}

.paymentBox {
	float:left;
	width:350px;
	height:180px;
	padding-left:50px;
}

/******** Listings ********/
#moduleContainer {
	padding:10px;
}

.page_heading {
	font: bold 18px/22px Verdana;
	color: #8DE02B;	
}

.greenBar {
	background-image:url('/files/images/layout/greenbar.png');
	background-repeat:no-repeat;
}

.column_heading {
	font: bold 15px/22px Verdana;
	color: #8DE02B;	
}

.help {
	font: 13px/15px Tahoma;
	text-align: left;
	color: #696969;
}

.data_row {
	background-color:#EAEAEA;
	font: 13px/18px Tahoma;
	text-align: left;
	color: #696969;
}

.paging {
	font: bold 13px/20px Tahoma;
	color:#767676;	
}

#productSubCatContainer {
	width:650px;
	min-height:60px;
	margin:10px 0px;
	float:left;
}

#productSubCatContainer a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#6C0;
}

#productSpacer {
	width:650px;
	height:1px;
	margin:10px 0px 20px 0px;
	background-color:#86D529;
	float:left;
}

.noProductContainer  {
	width:650px;
	margin:10px 0px;
	float:left;
}

.productContainer {
	width:650px;
	min-height:100px;
	margin:10px 0px;
	background-color:#EEE;
	float:left;
}

.productImgContainer {
	width:104px;
	min-height:100px;
	float:left;
}

.productImgContainer img {
	margin:5px;
	border-color:#000;
}

.productDetailsContainer {
	width:500px;
	min-height:100px;
	margin:5px 0px 0px 10px;
	padding:0px 0px 5px 0px;
	float:left;
}

.productTitle {
	font: bold 14px/20px Tahoma;
	color:#6FA62B;
}

.qtyTextBox,
.addButton{
	vertical-align:middle;	
}

.productPaging {
	width:650px;
	height:30px;
	text-align:center;
	font: bold 13px Tahoma;
}

.productPaging a {
	text-decoration:none;
	color:#8DBE2B;
}

.productPaging a:hover {
	text-decoration:underline;
}

.productPaging a:visited {
	color:#8DBE2B;
}

.tableHeader {
	font: bold 14px Arial;
	color:#8DBE2B;
}

.tableRowEven {
	font: 12px Arial;
	background-color:#DDDDDD;
}

.tableRowOdd {
	font: 12px Arial;
	background-color:#FFFFFF;
}

.brochureContainer {
	float:left;
	width:850px;
	padding:10px 20px;
	margin: 10px 40px;
	background-color:#EEE;
}

.brochureImg {
	float:left;
	width:100px;
	height:150px;
	margin-right:20px;
	background-color:#FFF;
}

.brochureContent {
	float:left;
	width:720px;
}

/******** Checkout Forms ********/
.checkoutLabel {
	font: 13px/15px Tahoma;
	color: #7A7A7A;
	font-weight:bold;
	width: 100px;
}

.checkoutLabel2 {
	font: 13px/15px Tahoma;
	color: #7A7A7A;
	font-weight:bold;
	width: 200px;
}


/******** Misc ********/
.center {
	text-align:center;	
}

.red {
	color:#F00;	
}

#cartTitle {
	text-decoration:none;
	color: #8DBE2B;
	font: bold 13px Tahoma;
}

a#cartLink{
	text-decoration:none;
	color: #00F;
	font: bold 12px Tahoma;
}

a#cartLink:hover {
	text-decoration:underline;	
}


