﻿/* CSS Document */
/*  site colors: 
	yellow: #fbed68
	blue: #5276b4
	purple: #928dad
	turquoise: #0088AE
	green: #B3DA1F
*/
/************************* STRUCTURE/LAYOUT ****************************************/
html, body, table.wrapper {
	background-color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
form 
{
    height: 100%;
}
table.wrapper {
	margin: 0 auto;
	/*text-align: left;*/
	background-color: #ffffff;
}
.left_column {
	background: url("/images/shadow_left_02.gif") ;
	width: 45px;
	height:100%;
}
.right_column {
	background: url("/images/shadow_right_02.gif") ;
	width: 45px;
	height:100%;
}
.center_column {
	vertical-align: top;
	height: 100%;
	text-align: center;
}
.container {
	background-color:#ffffff;
	text-align: center;
}
#header {
	position: absolute;
	background: url("/images/logo_cl_2_bkgrd.jpg") repeat-x top left;
	width: 100%;
	height: 139px;
	left: 0px;
	top: 15px;
}
#header img{
	padding: 0px 0px 0px 0px;	
}
#hp_content {
	margin-top: 125px;
	padding: 0px 35px 0px 35px;
	color: #666666;
}
#content {
	margin-top: 125px;
	padding: 0px 35px 0px 35px;
	color: #666666;
	width: 610px;
	text-align: left;
}
#footer {
	padding-top: 20px;
	font-size: 10px;
	text-align: center;
	color: #666;
}
#footerYear {
	display: inline;
}
.blocks {
	text-align: center;
}
table#captcha
{
	margin: 0 auto;
}
td.left, td.right
{
	width: auto;
}
td.middle
{
	text-align: center;
	width: auto;
}
.clear
{
	clear: both;
}
/************* PORTFOLIO ******************************************/
.portfolio {
	background: url("/images/portfolio.gif") no-repeat;
	width: 610px;
	height: 171px;
	text-align: center;
	margin: 0;
	padding: 0;
}
table.slider {
	padding: 30px 0px 0px 0px !important;
	margin: 0 auto;
	text-align: center;
}
#img_spacer_left {
	background: url("/images/arrow_left.gif") no-repeat;
}
#img_spacer_right {
	background: url("/images/arrow_right.gif") no-repeat;
}
#img_spacer_left:hover {
	background: url("/images/arrow_left_on.gif") no-repeat;
	cursor: pointer;
}
#img_spacer_right:hover {
	background: url("/images/arrow_right_on.gif") no-repeat;
	cursor: pointer;
}
#isImageRow
{
}
/******************************* TEMPLATES **************************************/
td.template
{
	width: 50%;
	vertical-align: top;
}
td.template .thumb
{
	float: left;
	padding-right: 5px;
}
td.template .thumb a img
{
	border: 1px solid #B3DA1F;
	width: 150px;
	height: 130px;
}
td.template .name
{
	font-size: 15px;
	font-weight: bold;
	color: #0088AE;
}
td.template .name .price
{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
td.template .description
{
	font-size: 11px;
}
td.template .button
{
	clear: both;
	float: right;
	padding-top: 5px;
	padding-right: 25px;
}
/******************************* ELEMENTS ***************************************/
#ads {
	margin-top: 20px;
	width: 400px;
	height: 125px;
	border: 1px solid #cccccc;
	float: left;
	margin-right: 50px;
}
#content p {
	color: #666666;
}
h1 {
	font-size: 22px;
	color: #0088AE;
	font-family: "High Tower Text", "Book Antiqua", Cambria, "Bodoni MT", "Century Schoolbook", Constantia, Garamond, serif;
	text-align: left;
	text-transform: lowercase;
	font-weight: normal;
}
h2
{
	font-size: 18px;
}
h3
{
	font-size: 14px;
	border-bottom: 1px solid #B3DA1F;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
p.h3 
{
	padding-top: 5px;
	margin-top: 0px;
}
a, a:link, a:active, a:visited {
	color: #0088AE;
	text-decoration: none;
}
a:hover {
	color: #B3DA1F;
	text-decoration: underline;
}
a img
{
	border: none;
}
.Lcolor {
	color: #0088AE;
	padding: 5px 5px 5px 5px;
	border: 1px solid #333333;
	background-color: #fbed68;
}
