/********************************
	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;
	width:990px;
	height:100%;
	text-align:center;
	/*background-image:url('/files/images/layout/VGM_background.gif');
	background-repeat:repeat-x;*/
	/*background-image:url('/files/images/layout/dried.jpg');*/
}


/******** 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;
}

/******** Navigation ********/

#navBar {
	width:990px;
	height:33px;
	background-image:url('/files/images/layout/greenbar.png');
	background-repeat:no-repeat;
	background-color:#3D3D3D;
	font: bold 15px/31px Tahoma;
	margin: 0px;
	padding:5px 0px 0px 0px;
	text-align: center;
	clear:both;
}

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;
}

/******** Content ********/

#content {
	width:990px;
	min-height:300px;
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align:left;
	font:14px Arial;
	clear:both;
}

#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;
	background-color:#FFF;
	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;
	background-color:#FFF;
	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;
	background-color:#FFF;
}

#subContent {
	width:990px;
	height:146px;
	background-image:url('/files/images/layout/subContent_bg.png');
	background-color:#FFF;
	background-position:bottom;
	background-repeat:no-repeat;
	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;
}

#sideMenu {
	width:150px;
	min-height:400px;
	padding-top:15px;
	float:left;
}

#productsMain {
	width:820px;
	min-height:400px;
	padding:20px 10px;
	float:right;
}

/******** 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;	
}


.menuItem {
	width:145px;
	min-height:15px;
	padding:8px 0px 8px 5px;
	background-color:#333;
	border-bottom:1px solid white;
}

.menuItem a {
	text-decoration:none;
	color:#FFF;
	font: bold 11px Tahoma;
}

.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;
	float:left;
}

.productTitle {
	font: bold 14px/20px Tahoma;
	color:#6FA62B;
}

#shoppingCartSmall {
	width:150px;
	height:100px;
	float:right;
	border:1px solid red;
}

.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;
}


/******** Misc ********/
.center {
	text-align:center;	
}

.red {
	color:#F00;	
}
