body {
	padding: 0;
	margin: 0;
	background: #FFF url(../images/background.jpg) repeat-x 0 250px;
	font-family: Tahoma, Verdana;
}

h2 {
	font-size: 20px;
	color: #666;
	font-family: Tahoma, Verdana;
}

a {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

a:visited {
	color: #ff6666;
	text-decoration: none;
}

a:active {
	color: #ff9999;
	text-decoration: none;	
}

.langLine {
	background: transparent url(../images/langLine.jpg) repeat-x 0 0;
	display: block;
	width: 100%;
	height: 39px;
}

.lang {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.lang a {
	float: right;
	margin: 13px 10px 0 10px;
	padding: 1px 0;
	font-size: 11px;
	font-weight: normal;
	width: 77px;
	text-align: center;
	height: 22px;
	color: #666;
}

.lang a.currentLang {
	background: transparent url(../images/langBackground.gif) no-repeat 0 0;
	padding: 2px 0;
	color: #CCC;
}

.lang a:hover {
	text-decoration: underline;
}

.lang a:visited {
	color: #666;
}

.lang a.currentLang:visited {
	color: #CCC;
}

.lang a.currentLang:hover {
	margin-top: 13px;
	text-decoration: none;
}

.headerLine {
	background: #F0F0F0;
	width: 100%;
	height: 89px;
	border-top: 2px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 0px;
}

.header {
	background: transparent url(../images/header.jpg) no-repeat 0 0;
	width: 983px;
	height: 89px;
	margin: 0 auto;
}

.logo {
	display: none;
}

.header h1 {
	margin: 0;
}

.header h1 a {
	width: 180px;
	height: 88px;
	display: block;
	margin-left: 15px;
}

.row {
	width: 960px;
	margin: 0 auto;
	display: block;
	padding: 0;
	overflow: hidden;
}

.left {
	padding-top: 20px;
	margin: 0;
	width: 275px;
	float: left;
	border-left: 1px solid #cc9999;
}

.label {
	background: #FFF url(../images/labelBackground.jpg) repeat-y right top;
	display: block;
	text-align: right;
	width: 255px;
	position: relative;
	padding: 10px 10px 10px 0;
	border-right: 1px solid #cc9999;
	height: 73px;
}

.label h2 {
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	display: inline;
}

.label p {
	padding: 0 0 0 20px;
	font-size: 11px;
	color: #999;
	height: 22px;
}

.label img {
	width: 6px;
	height: 11px;
	float: right;
	margin-right: -16px;
	position: relative;
	display: block;
}

.left ul {
	padding: 10px 0 0 0;
	background: #FFF;
	margin: 0;
	list-style: none;
}

.left ul li{
	width: 245px;
	background: #FFF;
	padding: 5px 20px;
	border-bottom: 1px solid #cc9999;
	display: block;
}

.left ul li a{
	font-size: 12px;
	font-weight: bold;
}

.left ul li.subMenu {
	padding-left: 30px;
	width: 235px;
}


.left ul li.activeManu  a{
	color: #333;
}

.left ul li.activeManu{
	background: #FFF url(../images/activeMenu.jpg) no-repeat 0 0;
}

.right {
	width: 683px;
	float: left;
	padding-top: 20px;
	display: block;
	margin: 0;
}

.right img {
	border: 1px solid #cc9999;
	margin: 0;
	margin-left: 10px;
	width: 672px;
}

.right p, .right ol li , .right h3 {
	padding: 0 10px;
	font-size: 11px;
	color: #333;
	margin: 0;
}

.right h3 {
	font-size: 14px;
	font-weight: bold;
}

.row .right ol {
	list-style-type: decimal;
	clear: both;
	display: block;
}

.row .right ol li {
	padding: 0;
	clear: both;
	display: block;
}

.noBorder {
	border: none;
}

.box {
	padding: 0 20px 0 20px;
	margin: 0;
	background: #f7f7f7;
	border: 1px solid #cc9999;
	margin-right: 10px;
}

.box a {
	font-size: 11px;
}

.box a:hover{
	text-decoration: underline;
}

.box .text {
	font-size: 11px;
	font-weight: bold;
}

.section {
	padding: 10px 0;
	border-bottom: 1px solid #cc9999;
}

.left  .box .section ul {
	list-style-type: none;
	background: transparent;
	padding: 0;
	
}

.left  .box .section ul li {
	border: none !important;
	padding: 0;
	width: 200px !important;
	float: left;
	display: block;
	background: transparent !important;
}

.left  .box .section ul li a {
	background: transparent url(../images/line.gif) no-repeat left 10px;
	font-size: 11px;
	font-weight: normal;
	padding: 4px 0 4px 8px;
	float: left;
}

.box p {
	font-size: 10px;
	color: #333;
}

.footerLine {
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
	background: #333;
	border-top: 1px solid #666;
	display: block;
	overflow: hidden;
	clear: both;
}

.footer {
	width: 960px;
	margin: 0 auto;
}

.footer  p {
	width: 500px;
	padding-left: 290px;
	font-size: 10px;
	color: #CCC;
}

.footer  a {
	color: #FFF !important;
	display: inline;
}

.footer  a:hover {
	text-decoration: underline;
}

.images {
	width: 683px;
	clear: both;
	display: block;
	overflow: hidden;
	margin: 0;
	margin-top: 10px;
	margin-left: 10px;
}

.images img {
	float: left;
	width: 110px;
	padding: 5px;
	margin: 0;
	margin-right: 15px;
	cursor: pointer;
}

img.last {
	margin-right: 0;
}

.clientUs {
	border-top: 1px solid #CCC;
	margin-left: 10px;
	padding: 10px 0 0 0;
	overflow: hidden;
	display: block;
	clear: both;
}

.clientUs p strong {
	color: #333;
	font-size: 11px;
}


.clientUs p {
	color: #999;
	font-size: 10px;
	padding: 0;
}

span.comm {
	color: #333;
	font-size: 12px;

}

p.commFrom {
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}

.right form {
	margin-left: 10px;
}

.right form p {
	padding-left: 0;
}


.right form input, .right form textarea {
	margin-bottom: 20px;
	border: 1px solid #CCC;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	width: 135px;
}

.activeForm {
	background: #FFFFCC;
}

.right table {
	text-align: center;
	float: right;
	color: #333;
	background: #F0F0F0;
	font-size: 12px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin-top: 13px;
	margin-left: 2px;
}

.right table tr td {
	padding: 5px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.right form table tr td input {
	padding: 0;
	margin: 0;
	width: 90px;
}

.right form table tr td input.two {
	width: 194px;
}


.right form table tr td input.four, .right form table tr td textarea.four  {
	width: 400px;
	margin: 0;
}

.right form table tr td em {
	font-size: 11px;
}

.leftForm {
	float: left;
	display: block;
}

.cl {
	font-size: 0px;
	clear: both;
	padding: 4px 2px 4px 0;
	text-align: right;
	border-top: 1px dotted #CCC;
	border-bottom: 1px solid #CCC;
	margin-top: 10px;
}

.space {
	height: 48px;
	width: 140px;
	display: block;
}

p.kforerror span.errstr {
	color: #A52A2A;
	font-style: italic;
}

.ad_button {margin-bottom: 10px;}

.right table.info {
	width: 672px;
	background: #FFF;
	float: left;
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 10px;
}

.right table.info tr td {
	padding: 2px 5px;
}

.mainRow {
	background: #666;
	color: #CCC;
}

.mainP {
	background: #333;
	color: #FFF;
	font-weight: bold;
}

.submainRow {
	background: #e3e3e3;
	font-weight: bold;
}

p.light {
	color: #999;
}

p.redText {
	font-size: 22px;
	color: red;
	text-align: center;
}

span.priceList {
	margin: 0 0 0 10px;
	font-weight: bold;
	font-size: 18px;
	padding: 0px;
	display: block;
}

