@import url('http://fonts.googleapis.com/css?family=Gentium+Basic|Ubuntu+Condensed');

html { background:#04243D url('Site/bg-body.jpg') fixed no-repeat center top;} /*CHANGE BACKGROUND COLOR AND/OR IMAGE*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video 
{margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit;}

body {
    background: url('overlays/laberynth1.png') left top repeat fixed;
	width: 100%;
	min-width: 960px;
	margin: 0px;
	font-family: 'Gentium Basic', serif; /*CHANGE WESITE FONT STYLE SIZE & COLOR*/
    line-height: 1;
	font-size: 16px;
	color: #000;
	border-top:2px #444 solid;
}

/***********************COMMON TAGS********************/
h1 { font-size:28px; color:#507354; font-family: 'Ubuntu Condensed', sans-serif; margin:10px 0;}
h2 { font-size:22px; color:#507354; font-family: 'Ubuntu Condensed', sans-serif; margin:10px 0;}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

a {	text-decoration: underline; color:#5F90B2; }
a:hover { text-decoration: none; }
small {	font-size: 11px; line-height: 16px; }
b {	font-weight: bold; }
.bold {	font-weight: bold; }
.normal { font-weight: normal; }
.center { text-align: center; }
.aligncenter {
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
	display: block !important;
}
.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
}	
hr.style-one {
    border: 0;
    height: 1px;
    margin:24px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(192,192,192,0.75), rgba(0,0,0,0)); 
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
hr.style-two {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

hr.style-three {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}
/*********************** END COMMON TAGS **********************/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
#audio p { margin:0; line-height:0 }

.mainwrap {
	width: 960px;  /*PAGE WIDTH*/
	height: auto;
	margin: 30px auto; /*CHANGE THE DISTANCE FROM THE TOP*/
	box-shadow: 0 0 14px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0 14px 3px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 14px 3px rgba(0,0,0,0.7);
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	border-radius:7px 7px 0 0;
	background:#ffffff;
}

.upper-header {
    width:100%;
}
.upper-header-inner {
    background: url('Site/top-bg.jpg') top repeat-x; /*HEADER BACKGROUND COLOR AND IMAGE*/
    width:960px;
    margin:0 auto;
    height:150px;
}

.upper-header-inner .logo {
    position:relative;
    float:left;
}
.upper-header-inner .logo img {
    margin-top:3px;
    margin-left:15px; 
}

.inner-header {
	position: relative;
	width: auto;
	height: auto;
	z-index: 1000;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}
.header-container {
    background:#F2EBD8 url('Site/top-bg.jpg') top repeat-x; /*HEADER BACKGROUND COLOR AND IMAGE*/
	float: left;
	position: relative;
	width:100%;
	height:150px;
	z-index: 100;
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	border-bottom:1px #114364 solid; /*See also line 131*/
}

.inner-header .logo {
	position: relative;
	float:left;
}
.inner-header .logo img {
    margin-top:3px;
    margin-left:15px; 
}

.inner-header .logo a {
	display: block;
}
.header-right {
	float:right; 
	width:auto;
	text-align:center; 
	font-size:24px;
	line-height:37px;
	font-weight:400;
	color:silver;
	margin-top:70px;
	margin-right:258px;}
	
.mainmenu {
	background-color: #F7F7F7; /* MENUBAR BACKGROUND COLOR */
	border-bottom: 1px #212121 solid;
	height:40px;
	clear: both;
}
#slider-section {
	clear:both;
	background:#fff;
}
/**BODY SECTION**/
#body-section {
	width:100%;
    background:white;
    overflow: hidden;
}
#body-top {
    width:100%;
    border-bottom:1px #d5d5d5 dashed;
}
#body-full {
	width:auto;
	float:left;
	padding:0 25px 0 25px;
	min-height:320px;
}
#body-left {
	width:71%;
    height:100%;
	float:left;
	padding:25px 0;
}
#body-right {
	width:27%;
    height:100%;
	float:right;
	color: #000;
    padding:25px 0;
}
#body-right-shade {
	width:27%;
    background: #E6E6E6;
    height:100%;
	float:right;
	color: #000;
    padding:25px 0;
    margin-bottom:-12px;
}

#body-bottom-border {
	position:relative;
    width:80%;
	margin:0 auto;
	height:0;
	border:4px #114364 solid;
	clear:both;
}
#body-left p { margin:10px 0; line-height:22px; }
#body-section p { margin:10px 0; line-height:22px; }
/**BODY SECTION**/
.image-effect {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.image-effect:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

/*//////////////*/

.footer-width {
	width: 960px; /*PAGE WIDTH*/
	margin:0 auto;
	overflow: hidden;
}
#upper-footer {
	background:#2B5E77 url('Site/footer-bg.png');
	background-position:left top;
	background-repeat:;
	clear:both;
	overflow: hidden;
	width:auto;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #0F0F0F;
	-webkit-box-shadow: 0 2px 10px #000;
	-moz-box-shadow: 0 2px 10px #000;
	box-shadow: 0 2px 10px #000;
}
#upper-footer h2 {
	color:#F7F7F7;
}
#upper-footer p {
	line-height:20px;
	color:#000000;
	margin:5px;
}
#upper-footer-div1 {
	float:left;
	width:247px;
	margin:0;
}
#upper-footer-div2 {
	float:left;
	width:0px;
	padding:0 24px 0 24px;
	padding-right:20px;
	border-left:1px #000000 solid;
	display:inline;
}
#upper-footer-div3 {
	float:left;
	width:0px;
	padding-left:20px;
	margin:0;
	border-left:1px #000000 solid;
}

#footer {
	background:#121212 url(../img/footer/footer-top-bg.png) repeat-x top;
	width: auto;
    color:#D6D6D6;
}

.footer-inner {
	width:auto;
	margin:20px;
	overflow:hidden;
}
.footer-inner p {
	margin:2px 0;
}

.footer-width strong {
	font-weight:bold;
	color:#ccc;
}
#footer ul {
list-style: none;
padding: 0;
margin: 0;
}
#footer ul li {
display: block;
float: left;
border-left: 1px solid #777;
line-height: 12px;
padding: 0 7px 0 7px;
font-size:14px;
}
#footer ul li:first-child {
       border-left:0;
}
#footer ul li a {
color: #D6D6D6;
text-decoration:none;
}
#footer a {
    text-decoration:none;
}
#footer p {
    font-size:14px;
}
#footer ul li a:hover {
color: #e5e5e5;
}

/****************************/
.galtitle {
    text-align:center; font-family:'Ubuntu Condensed', sans-serif; margin-top:-17px!important; color:#222222;
}
/* google map in contact */
#map_canvas {height:350px;width:960px;position:relative; border-bottom:1px #3E8698 solid;}
#mapcontent h1 {font-size:18px;padding:0 0 5px 0;margin:0;font-weight:bold; text-shadow:none;}
#mapcontent p {padding:0 0 0 0 !important; line-height:20px !important;}

.shopcart {
    width:175px; border:0px solid red; height:58px; font-family:verdana; color:#3D3B3C; font-size:12px; display:block; padding-top:12px;
    background: url('../images/store/shoppingcart.html') no-repeat; text-decoration:none;
}
.shopcart:hover {color: #3D3B3C;}