/*****************************
* DarkBlue Template #011.0 [Ossiris]
* Winter 2007 - DarkAngel
******************************/


body {
	margin: 20px;
	background-color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	background-image: url(body.back.gif);
	background-repeat: repeat-x;
	background-position: top;
}
td{
	font-size: 11px;
}


/******************************************************************************************************************************************************************************************
* Main Table
*/
.head {
	background-color: #A6CE39;
	border-bottom: 1px solid #CBDA65;
	font-size: 11px;
	padding: 5px;
	color: #FFFFFF;
	text-align: right;
}
.menuLane {
	background-image: url(menuRight.gif);
	background-repeat: no-repeat;
	background-position: right 30px;
	padding: 15px 12px 10px 0px;
}
.imageLane {
	vertical-align: top;
}
#logo {
	height: 60px;
	width: 200px;
	margin-bottom: 15px;
	vertical-align: middle;
	text-align: center;
}
.content .price {
	font-weight: bold;
	color: #7B9B26;
	text-align: right;
}

.mainBody {
	background-image: url(mainbg.gif);
	background-repeat: repeat-x;
	background-color: #D5D4D9;
}
.footer {
	font-size: 11px;
	color: #999999;
	padding: 2px 0px 0px 0px;
	text-align: center;
}
.footer a {
	color: #999999;
	text-decoration: none;
}


/******************************************************************************************************************************************************************************************
* Main Menu
*/
#mainMenu {
	text-align: right;
	color: #666666;
}
#mainMenu a {
	font-family: "trebuchet MS", verdana, helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #B4B4B6;
	display: block;
}
#mainMenu a:hover {
	color: #777777;
	border-bottom: 1px solid #CCCCCC;
}
#mainMenu .sub{
	color: #666666;
	border-bottom: none;
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
	}
#mainMenu .sub:hover{
	color: #888888;
	border-bottom: none;
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
	text-decoration: underline;
	}

/******************************************************************************************************************************************************************************************
* Contact
*/
#contact{
	background-image: url(cm-title.gif);
	padding: 1px 15px 0px 0px;
	background-repeat: repeat-x;
	background-position: top;
	}
#contact table td{
	font-size: 11px;
}
#contact input, #contact textarea, #contact select{
	width: 120px;
	border: 1px solid #666666;
	font-size: 11px;
}
#contact .button{
	width: auto;
	border: 1px solid #E9F2D5;
	background-color: #A6CE39;
	font-weight: bold;
	color: #ffffff;
	}

/******************************************************************************************************************************************************************************************
* Content
*/
.content {
	vertical-align: top;
	padding: 25px 0px 10px 20px;
	line-height: 15px;
}
.content img{
	padding-right: 5px;
}
.content h1 {
	color: #A6CE39;
	font-size: 18px;
	font-weight: bold;
	margin: 5px;
}
.content h2 {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	margin: 5px;
	border-bottom: 1px solid #A6CE39;
}
.content p {
	color: #666666;
	font-size: 11px;
	margin: 5px 10px 5px 5px;
}
.content a {
	color: #666666;
	text-decoration: none;
}
.content a:hover {
	color: #333333;
	text-decoration: underline;
}


/******************************************************************************************************************************************************************************************
* Content Menu
*/
#contentMenu td
{
	background-image: url(cm-title.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px 5px 2px 5px;
}
#contentMenu h2
{
	font-size: 11px;
	color: #000000;
	border-bottom: 0px;
	padding: 0px;
	}
#contentMenu h2 a
{
	color: #000000;
	text-decoration: none;
	}
#contentMenu h2 a:hover
{
	color: #666666;
	text-decoration: none;
	}
#contentMenu img
{
	margin: 3px 5px 0px 0px;
}


/******************************************************************************************************************************************************************************************
* Link Xchanger
*/
.linkXchanger td
{
	padding: 3px 0px 0px 2px;
	}
textarea, input
{
	border: 1px solid #A6CE39;
	background-color: #E8E8EA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
.linkXchanger .check
{
	border: 0px;
	background-color: transparent;
	
	}

.msg
{
	border: 2px solid #A6CE39;
	background-color: #E8E8EA;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 15px;	
	}