BODY {margin:0px;padding:0px;font-family: Arial, Helvetica, sans-serif;color:#4e4e4e;font-size:12px;background-color: #f8f8f8;background-image: url(images/bg.jpg);background-repeat: repeat-x;}

.menubar {background:url(images/menubar.png) no-repeat;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.2);}

h1 {font-family:Arial, Helvetica, sans-serif;color:#b08d56;font-size:26px;font-weight:bold; padding:0 0 5px 0; margin:0; border-bottom:1px #b08d56 solid;}
h2 {font-family:Arial, Helvetica, sans-serif;color:#b08d56;font-size:14px;font-weight:normal; padding:0; margin:0; line-height:24px;}
h3 {font-family:Arial, Helvetica, sans-serif;color:#b08d56;font-size:20px;font-weight:bold; padding:0; margin:0;}
h4 {font-family:Arial, Helvetica, sans-serif;color:#FFFFFF;font-size:16px;font-weight:normal; padding:0; margin:0;}

hr { border:0px; border-bottom:#999999 1px dotted;}

.small-block { border:1px solid #e9e9e9; padding:10px;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100%);
	background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100%);
	background: -o-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100%);
	background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100%);
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100%);}

a:link {font-family:Arial, Helvetica, sans-serif;font-size:12px;color: #FFFFFF;text-decoration:none;font-weight:normal;}
a:visited {font-family:Arial, Helvetica, sans-serif;font-size:12px;color: #FFFFFF;text-decoration:none;font-weight:normal;}
a:hover {font-family:Arial, Helvetica, sans-serif;font-size:12px;color: #FFFFFF;text-decoration:underline;font-weight:normal;}
a:active {font-family:Arial, Helvetica, sans-serif;font-size:12px;color: #FFFFFF;text-decoration:underline;font-weight:normal;}

a.link2:link {font-family:Arial, Helvetica, sans-serif;font-size:12px;color: #b08d56;text-decoration:none;font-weight:bold;}
a.link2:visited {font-family:Arial, Helvetica, sans-serif;font-size:12px;color: #b08d56;text-decoration:none;font-weight:bold;}
a.link2:hover {font-family:Arial, Helvetica, sans-serif;font-size:12px;color: #4e4e4e;text-decoration:underline;font-weight:bold;}
a.link2:active {font-family:Arial, Helvetica, sans-serif;font-size:12px;color: #4e4e4e;text-decoration:underline;font-weight:bold;}

.btn {-webkit-border-radius: 4; -moz-border-radius: 4; border-radius: 4px; font-family: Arial; color: #ffffff; font-size: 14px; background: #b08d56; padding: 10px 20px 10px 20px; text-decoration: none;}
.btn:hover { background: #907140; text-decoration: none;}

a.more:link { float:right; text-align:center; font-family:Arial, Helvetica, sans-serif;font-size:10px;color: #9b9b9b;text-decoration:none;font-weight:bold;display: block; padding:6px; background:#e9e9e9; width:40px;}
a.more:visited { float:right; text-align:center; font-family:Arial, Helvetica, sans-serif;font-size:10px;color: #9b9b9b;text-decoration:none;font-weight:bold;display: block; padding:6px; background:#e9e9e9; width:40px;}
a.more:hover { float:right; text-align:center; font-family:Arial, Helvetica, sans-serif;font-size:10px;color: #ffffff;text-decoration:none;font-weight:bold;display: block; padding:6px; background:#00548d; width:40px;}
a.more:active { float:right; text-align:center; font-family:Arial, Helvetica, sans-serif;font-size:10px;color: #ffffff;text-decoration:none;font-weight:bold;display: block; padding:6px; background:#00548d; width:40px;}

.pic-left { margin-right:10px;}
.pic-right { margin-left:10px;}
.tblborder { border-left:solid 1px #E8E1DB;border-right:solid 1px #E8E1DB;border-bottom:solid 1px #E8E1DB;}

.product-img { border:solid 1px #4e4e4e; margin:10px;}

.copyright { font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#999999;margin:0; padding:0 0 0 10px;}

.shadow { background:url(images/shadow.jpg) top center repeat-x; background-color:#FFFFFF;}

/* Menu */
.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	z-index: 2}
.menu {	
	height: 50px;
	width: 940px;}
.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 50px;}
/* Links */
.menu li a {
	display: block;
	padding: 0 32px;
	margin: 10px 0;
	line-height: 30px;
	text-decoration: none;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #b08d56;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;}
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
.menu li:hover > a { color: #242424;}
/* Sub Menu */
.menu ul {
	width:150px;
	position: absolute;
	top: 50px;
	left: 0;
	opacity: 0;	
	background: #FFFFFF;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;}
.menu li:hover > ul { opacity: 1; }
.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;}
.menu li:hover > ul li {
	height: 30px;
	overflow: visible;
	padding: 0;}
.menu ul li a {
    font-size: 14px;
	width: 130px;
	padding: 0px 10px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #e1e1e1;}
.menu ul li:last-child a { border: none; }

/*--Tooltip--*/
.tip {color: #fff;background:#e11116;display:none;padding:5px;position:absolute;z-index:1000;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.tipbar { border-bottom: 1px dotted #f1f1f1; padding:10px 0px;}
/*--end--*/

/*---- FORM ----*/
input{float:left;font-size:12px;padding:4px 2px;border:solid 1px #b08d56;width:240px;margin:0; background-color:#f1f1f1; color:#4e4e4e;}
select{float:left;font-size:12px;padding:4px 2px;border:solid 1px #b08d56;width:240px;margin:0; background-color:#f1f1f1; color:#4e4e4e;}
textarea{float:left;font-size:12px;padding:4px 2px;border:solid 1px #b08d56;width:240px;margin:0; background-color:#f1f1f1; color:#4e4e4e;}
button{width:120px;height:30px;background:#b08d56;text-align:center;line-height:18px;color:#FFFFFF;font-size:10px;font-weight:bold; border:0px solid #000000;}
/*--end--*/

.base { height:50px; background:#ebebeb; margin:0; padding:0;}

/*---- FACEBOOK ----*/
.facebook-social-slide {background-image: url(images/facebook-hover.png);height: 30px;width: 30px;margin: 10px;float: left;-webkit-transition: all ease 0.2s;-moz-transition: all ease 0.2s;-o-transition: all ease 0.2s;-ms-transition: all ease 0.2s;transition: all ease 0.2s;}
.facebook-social-slide:hover {background-position: 0px -30px;box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);}

/*---- LIGHTBOX ----*/
.thumbnail {
  max-width: 50%;
}
.lightbox {
	/** Default lightbox to hidden */
	display: none;
	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
	border:4px #FFFFFF solid;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}