@charset "UTF-8";
/* CSS Document */

html, body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background: #fce9c9 url('../images/commonBits/page_bg.jpg') repeat-x top left;
}
:focus {
	outline: none;
}
form {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border:0;
	padding:0px;
	margin:0px;
}
a{
	outline:none;
	color:#2e9886;/*changed color from brown to blu/green except store template - by Adriana*/
	text-decoration:none!important;
}
a.brownColor{
	color: #996032;/*changed by Adriana*/
}
h1 {
	margin: 40px 0 0px 0;
	font-size: 25px;
	font-weight: bold;
	padding: 0;
	text-align: center;
}
h2 {
	margin: 0px 0 0px 0;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	text-align: center;
	color: #996032;
	letter-spacing:-1px;
}
h3, h4{
	color:#07688d;
	padding:5px 0 5px 0;
	margin:0;
	font-size: 16px;
}
h4{
	font-size: 14px;
}
h3 a:active,h3 a:visited{
	text-decoration:underline!important;/*changed by Adriana*/
}
h3 a:hover{
	text-decoration:none!important;/*changed by Adriana*/
}
ul	{
	margin-top:0;
}
/*----------------------------------
GLOBAL STUFF
-----------------------------------*/
.container {
	width: 939px;
	height: 912px;
	/*background: url(../images/commonBits/bg.png) no-repeat top left;*/
	padding: 0 15px 21px 6px;
	margin: 0 auto;
	position:relative;
}
/* header elements */
.header {
	background: url(../images/commonBits/headerLeft.jpg) no-repeat top left;
}
.headerRight {
	background: url(../images/commonBits/headerRight.png) no-repeat top right;
	height: 132px;
}
.stamp {
	float: left;
	width: 119px;
	height: 132px;
	display: inline;
	margin-left: 158px;
}
.logo {
	float: left;
	display: inline;
}
/* menu */
.menu {
	height: 44px;
	background: url(../images/commonBits/menuBg.jpg) no-repeat left top;
	list-style: none outside;
	padding: 8px 0 0 57px;
	margin: 0;
	position:relative;
	
}

li#menuItem2 a.level1, li#menuItem3 a.level1, li#menuItem4 a.level1, li#menuItem5 a.level1, li#menuItem6 a.level1, li#menuItem7 a.level1 {
	height: 38px;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	text-indent: -400em;
	background-position: left top;
	background-repeat: no-repeat;
}
li#menuItem2 a.level1:hover,li#menuItem2 a.active,
li#menuItem3 a.level1:hover,li#menuItem3 a.active,
li#menuItem4 a.level1:hover,li#menuItem4 a.active,
li#menuItem5 a.level1:hover,li#menuItem5 a.active,
li#menuItem6 a.level1:hover,li#menuItem6 a.active,
li#menuItem7 a.level1:hover,li#menuItem7 a.active
{
	background-position: 0 -38px;
	color:#2e9886;
}

.menu li {
	float: left;
	display: inline;
	position: relative;
}
li#menuItem3 a.level1, li#menuItem3 ul,
li#menuItem5 a.level1, li#menuItem5 ul,
li#menuItem7 a.level1, li#menuItem7 ul{
	width: 125px;
}
li#menuItem2 a.level1, li#menuItem2 ul {
	width: 140px;
}
li#menuItem4 a.level1, li#menuItem4 ul {
	width: 135px;
}
li#menuItem6 a.level1, li#menuItem6 ul {
	width: 160px;
}

li#menuItem2 a.level1 {
	background-image:url(../images/commonBits/menuItem1.jpg);
}
li#menuItem3 a.level1 {
	background-image:url(../images/commonBits/menuItem2.jpg);
}
li#menuItem4 a.level1 {
	background-image:url(../images/commonBits/menuItem3.jpg);
}
li#menuItem5 a.level1 {
	background-image:url(../images/commonBits/menuItem4.jpg);
}
li#menuItem6 a.level1 {
	background-image:url(../images/commonBits/menuItem5.jpg);
}
li#menuItem7 a.level1 {
	background-image:url(../images/commonBits/menuItem6.jpg);
}
/* submenu */
.menu ul {
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 9999999;
	padding: 0 0 2px 0;
	margin: 0;
	background-repeat: repeat-y;
	background-color: #416955;
	display: none;
	/* overflow: hidden; */
}
.menu li:hover ul {
	display: block;
}
.menu ul li {
	display: block;
	background-image:url(../images/commonBits/submenuBg.jpg);
	margin: 2px 3px 1px 3px;
	float: none;
}
.menu ul li a {
	display: block;
	padding: 6px 4px;
	text-decoration: none;
	color:#996032;
	font-weight: bold;
}
.menu ul li a:hover {
	background-color:#FDF2D1;
	background-image:url(../images/commonBits/submenuBg.jpg);
	background-position: center bottom;
	color: #7A4D28;
}
/* content */
.contentCenter {
	float: left;
	display: inline;
	background-repeat: no-repeat;
	background-position: left top;
	height: 728px;
}
.contentLeft {
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;
	z-index: 0;
	width: 100%;
}
.contentCenter {
	width: 348px; /* MODIFICAT DE OVI - schimbat de  la 348px*/
	padding: 0 20px 0 35px; /* MODIFICAT DE OVI - schimbat padding right 25 in 0 - marit width corespunzator*/
	margin-left:277px!important;
}

.contentRight {
	background-repeat: no-repeat;
	background-position: right top;
	overflow:hidden;
	width: 100%;
}
.pageNavigation {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/commonBits/arrowRight.gif) no-repeat right center;
	padding-right: 8px;
}
.pageNavigation a {
	text-decoration: none;
	padding: 0 3px;
}
.pageNavigation a:hover {
	color: #FDF2D1;
	background-color:#7A4D28;
}
.scrollWrapper{
	height:433px;
	width:323px;
	overflow:auto;
	padding-bottom:15px;
}
.wideScroll {
	width:363px;
}

.contentLeft .contentCenter .scrollWrapper p {
	margin:0;
	padding:0 0 8px;
}
/* left buttons */
.btn1, .btn2, .btn3, .btn4 {
	position: absolute;
	left: 69px;
	width: 137px;
	height: 114px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -400em;
	display: block;
}
.btn1:hover, .btn2:hover, .btn3:hover, .btn4:hover {
	background-position: 0 -114px;
}

/*right images*/

.photosRight {
	height:515px;
	position:absolute;
	right:21px;
	top:92px;
	width:272px;
}

/* template 1a*/
.template1a .stamp {
	background-image: url(../images/template1a/stamp.jpg);
}
.template1a .contentLeft {
	background-image: url(../images/template1a/contentLeftBg.jpg);
}
.template1a .contentCenter {
	background-image: url(../images/template1a/contentCenterBg.jpg);
}
.template1a .contentRight {
	background-image: url(../images/template1a/contentRightBg.jpg);
}
.template1a .btn1 {
	background-image: url(../images/template1a/btn1.gif);
	top: 39px;
}
.template1a .btn2 {
	background-image: url(../images/template1a/btn2.gif);
	top: 195px;
}
.template1a .btn3 {
	background-image: url(../images/template1a/btn3.gif);
	top: 345px;
}
.template1a .btn4 {
	background-image: url(../images/template1a/btn4.gif);
	top: 490px;
}
.template1a h1 {
	color: #005D86;
}
.jScrollPaneContainer {
margin-top: 15px;
}

/* template 2a*/
.template2a .stamp {
	background-image: url(../images/template2a/stamp.jpg);
}
.template2a .contentLeft {
	background-image: url(../images/template2a/contentLeftBg.jpg);
}
.template2a .contentCenter {
	background-image: url(../images/template2a/contentCenterBg.jpg);
}
.template2a .contentRight {
	background-image: url(../images/template2a/contentRightBg.jpg);
}
.template2a .btn1 {
	background-image: url(../images/template2a/btn1.gif);
	top: 39px;
}
.template2a .btn2 {
	background-image: url(../images/template2a/btn2.gif);
	top: 195px;
}
.template2a .btn3 {
	background-image: url(../images/template2a/btn3.gif);
	top: 343px;
}
.template2a .btn4 {
	background-image: url(../images/template2a/btn4.gif);
	top: 492px;
}
.template2a h1 {
	color: #005D86;
}
.jScrollPaneContainer {
margin-top: 15px;
}
/* template 3a*/
.template3a .stamp {
	background-image: url(../images/template3a/stamp.jpg);
}
.template3a .contentLeft {
	background-image: url(../images/template3a/contentLeftBg.jpg);
}
.template3a .contentCenter {
	background-image: url(../images/template3a/contentCenterBg.jpg);
}
.template3a .contentRight {
	background-image: url(../images/template3a/contentRightBg.jpg);
}
.template3a .btn1 {
	background-image: url(../images/template3a/btn1.gif);
	top: 39px;
}
.template3a .btn2 {
	background-image: url(../images/template3a/btn2.gif);
	top: 185px;
}
.template3a .btn3 {
	background-image: url(../images/template3a/btn3.gif);
	top: 317px;
}
.template3a .btn4 {
	background-image: url(../images/template3a/btn4.gif);
	top: 452px;
}
.template3a h1 {
	color: #005D86;
}
.jScrollPaneContainer {
margin-top: 15px;
}
/* template 4a*/
.template4a .stamp {
	background-image: url(../images/template4a/stamp.jpg);
}
.template4a .contentLeft {
	background-image: url(../images/template4a/contentLeftBg.jpg);
}
.template4a .contentCenter {
	background-image: url(../images/template4a/contentCenterBg.jpg);
}
.template4a .contentRight {
	background-image: url(../images/template4a/contentRightBg.jpg);
}
.template4a .btn1 {
	background-image: url(../images/template4a/btn1.gif);
	top: 39px;
}
.template4a .btn2 {
	background-image: url(../images/template4a/btn2.gif);
	top: 189px;
}
.template4a .btn3 {
	background-image: url(../images/template4a/btn3.gif);
	top: 333px;
}

.template4a h1 {
	color: #005D86;
}
.jScrollPaneContainer {
margin-top: 15px;
}
/* template 5a*/
.template5a .stamp {
	background-image: url(../images/template5a/stamp.jpg);
}
.template5a .contentLeft {
	background-image: url(../images/template5a/contentLeftBg.jpg);
}
.template5a .contentCenter {
	background-image: url(../images/template5a/contentCenterBg.jpg);
}
.template5a .contentRight {
	background-image: url(../images/template5a/contentRightBg.jpg);
}
.template5a .btn1 {
	background-image: url(../images/template5a/btn1.gif);
	top: 39px;
}
.template5a .btn2 {
	background-image: url(../images/template5a/btn2.gif);
	top: 198px;
}
.template5a .btn3 {
	background-image: url(../images/template5a/btn3.gif);
	top: 350px;
}
.template5a h1 {
	color: #005D86;
}
.jScrollPaneContainer {
margin-top: 15px;
}
/* template 6a*/
.template6a .stamp {
	background-image: url(../images/template6a/stamp.jpg);
}
.template6a .contentLeft {
	background-image: url(../images/template6a/contentLeftBg.jpg);
}
.template6a .contentCenter {
	background-image: url(../images/template6a/contentCenterBg.jpg);
}
.template6a .contentRight {
	background-image: url(../images/template6a/contentRightBg.jpg);
}
.template6a .btn1 {
	background-image: url(../images/template6a/btn1.gif);
	top: 39px;
}
.template6a .btn2 {
	background-image: url(../images/template6a/btn2.gif);
	top: 189px;
}
.template6a .btn3 {
	background-image: url(../images/template6a/btn3.gif);
	top: 332px;
}
.template6a h1 {
	color: #005D86;
}
.jScrollPaneContainer {
margin-top: 15px;
}
/* template 7a*/
.template7a .stamp {
	background-image: url(../images/template7a/stamp.jpg);
}
.template7a .contentLeft {
	background-image: url(../images/template7a/contentLeftBg.jpg);
}
.template7a .contentCenter {
	background-image: url(../images/template7a/contentCenterBg.jpg);
}
.template7a .contentRight {
	background-image: url(../images/template7a/contentRightBg.jpg);
}
.template7a .btn1 {
	background-image: url(../images/template7a/btn1.gif);
	top: 39px;
}
.template7a .btn2 {
	background-image: url(../images/template7a/btn2.gif);
	top: 180px;
}
.template7a .btn3 {
	background-image: url(../images/template7a/btn3.gif);
	top: 330px;
}
.template7a h1 {
	color: #005D86;
}
.jScrollPaneContainer {
margin-top: 15px;
}

/* cupon */
#inlineCupon {
	border:3px dashed red;
	width:400px;
	text-align:center;
	padding:10px;
}
.trueInline {
	width:292px!important;
}
.anastasiaSig {
	float:right;
	display:inline;
	margin-top:10px;
}
.B_crumbBox {
	position:relative;
	top:20px;	
}
.extLink, .pdfLink {
	background: url(../images/commonBits/ext.png) top left no-repeat;
	padding: 0 0 0 40px;
	display:block;
	height:32px;
	
}
.pdfLink {
	background: url(../images/commonBits/pdf.png) top left no-repeat;
}

/* store*/
.storeWraContent, .storeWrapper {
	width:500px;
	padding-bottom:0;
}
.storeWrapper {
	height:550px;
}
.product_wrapper {
	clear:both;
	padding:  0 0 15px 0px;
	overflow:hidden;
	height:164px;
}

.product_wrapper .productImage {
	float:left;
	display:inline;
}
.product_wrapper  .foxycart {
	position:relative;
	width:295px;
	padding: 0 0 0 20px;
	float:left;
	display:inline;
}
h3.product_title{
	padding:0;
	margin:0 0 5px 0;
	font-size:22px;
}
.product_price {
	color:#455C48;
	font-weight:bold;
}
.product_price span{
	font-size:20px;
}
input.prodQuantity {
	width:30px;
	text-align:right;
	padding:4px;
	font-weight:bold;
	background-color:white;
}
input.prodQuantity:hover {
	background-color:#B5ECCC;
}
.product_info {
	padding-bottom:15px!important;
}
.moreInfo a {
	font-size:12px;
	font-weight:bold;
}
.moreInfo a:hover {
	text-decoration:underline!important;
}
.product_wrapper  .quantity {
	padding-bottom:0!important;
}
.foxycart .submit {
	background:url("../images/store/add-to-cart.png") no-repeat scroll left top transparent;
border:0 none;

cursor:pointer;
height:70px;
left:127px;
position:absolute;
text-indent:-6000px;
width:150px;
top:97px;
}
.viewCart {
background:url("../images/store/view-cart.png") no-repeat scroll left top transparent;
display:block;
font-size:1px;
height:137px;
padding:0;
position:absolute;
right:-25px;
top:26%;
width:40px;
color:#D7C2A0;
text-indent: -999999999em;
}
.viewCart:hover {
	background-position:0px -137px;
}
.qtip {
		z-index: 2000;
	}
.individualProd {
	position:relative;
	padding: 0 0 0 70px;
	overflow: hidden;
	height:190px;
}
.individualProd .product_price {
	float:left;
	display:inline;
	width:100px;
}
.individualProd .quantity {
	float:left;
	display:inline;
	width:73px;
}
.individualProd  .submit {
	position:absolute;
	clear:both;
	top:55px;
	left:80px;
}

.faqQuestion {
	color: #0000ff;	
}



/*contactForm*/

.contactForm p label{
	width:150px;
	float: left;
	clear:left;
	font-size:12px;
	display: inline;
	padding: 0 3px 3px 0;
}


.contactForm p {
	padding-bottom:8px;
	height:1%;
	overflow:hidden;
}
.errors {
	color: red;
	padding: 0 0 10px 0;
}
.contactForm p input, textarea{
	clear:left;
	float:left;
	display:inline;
	width:290px;
	border-top:1px solid #D8B968;
	border-left:1px solid #D8B968;
	border-bottom:1px solid #F3DEB1;
	border-right:1px solid #F3DEB1;
	background-color:#FFF8DC;
	padding:3px;
}
input.required, input.invalid {
	border: 1px solid red!important;
}
.contactForm button, .signupForm button{
	border-top:1px solid #D8B968;
	border-left:1px solid #D8B968;
	border-bottom:1px solid #6F5A41;
	border-right:1px solid #6F5A41;
	cursor:pointer;
	margin:0;
	margin-top:10px;
	margin-left:80px;
	padding:0;
	color:#8B4513;
	background-color:#DEC886;
}
label span {
	color:red;
	font-weight:bold;
	font-size:14px;
}
.signupForm p button{
	margin:10px 0 0 200px;padding: 4px;
}
.signupForm input{
	border-top:1px solid #D8B968;
	border-left:1px solid #D8B968;
	border-bottom:1px solid #F3DEB1;
	border-right:1px solid #F3DEB1;
	background-color:#FFF8DC;	
}
.storeContent{
	width:500px;
}
.newsWrapper h4 {
	padding:0;
}
.newsWrapper h3 {
	clear:both;
}
.newsWrapper p {
	padding-bottom:0;
}
.signupForm{
	width:500px;
	font-size:12px;
}
.signupForm .agreeToContact{
	clear:both;
}
.formColLeft{
	width:237px;
	float:left;
	display: inline;
}
.formColLeft label{
	width:80px;
	float:left;
	display: inline;
}
.formColRight{
	width:250px;
	float:right;
	display: inline;
}
.formColRight label{
	width:66px;
	float:left;
	display: inline;
}
.hearAboutUs{
	padding-top:10px !important;
}
.formColRight .hearAboutUs label{
	width:170px;
	float:left;
	display: inline;
	padding-bottom:3px;
}
.formColRight .hearAboutUs input{
	width:209px;
}
/*mycarousel*/

.slideshow a {
	padding: 33px 0 0 18px;
}

/*signup form*/

.disclamer {
	font-size:9px;
	color:red;
	font-weight:bold;
	display:block;
}
.newsItem {
	clear:left;
	padding: 5px 0 5px 0;
}

.newsItem a.fancy {
	float:left;
	display:inline;
	padding: 0 13px 3px 0;
}
.newsItem h4 {
	padding-bottom:10px;
}

/* submenu menuItem4 */
.menu ul ul, .menu li:hover ul ul {
	display: none;
	width: 210px !important;
}
.menu #menuItem4 ul li:hover ul {
	display: block !important;
}
.menu ul ul {
	position: absolute;
	left: 129px;
	top:-6px;
}
.menu ul ul li a{
	font-size:12px;
}