/*
Title: Visolu.com screen styles
Date Modified: 4/10/2006
--
Author: Bayt & Takl
Contact: http://baytandtakl.com/contact
--
Table of Contents:
	layout
	typography
	navigation
*/

/* layout
MS-Chaged font from 11px to 12px
------------------------------------- */
body {
	background: #fff url(../../images/backgrounds/gradient.jpg) repeat-x top left;
	font: 12px/1.5em Verdana, Helvetica, sans-serif, Arial;
 	color: #403E3E;
	margin: 0;
	padding: 0;
}

#wrap {
	background: url(../../images/backgrounds/header.jpg) no-repeat top left;
	width: 800px;
	margin: 0;
	}

#header {
	margin: 0;
	padding: 0;
	height: 200px;
	width: 780px;
	}

#header ul {
	margin: 0;
	padding: 0;
	}

#header li {
	display: inline;
	list-style-type: none;
	line-height: 1.2em;
	font-size: 90%;
	}

#logo {
	float: left;
	padding: 20px;
	padding-left: 35px;
	width: 300px;
	}

#logo h1, #logo h1 a {
	text-indent: -900em;
	display: block;
	margin: 0;
	padding: 0;
	width: 203px;
	height: 47px; 
	background: url(../../images/logos/visionarysolutions.gif) 0 0 no-repeat;
	border-bottom: none;
	text-decoration: none;
	}

#navigation {
float: right;
}

#tagline {
	/*width=241px;*/
	background: url(../../images/misc/tagline.gif) top right no-repeat;
	width: 417px;
	height: 16px;
	margin-top: 27px;
}

#navigation ul.nav {
	margin-top: 12px;
	}

#main {
	/*width: 700px;*/
	width: 100%;
	margin: -70px 0 150px 0;
	text-align: justify;
	}
	
#main div {
	padding: 0 10px 0 100px;
	}

#right_column {
	float: right;
	width: 325px;
	margin: -65px 0;
	}
	
#right_column div {
	padding-right: 10px;
	}
	
#footer {
	clear: both;
	margin: 150px auto;
	padding: 0 50px;
	text-align: center;
	font-size: 90%;
	color: #999;
	}

#footer ul {
	margin: 0;
	padding: 0;
	}

#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	line-height: 1.2em;
	}
	
/* tables */
/*product table listings */
table.product_listings {
	margin-top: -10px;
	padding-top: 0;
	border: 1px;
}

/* Lite gray line separating each product */
table.product_listings td {
	border: none;
	border-bottom: 1px solid #ccc;
}

/* MS - New table settings for category listings */
table.category_listings {
	border-top: 10px solid #f2f2f2;
	border-left: 10px solid #f2f2f2;
	border-right: 10px solid #e1e1e1;
	border-bottom: 10px solid #e1e1e1;
}

/* Category heading with black separator line*/
/* MS-Changed top padding from 35 to 25 */
table.product_listings td.table_heading {
	padding-top: 25px;
	border-bottom: 2px solid #000; 
}

/* Category heading */
table.product_listings td.table_heading h3 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 130%;
	color: #393;
	margin-bottom: 2px;
	padding-bottom: 2px;
	}

table.product_listings td.table_heading p {
	/* font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	*/
	font-weight: normal;
	font-size: 100%;
	margin-top: 2px;
	padding-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	color: #666;
}

/* typography
------------------------------------- */
h2.subhead {
	clear: both; 
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 200%;
	color: #3A6087;
	margin: -50px 0 90px 0; 
	padding: 0 10px 0 100px;
}

/* MS-Added text-decoration: none to remove underline in links; */
/* MS-specifically for the product categories page when listing    */
/* MS- the product categories.                                                             */
#main h2 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
/*  font-size: 120%; */
	font-size: 125%;
	color: #393;
	margin-bottom: -5px;
	padding-bottom: 0;	
	text-decoration: none;
	}

#news div h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: #33;
	margin-bottom: -5px;
	padding-bottom: 0;
	}

p.first {
	font-size: 120%;
	}

/* navigation
------------------------------------- */
ul.nav li {
	border-right: 1px solid #36c;
	padding: 0 6px;
	}

ul.nav li.last {
	border-right: none;
	padding-right: 0;
	}

ul.nav li, ul.nav li a, ul.nav li a:link,  ul.nav li a:hover  {
	color: #36c;
	text-decoration: none;
	}
		
ul.nav li a:hover {
	text-decoration: underline;
	}
	
/* MS-- General Links
------------------------------------- */
 a:link  {
/*	color: #930000; */
	color:#403E3E;
}

a:hover  {
	color: #930000;
}

a:visited  {
	color: #930000;
}
 