/*Alleycat ICG, Andale Mono*/
body
{
	background-color: #e0e0e0;
	color: #666666;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10pt;
}
p
{
	font-size: 10pt;
	padding: 0;
	margin: 10px 0;
}
a
{
	color: #33cc66;
	font-size: 10pt;
}
a:hover
{
	color: #cccccc;
}
a.hidden
{
	color: White;
}
ul
{
    margin: 0 0 0 16px;
    padding: 0;
}
ul li
{
    list-style-image: url(../../images/bullet.gif);
}
img
{
    border: none;
}
td
{
	font-size: 10pt;
}
h1
{
	font-size: 18pt;
	font-weight: bold;
}
h2
{
	color: #33cc66;
	font-size: 16pt;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
}
h3
{
    color: #0099ff;
	font-size: 12pt;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 5px 0;
}
h4
{
    background: url(../../images/bkg_h4.png) no-repeat left top;
    color: Black;
	font-size: 10pt;
	font-weight: bold;
	padding: 3px 0 0 32px;
	margin: 10px 0 5px -5px;
	height: 32px;
}
hr
{
    color: #efefef;
}
/****************************************************/
/* LAYOUT */
/****************************************************/
#container
{
    clear: both;
    width: 800px;
    margin: 0 auto;
}
#themes
{
    color: White;
    float: left;
    margin: 0 0 10px 10px;
}
#themes a, #metamenu a
{
    color: White;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
#themes a:hover, #metamenu a:hover
{
	color: Black;
	font-size: 10pt;
	text-decoration: none;
}
#themes a.selected
{
    background: White;
    color: Black;
    padding: 3px;
}
#body
{
    background: White url(../../images/bkg_rounded_top_e0e0e0.gif) no-repeat left top;
    clear: both;
    padding: 10px 0 0 0;
    margin: 0;
}
#header
{
    padding: 0;
    margin: 0;
}
#logo
{
	float: left;
	width: 200px;
}
#title
{
	float: left;
	color: #33cc66;
	font-size: 50pt;
	font-weight: bold;
	margin: 10px 0 0 50px;
}
#menu
{
    clear: both;
    height: 24px;
    margin: 10px auto;
    width: 780px;
}
#menu div.menu, #menu div.menu2
{
    background-color: #ccff99;
    border-right: solid 1px White;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 154px;
}
#menu div.menu2
{
    border: none;
}
#menu div.menu a, #menu div.menu2 a
{
	color: Black;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
#menu div.menu a:hover, #menu div.menu2 a:hover
{
	color: White;
}
#bottom
{
    clear: both;
    background: url(../../images/bkg_rounded_bot_e0e0e0.gif) no-repeat left bottom;
    height: 10px;
}
#testimonials
{
    position: fixed;
    width: 150px;
    left: 775px;
    top: 30px;
}
#footer
{
    margin: 10px 0;
    text-align: center;
}
#contact
{
    display: none;
    position: absolute;
    width: 240px;
}
#contact div.form
{
    background-color: #efefef;
    position: absolute;
    padding: 10px;
    border-left: solid 5px White;
    border-bottom: solid 5px White;
}
/***************/
/* FORM STYLES */
/***************/
input.submit
{
	background-color: #33cc66;
	color: White;
	font-weight: bold;
}
input.submit_secondary
{
	background-color: #cccccc;
	color: #666666;
	font-weight: bold;
}
div.form label
{
    font-weight: bold;
    display: block;
}
div.form div.row
{
    margin-bottom: 5px;
}
.alert
{
	color: #990000;
	font-size: 12pt;
	font-weight: bold;
}

/****************/
/* MISC STYLES */
/***************/
.hidden
{
    display: none;
    visibility: hidden;
}
.clear
{
    clear: both;
}
.code
{
	width: 100%;
	height: 100%;
	overflow-x: auto;
}
.keyword
{
	color: #3399ff;
	font-weight: bold;
	font-style: italic;
}
.quote 
{
    background: url(../../images/quote_bottom.gif) no-repeat left bottom;
    padding-bottom: 28px;
    width: 280px;
}
.quote .top
{
    background: url(../../images/quote_top.gif) no-repeat left top;
    height: 12px;
}
.quote .body
{
    background-color: #efefef;
    font-size: 10pt;
    padding: 10px;
}
.blue
{
	background-color: #e6f4ff;
}
.gray
{
	background-color: #efefef;
}
.green
{
	background-color: #ccff99;
}
.contact, .contact a
{
	clear: both;
	color: #33cc66;
	font-size: 18pt;
	font-weight: bold; 
	text-align: center;
}
div.separator
{
    border-bottom: dashed 1px #3399ff;
    color: White;
    clear: both;
    padding: 0;
    margin: 5px 0;
    height: 10px;
}
.date
{
    color: #cccccc;
    font-size: 10pt;
}
.sale
{
	color: Red;
}
.random
{
    display: none;
}
/***************/
/* TABS STYLES */
/***************/
.tabs
{
}
.tab, .selectedTab
{
	width: 150px;
	height: 24px;
	padding: 5px 0 0 10px;
}
.tab a, .selectedTab a
{
	font-weight: bold;
	text-decoration: none;
}
.tab a:hover, .selectedTab a:hover
{
	font-weight: bold;
	text-decoration: underline;
}
.selectedTab
{
	background: White url(../../images/bkg_tab.gif) no-repeat left top;
}
.tabsStart
{
}
.step
{
    width: 485px;
    background-color: #efefef;
    padding: 10px;
}
.tabStart, .selectedTabStart
{
	width: 250px;
	height: 24px;
	padding: 5px 0 0 10px;
}
.tabStart a, .selectedTabStart a
{
	font-weight: bold;
	text-decoration: none;
}
.tabStart a:hover, .selectedTabStart a:hover
{
	font-weight: bold;
	text-decoration: underline;
}
.selectedTabStart
{
	background: White url(../../images/bkg_tab.gif) no-repeat left top;
}
tabsH
{
}
.tabH, .selectedTabH
{
    float: left;
	width: 130px;
	height: 24px;
	background-color: White;
	border-right: solid 1px #ccffff;
	padding: 5px 0 0 10px;
}
.tabH a, .selectedTabH a
{
    color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.tabH a:hover, .selectedTabH a:hover
{
	font-weight: bold;
	text-decoration: underline;
}
.selectedTabH
{
	background-color: #ccff99;
}

/****************************************************/
/* PANEL */
/****************************************************/
.panel
{
	height: 400px;
	width: 480px;
	background-color: #efefef;
	padding: 10px;
	overflow-y: auto;
}
.panel .separator
{
    margin-bottom: 10px;
}
.panelSS
{
	 float: left;
	 width: 220px;
}
.panelText
{
	float: left;
	width: 240px;
}
/****************************************************/
/* COUNTER */
/****************************************************/
.counter
{
    color: #6699ff;
}
/****************************************************/
/* CSS HACKS */
/****************************************************/
.clearfix:after, #body:after, div.separator:after
{
	content: ".";
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix, #body, div.separator
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix, * html # body
{
	height: 1%;
}
.clearfix, #body, div.separator
{
	display: block;
}
/* End hide from IE-mac */