/* CSS - Digital Alchemy Studios */

/* Basic site styles */

body, html
{
	background: #EEEEEE;
	font: 0.9em "Myriad", "Trebuchet MS", georgia, verdana, sans-serif;
	color: #333333;
	text-align: center;
	margin: 0;
	padding:0;
}

p	
{
	line-height: 1.3em;
}

h1	
{
	color: #666666;
	font-family: "Myriad", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	border-bottom: 1px dashed Gray;
	width: 320px;
	margin-left: 8px;
}

h2	
{
	color: #333333;
	font-family: "Myriad", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

h3
{
	color: #333333;
	font-family: "Myriad", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}


li
{
	list-style-image: url(../media/images/li.gif);
}

a:link
{
	color: #0033FF;
	text-decoration: none;
}

a:visited
{
	color: #660099;
}

a:hover
{
	color: #000000;
}


a img  /* ? */
{
	border: none;
}

/* Site layout IDs */

#wrapper 
{
	width: 760px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	background-color: #FFFFFF;
}

#header
{
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 40px;
}

#nav
{
	background: #AAAAAA url(../media/images/nav_bg.gif) repeat-x;
	height: 20px;
}

#main 
{
	float: left;
	background: url(../media/images/main_bg.gif) repeat-y left; /* Background for left nav */
	width: 760px;
	padding: 0;
	margin: 0;
}

#mainpic 
{

	background: #AAAAAA url(../media/images/veralight_home_banner.jpg) no-repeat;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #CCCCCC;
	width: 760px;
	height: 172px;
	margin:0px;

	/* Backgrounds won't print in browsers */
	/* This will print but it's a hack
	display: list-item;
	list-style-image: url(../media/images/veralight_home_banner.jpg);
	list-style-position: inside;
	*/
}

#prodpic 
{

	background: #AAAAAA url(../media/images/products_banner.jpg) no-repeat;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #CCCCCC;
	width: 760px;
	height: 172px;
	margin:0px;
}

#techpic 
{

	background: #AAAAAA url(../media/images/technology_banner.jpg) no-repeat;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #CCCCCC;
	width: 760px;
	height: 172px;
	margin:0px;
}

#newspic 
{

	background: #AAAAAA url(../media/images/news_banner.jpg) no-repeat;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #CCCCCC;
	width: 760px;
	height: 172px;
	margin:0px;
}

#companypic 
{

	background: #AAAAAA url(../media/images/company_banner.jpg) no-repeat;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #CCCCCC;
	width: 760px;
	height: 172px;
	margin:0px;
}

#left
{
	float: left;
	width: 230px;
}

#right 
{
	float: right;
	margin-left: 18px;
	margin-right: 5px;
	width: 500px;
}

#footer	
{
	clear: both;
	background-color: #EEEEEE;
	color: #666666;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 10pt;
	text-align: center;
	margin-top: auto;
	margin-right: 0;
	margin-bottom: auto;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}


/* Navigation classes */

#nav ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12pt;
}

#nav ul li 
{
	float: left;
	line-height: 18px;
	margin: 1px 0 0 0;
	padding: 0;
	list-style: none;
}

#nav li a	
{
	background: #CCCCCC url(../media/images/ul_li_bg.gif) repeat-x;
	border-right: 1px solid #555555;
	padding:0 15px;
	color: #000000;
	text-decoration: none;
}

#nav ul li a:visited	
{ 
	color:#000000; 
	text-decoration: none;
}

#nav ul li a:hover /* nav button hover color */
{
	color:#000000;
	text-decoration: none;
	background: url(../media/images/nav_over.gif) repeat-x;
}

#nav ul li a:active  /* nav button active color */
{
	text-decoration: none;
	background: url(../media/images/nav_active.gif) repeat-x;
}


/* Basic content and style classes */

.grey	
{
	color: #999999;
}

.indent	
{
	line-height: 1.3em;
	margin: 2px 0 1px 5px;
}

.indentmore	
{
	line-height: 1.3em;
	margin: 5px 0 5px 30px;
}

.indentevenmore	
{
	line-height: 1.3em;
	margin: 5px 0 5px 55px;
}

.r_float 
{
float: right;
margin: 10px;
}

.l_float 
{
float: left;
margin: 10px;
}

.footnote
{

	font: 0.8em "Myriad", "Trebuchet MS", georgia, verdana, sans-serif;
	color: #000000;
	line-height: 1em;
	margin: 2px 0 1px 5px;
}

.hide 
{
	display:none;
}

.separator 
{
	font: bold 1.2em "Myriad", "Trebuchet MS", Verdana, sans-serif;
	padding: 0;
	border-bottom: 1px dashed Gray;
	width: 210px;
	margin: 2px 0 2px -25px;
}

.textbox 
{
	position: relative;
	width: 492px;
	height: 200px;
	padding-bottom: 5px;
	overflow: auto;
}
