@font-face{ font-family: 'MyWebFont'; src: url('/scripts/genbasr-webfont.eot'); src: url('/scripts/genbasr-webfont.eot?iefix') format('eot'), url('/scripts/genbasr-webfont.woff') format('woff'), url('/scripts/genbasr-webfont.ttf') format('truetype'), url('/scripts/genbasr-webfont.svg#webfont') format('svg'); } 


/* Begin Structure Styles =============================================== */
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: 'MyWebFont', Arial, Helvetica, sans-serif;
	color: #221e1f;
	font-size:16px;
	font-weight:lighter;
	overflow: -moz-scrollbars-vertical;
	background:#e3e8ce url(../images/header_back_white.jpg) repeat-x ;
}

body.home {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:  'MyWebFont', Arial, Helvetica, sans-serif;
	color: #221e1f;
	font-weight:lighter;
	font-size:16px;
	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;
	margin: 1px 0px 0px 14px;
}


.call {
	    float: left;
    margin: 0 0 0 -20px;
    padding: 25px 0 0;
}


.home_banner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 980px;
	height:250px;
	text-align: left;
	background:url(../images/home_banner.jpg) no-repeat top left;
	display:block;
	border-top: 1px solid #FFFFFF;
}


.banners {
	margin: 0;
	padding: 0;
	width: 980px;
	height:250px;
	text-align: left;
	
}


#footer-wrapper {
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
	width:980px;
	font-size:14px;
    background:url(/images/footer_swirls.png) no-repeat right top; 
    height:45px;
}

#footer {
	 clear:both;
	margin: 30px 0 0 0;
	padding: 0px;
	height:60px;
	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:46px;
	padding: 0 0 5px 0;
	margin: 0;
	text-align: left;
	color:#a5b85e;
	}
	
h3 {
	font-size:28px;
	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;
	
	}	
h5 
{
    color:#fff;
    font-size:22px;  
    margin:0px;
    padding:0px; 
}

.fontsize12px {

	font-size:12px;

	
	}	
	
	.fontsize14px {

	font-size:14px;

	
	}	
	
.fontsize16px {

	font-size:16px;

	
	}
	
.fontsize22px {

	font-size:22px;

	
	}		
	
	
.fontsize30px {

	font-size:30px;

	
	}		
	
	
	

.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: none;
	color: white;
}

a:hover {
	text-decoration: underline;
	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;
	color: #000000;
	font-size:14px;
	font-weight:bold;
}

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: 160px;
	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:100px;
	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:#000;
	  line-height:18px;
	  float:left;
	  padding: 10px 15px
	}
	
	
.testimonialspages_title {
	  font:bold 14px Arial, "Times New Roman", Times, serif;
	  color:#8da036;
	}

.testimonials {
	background:url(/images/test.png) repeat-x bottom right;
    float: left;
    width: 285px;
    border-radius:8px;
    background-color:#fff;
        -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
}

	



#rotating_items{
	font-size: 14px;
    height: 200px;
    margin: 0;
    padding-left: 10px;
    position: relative;
    width: 265px;
}
	#rotating_items h3{
		margin: 0px;
		float:left;
	}
 
	#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;
    margin-top:25px;
}
	
/*
.services_box_image{
	width:123px;
	background:#778e10;
	border:#778e10 solid 1px;
	text-align: center;
}
*/

.services_box_image {
    background: none repeat scroll 0 0 #586909;
    border-radius: 8px 8px 0px 0px;
        -webkit-border-radius: 8px 8px 0px 0px;
        -moz-border-radius: 8px 8px 0px 0px;
    box-shadow: 1px 2px 2px 0px #454545;
        -webkit-box-shadow:#454545 1px 2px 2px 0px;
        -moz-box-shadow:#454545 1px 2px 2px 0px;
    padding: 2px;
    text-align: center;
    width: 121px;
    padding:2px;
}

/*	
.services_box_text{
	width:113px;
	background:#778e10;
	border:#778e10 solid 1px;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	height: 30px;
}
*/

.services_box_text {
    background: none repeat scroll 0 0 #586909;
    border: 1px solid #586909;
    border-radius: 0 0 8px 8px;
        -webkit-border-radius: 0px 0px 8px 8px;
        -moz-border-radius: 0px 0px 8px 8px;
    box-shadow:#454545 1px 2px 2px 0px;
        -webkit-box-shadow:#454545 1px 2px 2px 0px;
        -moz-box-shadow:#454545 1px 2px 2px 0px;
    font-size: 14px;
    height: 30px;
    padding: 0px 5px 10px 5px;
    text-align: center;
    width: 113px;
}


.fish_spa_offer_text{
	font-size:30px;
	color:#E41E26;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	line-height:32px;
	padding-top: 25px;
	padding-bottom: 20px;
}

.fish_spa_page_heading{
	color: #778e10;
	font-size: 40px;
	line-height: 14px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	padding-top:15px;
	padding-bottom:15px;
}

.fish_spa_table_heading{
	color: #778e10;
	font-size: 38px;
	/*line-height: 14px;*/
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	padding-top:12px;
	padding-bottom:5px;
}

.fish_spa_page_text p{
	font-size:18px;
	line-height:19px;
}

.red_btn
{
  display: block;
	width:131px;
	height:32px;
  background: url(/images/red_btn.png) no-repeat 0 0;
  text-align: center;
}

.red_btn:hover
{ 
  background: url(/images/white_btn.png) no-repeat 0 0; 
}

.red_btn span
{
	line-height:28px;
	text-align: center;	
}

a.red_btn:link, a.red_btn:visited, a.red_btn:active {
	text-decoration: none;
	font-weight:bold;
	color: #FFF;
}

a.red_btn:hover {
	text-decoration: none;
}

.fish_spa_banner{
	background:url(../images/fish-spa-banner.jpg);
}

.fish_spa_page{
	background:#FFF url(../images/header_back_fish_spa.jpg) repeat-x ;
}

.fish_spa_table_top{
	width:402px;
	height:65px;
	border-bottom:1px solid #778e10;
}

.fish_spa_row{
	width:400px;
	height:35px;
	border-left:1px solid #778e10;
	border-bottom:1px solid #778e10;
	border-right:1px solid #778e10;
}

.fish_spa_teble_heading_large{
	width:195px;
	float:left;
}

.fish_spa_table_heading_small{
	float:left;
	text-align:center;
	width:102px;
}

.fish_spa_table_heading_small p{
	font-weight:bold;
	font-size:16px;
	padding-top:38px;
	margin:0;
}

.fish_spa_cell_large{
	width:174px;
	border-right:1px solid #778e10;
	height:28px;
	float:left;
	padding-left:20px;
	padding-top:7px;
}

.fish_spa_cell_small{
	width:102px;
	height:28px;
	float:left;
	text-align:center;
	padding-top:7px;
}

.cell_border_right{
	border-right:1px solid #778e10;
}

.fish_spa_cell_large p, .fish_spa_cell_small p{
	margin:0;
	font-size:16px;
}


.fish_spa_btn
{
  display: block;
	width:159px;
	height:50px;
	margin:-5px 0 0 0;
  background: url(/images/big_fish_btn.png) no-repeat 0 0;
  text-align: center;
}


.fish_spa_btn span
{
	line-height:48px;
	text-align: center;
	font-size:18px;
	font-weight:normal;
	
}


a.fish_spa_btn:link, a.fish_spa_btn:visited, a.fish_spa_btn:active {
	text-decoration: none;
	color: #ffffff;
}

a.fish_spa_btn:hover {
	text-decoration: none;
}

.offer 
{
    
    background: url(/images/bgOffer.png) no-repeat top right;
        padding: 25px 10px 16px 20px;
    width: 255px;
    margin-bottom: 20px;
    color:#000;
     height: 125px;
}


img.slideImages 
{
       border-radius: 8px;
       -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
       height: 250px;
       width: 310px;
}

.headerStyling 
{
    float:left;
    margin-left: 190px;
}

img.treatmentImage
{
    border-radius:8px;
    width:200px;
    float:left;
    margin:0px 10px 20px 0px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
}



.red_btn
{
  display: block;
	width:101px;
	height:32px;
  background: url(/images/redButton.png) no-repeat 0 0;
  text-align: center;
}

.red_btn:hover
{ 
  background: url(/images/redButtonHover.png) no-repeat 0 0;
}

.red_btn span
{
	line-height:28px;
	text-align: center;
	
}


a.red_btn:link, a.red_btn:visited, a.red_btn:active {
	text-decoration: none;
	font-weight:bold;
	color: #fff;
}

a.red_btn:hover {
	text-decoration: none;
}

.appointment 
{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    
    background: url(/images/appointment.png) no-repeat top right #231f20; /*non-CSS3 browsers will use this*/
    background: url(/images/appointment.png) no-repeat top right , -moz-linear-gradient(#231f20, #1a1718); /*gecko*/
    background: url(/images/appointment.png) no-repeat top right , -webkit-gradient(linear, 0 0, 0 100%, from(#231f20) to(#1a1718)); /*webkit*/
    background: url(/images/appointment.png) no-repeat top right , linear-gradient(#231f20, #1a1718); /*future CSS3 browsers*/
    -pie-background: url(/images/appointment.png) no-repeat bottom right , linear-gradient(#231f20, #1a1718); /*PIE*/
    
    color:#fff;
    behavior: url(scripts/PIE.htc);
    padding:25px 20px 16px 20px;
    margin-bottom: 20px;
    width:245px;
}

span.green 
{
    color:#a5b85e;
}

span.black
{
    color:#000;
}

span.white
{
    color:#fff;
}

.red_btn 
{
    float:right;
}

p.offerText 
{
    padding:0px;
    margin:0 0px 6px;
}

.fishSpa 
{
    float:right;
    margin: 0px 20px 0 0;
}

p.appointmentTag 
{
    font-size: 24px;
    margin: -10px 0px 25px 0px;
    padding: 0px;
}



        #example2 {
            margin:0;
            padding:0px 0px 0px 0px;
            list-style-type:none;
            background:url(/images/bgAccordin.png) no-repeat bottom right #8da036;
            color:#fff;
            border-radius:8px;
        }

        #example2 a {
            display:block;
            font-weight:normal;
            text-decoration:none;
        }

        #example2 ul {
            overflow: hidden;
            margin:0px;
            padding:0px;
        }

        #example2 li {
            margin:0;
            padding:0;
            list-style-type:none;
        }

        #example2 li a {
            width:285px;
            padding:5px 0 15px 15px;
            display:block;
            color:#fff;
        }

        #example2 li a.closed {
            color:#fff !important;
             width: 625px;
        }

        #example2 li.firstitem a.closed {
            color:#fff !important;
             width: 625px;
        }

        #example2 li.lastitem a.closed {
            color:#fff !important;
             width: 625px;
        }

        #example2 li li {
            padding:1px 15px 1px 15px;
            background-color:#5c6c15;
            width: 610px;
        }

        #example2 li a.opened {
            color:#FFFFFF;
            background-color:#5c6c15;
            width:625px;
        }

        #example2 li.firstitem a.opened {
            color:#FFFFFF;
            background-color:#5c6c15;
        }

        #example2 li.lastitem li {
            margin-bottom:-4px;
        }

        #example2 li.lastitem ul 
        {
            background-image:url(/images/whiteLine.png);
            background-repeat:no-repeat;
            background-position:bottom;
            padding-bottom:4px;
        }
        .priceList 
        {
            background-color:#231f20;
            border-radius:8px 8px 0px 0px;
            padding: 5px 0px 0px 15px;
        }
        .whiteLine 
        {
            background-image:url(/images/whiteLine.png);
            padding:0px;
            margin:0px;
            height:1px;
            width:640px;
        }
        
        .homeText{
        
        letter-spacing: 0.5px;
    line-height: 1.5;
        }
        
        #map_canvas 
        {
            border: 1px solid #CCCCCC;
            height: 315px;
            width: 375px;
         }
         
         
         .contactContentLeft 
         {
            border: 1px solid #FFFFFF;
            float: left;
            padding: 10px;
            width: 200px;
            min-height: 385px;
         }
         
         #contactContentRight
         {
        border: 1px solid #FFFFFF;
        float: left;
        margin: 0px 0 0 15px;
        padding: 10px;
         }
         
         span.bold 
         {
             font-weight:bold;
         }
         
         #contactDays 
         {
             float:left;
         }
         
         #contactTimes 
         {
             float:left;
             margin: 0 0 0 10px;
         }
         
         .white_submit_btn 
         {
             background-image: url(/images/white_btn.png;);
             border-radius: 8px;
            width: 50px;
         }
         
.aboutContentLeft {        
    border: 1px solid #FFFFFF;
    float: left;
    padding: 10px;
    width: 200px;
}

img.icons 
{
    float: right;
    margin: 3px 0 0 0;
    padding: 0 0 0 10px;
}

.homeImages 
{
    border-radius:8px;
    width:122px;
}

.home_banner p 
{
    padding:0px;
    margin:5px;
}
