/* - - - - - - - - - - - - - - - - - - - - -

Title : Metropolitan Computers
URL : http://www.metrocomputers.com.au

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

- - - - - - - - - - - - - - - - - - - - - */


/*
----------------------------------------------------------------------------- 
Global Styles
-----------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,pre,form,fieldset,input,textarea,blockquote { 
	margin:0; 
	padding:0;
 }
 
html {
	padding: 0px;
	margin: 0px;
	overflow: -moz-scrollbars-vertical;
	}

body { 
	padding: 0;
	margin: 0;
	font: normal 12px/18px Arial, Helvetica, sans-serif, "Trebuchet MS";

 }

fieldset { border: 0; }

img { 
border: 0; 
}

h1 {
	font: normal 20px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #000066;
}

h2 {
	font: normal 18px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #000066;
}

h3 {
	font: bold 17px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #000066;
}

h4 {
	font: bold 14px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #000066;
}

p, td, li {
	font: normal 12px/18px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #000;
}


a:link, a:visited {
	color: #0a7fde;
	text-decoration: none;
}

a:hover, a:focus {
	color: #000066;
	text-decoration: none;
}

.clear { clear: both; font-size: 0; height: 0; line-height: 0; }

hr {
	height: 1px;
	border: solid;
	color: #ccc;
}

html>body hr {
	border: none; 
	border: 1px solid #ccc;
}

#stats {
	display: none;
}


/*
----------------------------------------------------------------------------- 
Template Styles
-----------------------------------------------------------------------------*/

#container{
	width: 100%;
}

#logowrapper {
	width: 1024px;
	height: 101px;
	margin: 0 auto;
}

#body_wrapper {
	width: 1024px;
	height: 350px;
	min-height: 350px;
	margin: 0 auto;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding-top: 5px;
	border-bottom: 10px solid #fff;
}


html>body #body_wrapper {
	height: auto;
}

#header_wrap {
	width: 1024px;
	height: 162px;
	margin: 0 auto;
}

#banner_image {
	width: 1024px;
	height: 150px;
	float: right;}

#bodytext_wrap {
	width: 1024px;
	height: auto;
	padding-top: 10px;
	margin: 0 auto;
	border-top: 5px solid #fff;
	background-image: url(/persistent/templateimages/body_bg.jpg);
	background-repeat: repeat-y;
}

#content {
	width: 801px;
	float: right;
	padding-bottom: 20px;
	text-align:left;
}

#footerwrapper {
	width: 100%;
	height: 108px;
	background-image: url(/persistent/templateimages/footerbg.jpg);
	background-repeat: repeat-x;
}

#footer {
	width: 1024px;
	height: 70px;
	margin: 0 auto;
	font: normal 10px/15px Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #ccc;
	padding-top: 30px;
}

a.footer {
	color: #ccc;
	text-decoration: underline;
}

a.footer:hover {
	color: #fff;
}

#footer_text {
	width: 550px;
	float: left;
}

#powered_by {
	width: 400px;
	float: right;
	text-align: right;
	color: #ccc;
}

#powered_by a {
	color: #ccc;
}

#powered_by a:hover {
	color: #fff;
}

/* -------------------------------------- NAV BAR --------------------------------- */

#navbarwrapper {
	width: 100%;
	height: 40px;
	background-color: #2b2d46;
}

#navbar {
	width: 1024px;
	margin: 0 auto;
	background-color: #4c4d5f;
	font: normal 11px/40px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}	

#nav, #nav ul {
	list-style: none;
	display: block;
	width: 650px; /* bmh */
	margin: 0 auto;
	padding: 0px;
	font-weight: normal;
	}
	
#nav a {
	font: bold 11px/40px Arial, Verdana, Helvetica, sans-serif;
	padding: 0px 0px;
	margin: 0;
	}

#nav a span {
	padding: 0px 20px;
	}

#nav a span.main {
	padding-left: 5px;
	}
	
html>body #nav a span { 
	/*line-height: 2.3; */ 
	display: block;
	}

span.normal {
	color: #fff;
	text-transform: uppercase;
	}


span.selected {
	color: #ccc;
	text-decoration: underline;
	text-transform: uppercase;
	}

html>body #nav a span.main { 
	/*line-height: 2.3; */ 
	display: block;
	}

#nav a:hover span {
	color: #ccc;		
	text-decoration: none;
	text-transform: uppercase;
	}
	
#nav li {
	position: relative;
	float: left;
	width: auto;
	list-style: none;
	} 
	
li.index {
	padding-left: 5px;
}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	color: #000; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
	height: auto;
	}
	
/* second-level lists */

#nav li ul {
	position: absolute;
	top: 25px;
	left: -999em;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0px; /* This is what makes the sub items align */
	display: block;
	z-index: 0;
	border-top: 5px solid #000;
	}
	
ul#nav li ul li {
	width: 210px;
	margin: 0px;
	padding: 0px;
	color: #3d3e39;
	}
	
ul#nav li ul li a {
	float: left;
	width: 200px;
	font: normal 11px/25px Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	display: block;
	background: #e0e1e3;
	padding-left: 20px;
	text-transform: none;
	border-top: 1px solid #fff;
	background-image: url(/persistent/templateimages/bullet.jpg);
	background-repeat: no-repeat;
	background-position:5px;
	}
	
ul#nav li ul li a:hover {
	color: #000;
	text-decoration: none;
	background: #d1ea83;
	background-image: url(/persistent/templateimages/bullet_over.jpg);
	background-repeat: no-repeat;
	background-position:5px;
	}
	
#news {
	width: 199px;
	float: left;
}

#sideBarContent { 
	text-align: left;
	font: normal 11px/17px Arial, Helvetica, sans-serif;
	padding: 10px; }
	
#sideBarContentA { 
	width: 177px;
	height: 170px;
	min-height: 170px;
	font: normal 11px/17px Arial, Helvetica, sans-serif;
	padding: 10px; 
	background-color: #eee;
	}
	

html>body #sideBarContentA { 
	height: auto }
	
/*----------------------------------------------------------------------------- 
SUB NAV STYLES
-----------------------------------------------------------------------------*/
#product_wrap {
	width: 209px;
	float: left;
	background-color: #2c2e47;
	padding-bottom: 20px;
}

#product_search {
	width: 199px;
	float: left;
	border-bottom: 5px solid #fff;
	padding-left: 10px;
	margin: 0;
	background-color: #2c2e47;
	height: 56px;
}

#categories {
	width: 209px;
	color: #fff;
	float: left;
	background-color: #2c2e47;
	border-bottom: 10px solid #2c2e47;
}


	#storenavitems {
		width: 199px;
		float: left;
	}
	
	#banner {
	width: 180px;
	text-align: center;
	margin: 0 auto;
	
	} 
	
#quicksearch {
	padding-left: 5px;
	border-bottom: 1px dotted #ccc;
}

#storenavheadings {
	color: #fff;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

#storenav {
	color: #fff;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

#subNav {
	width: 199px;
	background-color: #2c2e47; 
	padding: 0px;
	margin: 0px; 
	padding-top: 20px;
	}

ul#subNav{
	width: 199px;
	margin: 0px;
	padding: 0 0 0 0px;
	}
	
#subNav li {
	width: 199px;
	border-bottom: 1px dashed #cccccc;
	display: block; 
	}
		#subNav li a {
			font: normal 12px/25px Verdana, Arial, Helvetica, sans-serif;
			color: #fff;
			text-decoration: none;
			padding: 0 35px;
			display: block;
			}
			
		#subNav a:hover {
			text-decoration: underline;
			}

/*Store Navigation ----------
----------------------------*/
			
#subNav li ul {

	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	#subNav li ul li  {
		border-bottom: none;
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
		#subNav li ul li a {
			font: normal Verdana, Arial, Helvetica, sans-serif;
			color: #0a7fde;
			list-style: none;
			padding: 0 45px;
			}
			
			#subNav li ul li a:hover {
			font-weight: normal;
			list-style: none;
			text-decoration:underline;
			}
			
			#subNav li ul li ul li a {
			font-weight: normal;
			color: #000;
			text-decoration: underline;
			background-image: none;
			list-style: none;
			}
			

.thumb {
border: 1px solid #adc5df;

} 

.cart_button {
background: #26407b;
color: #FFFFFF;
} 


input, select, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FAFAFA;
	border: 1px solid #cccccc;
	padding: 3px;
	}

.checkout_td_bgcol {
border: 1px solid #e6ebf3;

} 

.checkout_toprow {
background: #e6ebf3;
border: 1px solid #e6ebf3; 


} 

.checkout_td_bgcol2 {
background: #dee5f0;

} 


/*
----------------------------------------------------------------------------- 
NEWS PLUGIN
-----------------------------------------------------------------------------*/

.news {
	background-color: #eeeeee;
}

.articleDate {
	color: #fff;
	}
	
#latestNews ul {
	margin: 0;
	padding: 0 13px 10px 28px;
	list-style-image: url(/persistent/siteimages/icnNewsArticle.gif);
	}

#latestNews ul li {
	margin-bottom: 5px;
	}

.post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: transparent url(/persistent/siteimages/dottedLine.gif) repeat-x bottom left;
	}

.newsSummary {
	padding: 0 13px;
	}
	
#content .archiveList ul {
	margin: 0 0 3em 0;
	padding: 0 0 1px 0;
	background: transparent url(/persistent/siteimages/dottedLine.gif) repeat-x bottom left;
	}

.archiveList {
width: 85%;

} 

#content .archiveList ul li {
	color: #333333;
	padding: 1px 0 0 0;
	margin: 0;
	height: auto;
	background: transparent url(/persistent/siteimages/dottedLine.gif) repeat-x top left;
	list-style-image: url(/persistent/siteimages/clear.gif);
		}
.archiveList li a {
	display: block;
	padding: 5px 0;
	}
.archiveList li a:link,
.archiveList li a:visited {
	color: #333333;
	background-color: #fafafa;

	}
.archiveList li a:hover {
	color: #0a7fde;
	background-color: #F1F1F1;
	}
.archiveList span.day {
	display: block;
	text-align: right;
	margin-right: 10px;
	float: right;
	width: 150px;
	}
	
/* ------------------------------------- NEWS -------------------------------- */


#right_bar { 
	width: 209px;
	padding: 0;
	margin: 0;
/*	border: 1px solid #c5c5c5;*/
	background-color: #eeeeee;
	color: #000;
	font: normal 11px/17px Arial, Helvetica, sans-serif;
}


#sideBarContentA { 
	font: normal 11px/17px Arial, Helvetica, sans-serif;
	padding: 10px; 
	background-color: #eeeeee;
	color: #000;
	}
	
#newsmanager{
	width: 209px;
	color: #000;
}

.readmore {
}

