/* Begin Structure Styles =============================================== */
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #221e1f;
	font-size:12px;
	overflow: -moz-scrollbars-vertical;
	background:#e3e8ce url(../images/header_back.jpg) repeat-x ;
}


#wrapper {
	padding: 0;
	width: 980px;
	margin: 0 auto;
	text-align: left;

}



#header {
	margin: 0;
	padding: 0;
	width: 980px;
	text-align: left;
}

#headertop {
	margin: 0;
	padding: 20px 0px 0 20px;
	width: 960px;
	height:55px;
	text-align: left;
}


#logo {
	float:left;
	padding:0;
	width:250px;
}


.call {
	float:right;
	padding:35px 0 0 0;
	width:400px;
	text-align: right;
}


.home_banner {
	margin: 0;
	padding: 0;
	width: 980px;
	height:250px;
	text-align: left;
	background:url(../images/home-banner.jpg);
}


.banners {
	margin: 0;
	padding: 0;
	width: 980px;
	height:250px;
	text-align: left;
	
}


#footer-wrapper {
	margin: 0 auto;
	padding: 0;
	width:980px;
	font-size:11px;


}

#footer {
	 clear:both;
	margin: 30px 0 0 0;
	padding: 5px 0 0 0;
	height:50px;
	line-height:35px;
	background:url(/images/footer_bg.jpg) repeat-x;
	color:#ffffff;
	font-size:11px;
}



#footer a:link{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}




#moirae {
	padding: 10px 0 0 0;
	margin:10px 0 0 0;
	width: 980px;
	text-align: right;


}



.basket {
	padding: 5px 0 0 10px;
	float:left;



}

.basket-text {
	padding: 5px 0 0 5px;
	float:left;
	font-size:10px;
	width:100px;


}







/* End Structure Styles =============================================== */



/* menu Styles =============================================== */





#menu{
	font: bold 13px Arial;
	width: 980px; /*leave this value as is in most cases*/
	height:40px;
	overflow: hidden;
	margin:6px 0 0 0;
	padding: 0;
	float: right;
}

#menu ul{
margin: 0;
padding: 0;
float: left;
/*width of menu*/
border-width: 1px 0;
}

#menu ul li{
display: inline;
}

#menu ul li a{
float: left;
color: #221e1f; /*text color*/
padding: 10px 10px 10px 10px;
text-decoration: none;
border-right: 1px solid #b5c863; /*dark purple divider between menu items*/
}

#menu ul li a:visited{

}

#menu ul li a:hover, #menu ul li .current{
color: #bcd436 !important; /*text color of selected and active item*/

}

#menu ul li.current a:link, #menu ul li.current {
color:#bcd436;
}
	






	
/* main */

.leftmenu {
width: 250px;
background:url(../images/left-trans.png);
}
.leftmenu_list {
	width: 230px;
	background:url(../images/left-trans.png);
	padding:0 0 0 20px;
}
.leftmenu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
}
.leftmenu_body {
	display:none;
	font-size:12px;
	color:#FFF;
	margin:0 0 0 10px;
}
.leftmenu_body a {
  display:block;
  color:white;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.leftmenu_body a:hover {
  color: #bcd436;
  text-decoration:underline;
}

/* subMenu */
.leftmenu li li a:link, .leftmenu li li a:visited {
font-weight: normal;
padding: 5px 0 5px 30px;
}
.leftmenu li li a:hover {
padding: 5px 0 5px 30px;
}

/* subSubMenu */
.leftmenu li li li a:link, .leftmenu li li li a:visited {
padding: 0 0 1px 40px;
}
.leftmenu li li li a:hover {
padding: 0 0 1px 40px;
}	
	
	
	

	
	
/* Start Content Styles =============================================== */
#content_container {
	float: left;
	padding: 0 0 20px 0;
	margin:0;
	width: 980px;
}




#left_container {
	float: left;
	padding: 20px 0 0 0;
	width: 640px;
}




#right_container {
	float: right;
	padding: 20px 0 0 0;
	width: 300px;
	;

}


.topcontent_full {
	width:940px;
	float:left;
}

.right_left_col {
	
	float: left;
	padding: 0 20px 0 0;
	width: 290px;
	
	
}




.hgrey {
	color:#7f807f;
}


.hred {
	color:#c5168d;
}

.hblack{
	
	color:#1a171b;
	
	
	}






.bullets {

	float:left;
}

.bullets ul {
	margin:0;
	padding:3px 10px;
	list-style:none;
	display: inline;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}

.bullets li{
	margin:0;
	padding:7px 0px 7px 15px;

	display:block;
	background-image:url(../images/bullets.png);
	background-repeat:no-repeat;
	background-position:0px 10px;
}

.bullets li.last{
	border-bottom:none;
}

.bullets li.first{
	padding:0px 0px 10px 20px;
	background-position:0px 3px;
}

/* End Content Styles =============================================== */

/* Begin Breadcrumb Styles =============================================== */

#breadcrumb {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#B7CE35;
	margin:10px 0 20px 0;
	float: left;
	width:680px;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
}

#breadcrumb ul li {
	display: inline;
	background-image:url(../images/bread_bul.png);
	background-repeat:no-repeat;
	padding:3px 5px 0 15px;
	background-position: 0px 6px;
	color:#B9CF3C;
}


#breadcrumb ul li a {
	font-weight:bold;
	text-decoration:underline;
	color:#B9CF3C;
}

#breadcrumb ul li a:hover {
	text-decoration:none;
	color:#FFF;
}

.numbering {
	float: left;
	border: 1px solid #d3d6d7;
	text-align: right;
	padding: 6px 10px 6px 10px;
	margin: 0 0 6px 0;
	font-size:12px;
}

/* End Breadcrumb Styles =============================================== */


/* Begin Class Styles =============================================== */

 h1{
	font-size:24px;
	padding:0;
	margin:0;
	font-weight:normal;
}




h2 {
	font-size:30px;
	padding: 0 0 5px 0;
	margin: 0;
	font-weight:lighter;
	text-align: left;
	
	}
	
h3 {
	font-size:16px;
	padding: 0 0 5px 0;
	margin: 0;
	font-weight:bold;
	text-align: left;
	
	}	
	
h4 {
	color:#494949;
	font-size:11px;
	padding: 5px 0 0 0;
	margin: 0;
	font-weight: bold;
	
	}	


.fontsize12px {

	font-size:12px;

	
	}	
	
	.fontsize14px {

	font-size:14px;

	
	}	
	
.fontsize16px {

	font-size:16px;

	
	}
	
.fontsize18px {

	font-size:18px;

	
	}		
	
	
.fontsize24px {

	font-size:24px;

	
	}		
	
	
	

.padding10px {
	padding:10px;
}

.padding20px {
	padding:20px 0 10px 20px;
}


.marginleft10px {
	margin:0 0 0 10px;
}


.margin10px {
	margin:10px;
}


.margin20px {
	margin:20px;
}


.paddingleft10px {
	padding:0 0 0 10px;
}

.paddingleft20px {
	padding:0 0 0 20px;
}


.marginleft40px {
	margin:0 0 0 40px;
}


.paddingright10px {
	padding:0 10px 0 0;
}

.paddingtop10px {
	padding:10px 0 0 0;
}
.paddingtop20px {
	padding:20px 0 0 0;
}

.paddingbottom10px {
	padding:0 0 10px 0;
}
.marginbottom10px {
	margin:0 0 5px 0;
}



.fontwhite {
	color: #FFFFFF;	
}

.fontgrey {
	color: #333;
}
.fontgreen{
color: #778e10;
}
.fontblack {
	color: #000000;	
}

.fontred {
	color: #ff2222;
}

.fontyellow {
	color: #ffb10f;	
}

.border {
	border: 2px #757575 solid;
}

.border2 {
	border: 2px #B7B7B7 solid;
}



.borderright {
	border-right: 1px solid #EA8383;
}

.borderleft {
	border-left: 1px solid #7399AD;
}

.borderbottom {
	border-bottom: 1px solid #DEDEDE;
}

.borderbottomdashed {
	border-bottom: 1px dashed #FFF;
}

.backgroundred {
	background-color: #8e1104;
}

.backgroundgrey {
	background-color: #eceeef;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: white;
}

a:hover {
	text-decoration: none;
	color: white;
}



	
a.blue:link, a.blue:visited, a.blue:active {
	text-decoration: none;
	color: #00306E;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
}

a.blue:hover {
	text-decoration: underline;
		font-size:16px;
	font-weight:bold;
}	

a.white:link, a.white:visited, a.white:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.white:hover {
	text-decoration: underline;
}



a.dark:link, a.dark:visited, a.dark:active {
	text-decoration: none;
	color: #141414;
}

a.dark:hover {
	text-decoration: underline;
	color: #141414;
}


.aligncenter {
	text-align:center;	 
			 
}







/* Begin Form Styles =============================================== */

.search {
	float:right;
	margin:10px 20px 0 0;

	}


.searchlabel {
	display: block;
	float: left;
	text-align: right;
	padding: 3px 8px 0 0px;
	margin-bottom: 10px;
	width: 50px;
	font-weight: bold;
	height: 25px;
}



.searchinput {
	font-size: 12px;
	float:left;
	background: #FFFFFF !important;
	border: 1px #b5b5b5 solid;
	color: #939191;
	height: 20px;
	line-height:20px;
	font-weight:normal;
	width:130px;
}



.white_btn
{
  display: block;
	width:131px;
	height:32px;
  background: url(/images/white_btn.png) no-repeat 0 0;
  text-align: center;
}

.white_btn:hover
{ 
  background: url(/images/green_btn.png) no-repeat 0 0;
  
}

.white_btn span
{
	line-height:28px;
	text-align: center;
	
}


a.white_btn:link, a.white_btn:visited, a.white_btn:active {
	text-decoration: none;
	font-weight:bold;
	color: #000000;
}

a.white_btn:hover {
	text-decoration: none;
}




.big_green_btn
{
  display: block;
	width:205px;
	height:50px;
	margin:-5px 0 0 0;
  background: url(/images/big_green_btn.png) no-repeat 0 0;
  text-align: center;
}

.big_green_btn:hover
{ 
  background: url(/images/big_green_btn_hover.png) no-repeat 0 0;
  
}

.big_green_btn span
{
	line-height:48px;
	text-align: center;
	font-size:18px;
	font-weight:normal;
	
}


a.big_green_btn:link, a.big_green_btn:visited, a.big_green_btn:active {
	text-decoration: none;
	color: #ffffff;
}

a.big_green_btn:hover {
	text-decoration: none;
}




.big_gray_btn
{
  display: block;
	width:156px;
	height:50px;
	margin:-5px 0 0 0;
  background: url(/images/big_gray_btn.png) no-repeat 0 0;
  text-align: center;
}

.big_gray_btn:hover
{ 
  background: url(/images/big_gray_btn_hover.png) no-repeat 0 0;
  
}

.big_gray_btn span
{
	line-height:48px;
	text-align: center;
	font-size:18px;
	font-weight:normal;
	
}


a.big_gray_btn:link, a.big_gray_btn:visited, a.big_gray_btn:active {
	text-decoration: none;
	color: #ffffff;
}

a.big_gray_btn:hover {
	text-decoration: none;
}








.search_btn {
	float: left; 
	background: url(../images/button_off.png) no-repeat;
	border: none;
	width:27px;
	height:27px;
	cursor:pointer;
}

.search_btn:hover {
	float: left; 
	background: url(../images/button_on.png) no-repeat;
	border: none;
	width:27px;
	height:27px;
	cursor:pointer;
}




.right_contact {
	background:#FFF;
	padding:20px 20px 40px 20px;
	border:#8da036 solid 1px;
	width:260px;
	float:right;
	
	
	
	
	}


.form {
	padding: 0;
	margin:10px 0 0 0;
	width: 300px;
	float:left;
}

.form_contact_top {
	padding:0;
	margin:0;
	width: 300px;
	height:50px;
	float:left;
	background:url(/images/form_contact_top.png)  no-repeat;
}

.form_client_top {
	padding:0;
	margin:0;
	width: 300px;
	height:50px;
	float:left;
	background:url(/images/form_client_top.png)  no-repeat;
}

.form_client_feedback_top {
	padding:0;
	margin:0;
	width: 300px;
	height:50px;
	float:left;
	background:url(/images/form_client_feedback_top.png)  no-repeat;
}



.form_top {
	padding:0;
	margin:0;
	width: 300px;
	height:50px;
	float:left;
	background:url(/images/form_top.png)  no-repeat;
}


.form_middle {
	padding:10px 0 0 0;
	margin:0;
	width: 300px;
	float:left;
	background:url(/images/form_middle.png) 	repeat-y;
}

.form_bottom {
	padding:0;
	margin:0;
	width: 300px;
	height:20px;
	float:left;
	background:url(/images/form_bottom.png)  no-repeat;
}


.contactbox  {
	padding: 10px 0 0 20px;
	margin: 20px 0 0 0;
	width: 925px;
	height:45px;
	background:url(/images/contact_long_box.png);
	float: left;
	
}


.contactpage_form {
	width: 388px;
	height:360px;
	background:url(/images/projects_back.png);
	float: right;
}

.contactpage_form h1{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:28px;
	color:#fcb03c;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:15px;
	font-weight:normal;
}

legend { 
	padding: 0;
	font-size:14px;
	font-weight: bold;
}

input:focus, textarea:focus {
border: 1px #b5b5b5 solid;
}


fieldset{
	
	padding:0;
	margin:0;
	border:none;
	}

label {
	display: block;
	float: left;
	text-align: right;
	padding: 3px 8px 0 0px;
	margin-bottom: 10px;
	width: 220px;
	font-weight: bold;
	height: 25px;
}



.label2 {
	display: block;
	float: left;
	text-align: right;
	padding: 3px 8px 0 0px;
	margin-bottom: 10px;
	width: 100px;
	font-weight: bold;
	height: 25px;
}


.inputcontact {
	font-size: 12px;
	background: #FFFFFF !important;
	border: 1px #b5b5b5 solid;
	color: #333;
	height: 20px;
	line-height:20px;
	font-weight:normal;
	width:300px;	
}

.input {
	font-size: 12px;
	background: #FFFFFF !important;
	border: 1px #b5b5b5 solid;
	color: #333;
	height: 20px;
	line-height:20px;
	font-weight:normal;
	width:260px;
	margin:0 0 10px 0;
}




.selectcontact {
	float: left; 
	color: #333;
	border: 1px #b5b5b5 solid;
	height: 25px;
	line-height:25px;
	font-size: 12px;
}

.select {
	font-size: 11px;
	color: #333;
	border: 1px #b5b5b5 solid;
	width:250px;
}

.textarea {
	font-size: 11px;
	background: #FFFFFF !important;
	border: 1px #b5b5b5 solid;
	color: #333;
	font-family: arial, sans-serif;
	width:180px;
	margin-bottom:15px;
	font-weight:normal;
}

.textareacontact {
	font-size: 11px;
	background: #FFFFFF !important;
	border: 1px #b5b5b5 solid;
	color: #333;
	font-family: arial, sans-serif;
	width:300px;
	margin-bottom:15px;
	font-weight:normal;
}



.button2
{
  display: block;
  width:107px;
	height:28px;
 background: url(../images/submit_off.png) no-repeat;

 
  color:#333;
}

.button2:hover
{ 
  background: url(../images/submit_on.png) no-repeat;
  
}

.button2 span
{
	line-height:28px;
	 padding:0 0 0 30px;
	
}




a.button2:link, a.button2:visited, a.button2:active {
	text-decoration: none;
	font-weight:bold;
	color: #333;
}

a.button2:hover {
	text-decoration: none;
}


.submit {
	float: left;
	background: url(../images/green_btn.png) no-repeat;
	border: none;
	width:131px;
	height:31px;
	cursor:pointer;
	line-height:27px;
	text-decoration: none;
	font-weight:normal;
	color: #FFF;
	text-align:center;
	margin:10px 0 0 0;
}

.submit:hover {
	float: left; 
	background: url(../images/white_btn.png) no-repeat;
	border: none;
	width:131px;
	height:31px;
	cursor:pointer;
	line-height:27px;
	text-decoration: none;
	color: #333;
	text-align:center;
	padding:0;
}

a img {border: none;}

.add-to-basket {
	float: right; 
	background: url(../images/add-to-basket-off.jpg) no-repeat;
	border: none;
	width:97px;
	height:69px;
	cursor:pointer;

}

.add-to-basket:hover {
	float: right; 
	background: url(../images/add-to-basket-on.jpg) no-repeat;
	border: none;
	width:97px;
	height:69px;
	cursor:pointer;

}



a img {border: none;}


.fileuploader {
	float: left; 
	font-size: 11px;
	background: #FFFFFF !important;
	border: 1px #b5b5b5 solid;
	color: #939191;
	height: 22px;
	font-weight:normal;
}


.left_contact {
	background:url(../images/left-trans.png);
	width:230px;
	padding:0 0 50px 20px;
	
	}



/* End Form Styles =============================================== */


.floatleft {
	float:left;
	}
	
.floatright {
	float:right;
	}

.clear {
	clear:both;
	
	}



.accToggler{
	margin:0 0 0 0;
	padding:10px 0px 10px 0;
	display:block;
	font-size:16px;
	clear: both;
}

.accContent{
	margin:0 0 0 0;
	display: none;
	padding: 5px 10px 0 0px;
	
}

.bottom_text {
float:left;
padding:20px 0 0 0;


}

.news {
	width:304px;
	float:left;
	
}

.article {
	float:left;
	padding:10px 0 10px 0;
}

.news_image {
	float:left;
	padding-left:4px;
	width:99px;
}

.news_text {
	float:left;
	padding-left:8px;
	padding-right:15px;
	width:178px;
}

.news_text p{
	padding:0px;
	margin:0px;
	line-height:15px;
}


.botttomleft {
	float:left;
	width:520px;
	padding:0 10px 0 0;
}

.botttomright {
	float:left;
	width:380px;
	padding:0 0 0 20px;
}



#projectshow {
	padding: 0;
	margin: 0;
	width: 388px;
	height:360px;
	background:url(/images/projects_back.png);
	float: right;
	position:relative;
}
#projectshow #projectsContainer {
  margin:0 auto;
  width:388px;
  height:285px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#projectshow #projectsContainer .project {
  margin:0 auto;
   width:388px; /* reduce by 20 pixels of #projectsContainer to avoid horizontal scroll */
  height:285px;
}

/** 
 * projectshow controls style rules.
 */
.control {
  display:block;
  width:36px;
  height:36px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  z-index:2;
}
#leftControl {
  top:160px;
  left:5px;
  background:transparent url(/images/arrow_left.png) no-repeat 0 0;
}
#rightControl {
  top:160px;
  right:10px;
  background:transparent url(/images/arrow_right.png) no-repeat 0 0;
}


#pageContainer {
  margin:0 auto;
  width:348px;
}
#pageContainer h1 {
  display:block;
  width:348px;
  height:360px;
  background:transparent url(img/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}
.project h2, .project p {
	
	background:url(/images/project_title_box.png);
	width:300px;
	height:50px;
  	padding:10px 20px 0 20px;
	margin:0 0 0 20px;
}
.project h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.project img {
  float:left;
  margin:0 20px 10px 20px;
}



.testimonialspages {
	  font:italic 16px Arial, "Times New Roman", Times, serif;
	  color:#666;
	  line-height:18px;
	}
	
	
.testimonialspages_title {
	  font:bold 14px Arial, "Times New Roman", Times, serif;
	  color:#8da036;
	}

.testimonials {
	float:left;
	width:280px;
	margin:10px 0 0 0;
	
	
	
	}


#rotating_items{
	position: relative;
	width:280px;
	height:200px;
	margin:0;
	font-size:14px;
}
	#rotating_items h3{
		margin: 0px;
	}
 
	#rotating_items div.rotating_item{
		position: absolute;
	}




.button
{
  display: block;
  width: 88px;
  height: 31px;
  background: url(/images/button_off.png) no-repeat 0 0;
  text-align: center;
}

.button:hover
{ 
  background: url(/images/button_on.png) no-repeat 0 0;
  
}

.button span
{
	line-height:31px;
	text-align: center;
	
}


a.button:link, a.button:visited, a.button:active {
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
}

a.button:hover {
	text-decoration: underline;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}




.special-left{
	float:left;
	width:275px;
	padding:0;
	margin:0px 30px 20px 20px;

	}

	
.products{
	float:left;
	width:165px;
	padding:0;
	margin:0 10px 10px 0;
	color:#202020;
	text-align: center;

	}
	

.product-details{
	float: right;
	padding: 10px 10px 20px 20px;
	width: 675px;
	background:url(../images/details-box-trans.png) repeat-x;
	border:#FFF solid 1px;

	}

.product-details-left{
	float:left;
	width:275px;
	padding:0;
	margin:5px 20px 10px 0;

	}
	
.product-details-right{
	float:left;
	width:335px;
	padding:0;
	margin:0;

	}
	

.product-details-price-box{
	float:left;
	width:165px;
	padding:10px 0 0 0;
	margin:0;
	text-align:center;
	height:56px;
	border:#757575 solid 2px;
	background:#FFF;
	color: #202020;
	font-weight: bold;

	}


.special_products_box{
	width:165px;
	float:left;
	background:#EBEBEB;
	margin: 4px 0 10px 0;
	height: 80px;
}




.products_box{
	width:165px;
	float:left;
	background:#c6c6c6;
	margin: 4px 0 0 0;
	height: 80px;
}


a.products_box:link, a.products_box:visited, a.products_box:active {
	text-decoration: none;
	color: #333;
}

a.products_box:hover {
	text-decoration: underline;
}

	
	
	
	
	.boxproduct {
	background:#c6c6c6;
	width:197px;
	margin:0 30px 20px 0;
	padding:0;
	float:left;
	color:#202020;
	text-align: center;

	}
	
	
.boxproduct_box{
	width:197px;
	float:left;
	background:#c6c6c6;
	padding: 5px 0 5px 0;
	font-size:14px;
	font-weight:bold;
}
	
	
	

.deals{
	background:url(../images/deals.png);
	width:49px;
	height:48px;
	position:relative;
	z-index:20;
	top:-10px;
	left:-20px;
	float:left;
	}		
	

	
div.domtab{
	
	width:710px;
	background:white;
	float:left;
	padding:0;
	margin:0;
	
		
		}
		ul.domtabs{
			float:left;
			width:710px;
			background:#dfdfdf;
			padding:0;
			margin:0;
			font-size:14px;
			
					
		}
		ul.domtabs li{
			float:left;
		    list-style:none;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			
			padding:0 20px 0 20px;
			display:block;
			background:#dfdfdf;
			color:#151515;
			height:55px;
			line-height:55px;
			font-weight:bold;
			text-decoration:none;
		}
		
		
		ul.domtabs a.red:link, a.red:visited, a.red:active{
	
			color:#ff2222;
	
		}
		html>body ul.domtabs a:link,
		html>body ul.domtabs a:visited,
		html>body ul.domtabs a:active,
		html>body ul.domtabs a:hover{
			height:auto;
			min-height:3em;
		}
		ul.domtabs a:hover{
			background:#bcd436;
		}
		div.domtab div{
		
		
	
		}
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			background:white;
			color:black;
		}
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#fff;
		}
		
		
		
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			
			display:block;
			padding:0;
			font-weight:bold;
			font-size:16px;
		}
		div.domtab div h2 a,
		div.domtab div h2 a:hover,
		div.domtab div h2 a:active
		{
			color:white;
			display:inline;
			padding:0;
			font-weight:normal;
			font-size:1em;
		}
		
/* other scheme! */
#other{
	font-size:.8em;
	margin-left:.3em;
	width:60em;
	margin-bottom:3em;
	float:left;
}
div#other.domtab div{
	clear:both;
	width:54em;
	background:white;
	color:#fff;
	padding:1em 3em;
}
		
#other ul.domtabs a:hover{
	background:#bcd436;
}
div#other ul.domtabs li.active a:link,
div#other ul.domtabs li.active a:visited,
div#other ul.domtabs li.active a:active,
div#other ul.domtabs li.active a:hover{
	background:#669;
	color:#fff;
}
#other div{
	float:left;
}
ul.prevnext{
	float:left;
	width:100%;
}
ul.prevnext li{
	float:left;
	width:49%;
}
ul.prevnext li.next{
	float:right;
	text-align:right;
}

	


.content {
	width:640px;
	margin-top:10px;
	float:left;
}

.content_left {
	float:left;
	width:480px;
	color:#FFF;
	padding: 20px;
	
}


.content_right {
	float:left;
	width:320px;
	padding-left:10px;
	border-left:1px dashed #a8a8a8;
}


.content_box {
	width:670px;
	border:1px #FFF solid;
	padding:20px;
	float:left;
	margin:10px 0px 10px 0px;
}


.strike{
 text-decoration:line-through;
}

.services_box{
	width:140px;
	float:left;

}
	

.services_box_image{
	width:123px;
	background:#778e10;
	border:#778e10 solid 1px;
	text-align: center;
}
	
	
.services_box_text{
	width:113px;
	background:#778e10;
	border:#778e10 solid 1px;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	height: 30px;
}
	
