
/* general styles ----------------------- */

body {
	margin: 0px;
	background: #000 url(../../images/page_back.gif);
	}
	
body, table, td, p{
	font: normal 11px verdana;
	color: #ccc;
}

a:link{color: #FFCC33;}
a:visited{color: #FFCC33;}
a:active{color: #FFCC33;}
a:hover{color: #999;}	
	
	
.page-table{
	width: 750px;
}
	
.page-body
{
	width: 750px;
	padding: 25px 150px 0px 50px;	
	background: url(../../images/body_back.gif) repeat-y left top;
	border-top: 1px solid #333;
}

	
/* header styles ----------------------- */	
.header
{
	width: 750px;
	background: url(../../images/header_tab_back.gif) repeat-x bottom right;
}

.header-tabs-nest{
	height: 94px;
	width: 750px;
	background: url(../../images/header_menu_back.gif) no-repeat bottom left;
}

.header-tabs{
	margin-left: 24px;
	margin-top: 9px;
	width: 588px; height: 47px;
}

.header-tab{
	font-family: verdana;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #FFCC33;
	border-left: 1px solid #333;
}

.header-tab a:link{color: #FFCC33; text-decoration: none}
.header-tab a:visited{color: #FFCC33; text-decoration: none}
.header-tab a:active{color: #FFCC33; text-decoration: none}
.header-tab a:hover{color: #999; text-decoration: none}


.footer
{
	line-height: 15px;
	font-size: 11px;
	text-align: left;
	width: 750px;
	background: #282828;
	border-top: 1px solid #333;
	margin-top: 6px;
}

.footer td{
	font-size: 11px;
	font-family: verdana;
	color: #ccc;
	padding: 10px 10px 10px 50px;
}


/* content styles ----------------------- */

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #FFCC33;
	margin: 5px 0px 10px 0;
}

h2
{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 5px 0 10px 0;
}

p
{
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	margin-top: 10px;
}

.text{
	font-family: verdana;
	font-size: 11px;
}

.right-pic
{
	margin: 10px 0px 10px 10px;
}

.left-pic
{
	margin: 10px 10px 10px 0px;
}


/*** product styles ************************************************************/

.product-grid{
	width: 99%;
}

.product-grid-item{
	width: 33%;
	text-align: center;
	padding: 10px;
	padding-bottom: 20px;
}

.product-grid-nav{
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
}

.product-price{
	font-weight: bold;
}





/* site map styles */
.sitemap-column1{
	width: 47%;
	border-right: 1px dotted #999999;	
	padding: 0 20px 0 0;
}

.sitemap-column2{
	width: 48%;
	position: absolute;
	left: 52%;
	top: 39px;	
	padding: 0 0 0 10px;
}

.sitemap-section{
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 8px 0;
}

.sitemap-list{
	padding-left: 15px;
	margin-left: 15px;
	margin-top: 5px;
	list-style-image: url(../images/list_arrow.gif);
}

.sitemap-list li{
	margin-bottom: 2px;
}



.grid{
	border-collapse: collapse;
	border: 1px solid #404040;
	background-color: #2F2F2F;
}

.grid-title{
	border: 1px solid #404040;
	font-weight: bold;
	background-color: #333333;
	padding: 6px 10px;
}


.grid-text{
	border: 1px solid #404040;
	padding: 6px 10px;
}

.grid-price{
	border: 1px solid #404040;
	padding: 6px 10px;
	text-align: right;
}





/* portfolio grid */
.portfolio-grid{
	border-collapse: collapse;
	border: 1px solid #404040;
	background-color: #000;
	width: 530px;
}

.portfolio-grid-title{
	border: 1px solid #404040;
	font-weight: bold;
	background-color: #333333;
	padding: 6px 10px;
}

.portfolio-grid-item{
	border: 1px solid #404040;
	padding: 10px;
	text-align: center;
}

