body {
	margin-bottom: 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
	background-color: #747474;
}

#wrapper {
    width: 1000px;
	background-color:#FFFFFF;
	border: 2px solid #FFFFFF;
	margin: 1px auto;
	font-size: 12px;
}

#wrap {
    margin: 0px;
}

.horizontaldiv {
	width: 1000px;
	float: left;
}

#logo_area {
    float:left;
    height:117px;
    background: url(./images/header_bg.jpg);
}

#navibar {
    float:left;
    width: 100%;
    height:42px;
    background: url(./images/navibar_bg.jpg);
}

.navibutton {
    float: left;
    height: 31px;
    padding-top: 13px;
    background: url(./images/button_bg.jpg);
}

.navibutton a:link, .navibutton a:visited {
    font-family: Arial;
    font-size: 15px;
    color: #259186;
    font-weight: bold;
    text-decoration: none;
    margin-left: 18px;
    margin-right: 18px;
}

.navibutton a:hover {
    color: #1FB2B2;
    border-bottom: 1px dotted #1FB2B2;
}

#header_uppertext {
    float: left;
    width: 477px;
    height: 90px;
    background: url(.././images/m6.jpg);
}

h1 {
    font-family: Courier New;
    font-size: 26px;
    font-weight: bold;
    display: block;
    position: relative;
    color: #000000;
    text-decoration: underline overline;
}

h1 a:link {
    font-family: Tahoma;
    font-size: 20px;
    color: #E80000;
    font-weight: bold;
}
h1 a:visited {
}
h1 a:hover {
    font-size: 20px;
    color: #000000;
}

h2 {
    color: #373737;
    font-size: 20px;
    display: block;
    position: relative;
    font-weight: bold;
}
h2 span {
    background: url(.././images/gradient-glossy.png) repeat-x;
    position: absolute;
    display: block;
    width: 100%;
    height: 24px;
}

h3 {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    display: block;
    position: relative;
}
h3 span {
    background: url(.././images/gradient-glossy.png) repeat-x;
    position: absolute;
    display: block;
    width: 100%;
    height: 24px;
}

a img{
    border:0;
}

a:link {
	color: #6D6D6D;
	font-family: tahoma;
    font-weight: bold;
}
a:visited {
	color: #959595;
	font-family: tahoma;
	font-weight: bold;
}
a:hover {
	color: #4BA297;
	font-family: tahoma;
    font-weight: bold;
}

#content {
	line-height: 18px;
	font-size: 13px;
	background: url(./images/body_bg.jpg) repeat;
	margin-bottom: -15px;
}

#content_body {
	font-family: Courier New;
    width: 94%;
    margin-left: 35px;
	padding: 0px;
	letter-spacing: 0.8px;
	color: #000000;
}

/*--------- Product Tab ---------*/

.selectedtab  {
    float: left;
    height: 48px;
    padding-top: 20px;
    background-color: #373737;
    padding-right: 28px;
}

.normaltab {
    float: left;
    height: 29px;
    margin-top: 7px;
    padding-top: 12px;
    padding-right: 25px;
    background-color: #7B7B7B;
}

.selectedtab a:link, .selectedtab a:visited, .normaltab a:link, .normaltab a:visited {
    font-family: Courier New;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    margin-left: 0px;
}

.selectedtab a:hover, .normaltab a:hover {
    color: #B3FFEF;
}

/*--------- End Product Tab ---------*/

#footer {
	background-color:#EFEFEF;
	width: 1000px;
	padding: 0px;
	font-size: 10px;
	float:left;
	text-align: center;
	background: url(./images/footer_bg.jpg) repeat-x;
}

#footer a:link {
	color: #6D6D6D;
    font-size: 11px;
	text-decoration: none;
	border-bottom: 1px dotted #959595;
}

#footer a:visited {
    font-size: 11px;
	color: #959595;
	text-decoration: none;
}
#footer a:hover {
    font-size: 11px;
	color: #4BA297;
	text-decoration: none;
	border-bottom: 0px;
}

/*--------- Contact Form ---------*/

#form {
margin-left:15px;
}

fieldset {
border: 0;
margin: 0;
padding:0;
}
label {
display: block;
}
input.submit {
padding: 2px 5px;
font: bold 12px/12px verdana,arial,sans-serif;
}

/*--------- Product Light Box ---------*/

#products {
margin: 0px;
border: 0px;
}

#products img {
border: 5px solid #373737;
}
#products a:hover img {
border: 5px solid #34A397;
color: #FFFFFF;
}
#products a:hover { color: #FFFFFF; }

#jquery-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
}
#jquery-lightbox {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
#lightbox-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
width: 49%;
height: 100%;
display: block;
}
#lightbox-nav-btnPrev {
left: 0;
float: left;
}
#lightbox-nav-btnNext {
right: 0;
float: right;
}
#lightbox-container-image-data-box {
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
overflow: auto;
width: 100%;
padding: 0 10px 0;
}
#lightbox-container-image-data {
padding: 0 10px;
color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
width: 70%;
float: left;
text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
display: block;
clear: left;
padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
width: 66px;
float: right;
padding-bottom: 0.7em;
}
