
/**
 * @author
 * Web Design Enterprise
 * Phone: 786.234.6361
 * Website: www.webdesignenterprise.com
 * E-mail: info@webdesignenterprise.com
 * 
 * @copyright 
 * This work is licensed under the Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States License. 
 * To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode
 *
 * Be aware that violating this license agreement could result in the prosecution and punishment of the infractor.
 *
 * © 2002-2009 Web Design Enterprise Corp. All rights reserved.
 */

/* Main Tags Classes Deffination */

* {
    margin: 0 0;
    padding: 0 0;
    font: 12px Arial, Helvetica, sans-serif;    
}
body {
	background: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 16px;
}
h1 {
    font: 20px Arial, Helvetica, sans-serif;
	color: #5b5b5b;
	margin: 0;
	padding: 0;
}
h2 {
	font: 16px "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #416a79;
	margin: 0;
	padding: 0;
    font-weight: bold;
    letter-spacing: -1px;
}
h3 {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000; 
	margin-bottom: 10px; 
	padding: 2px;
}
h4 {
 	font: 16px Trebuchet MS, Arial, Helvetica, sans-serif;; 
	color: #4F4F4F;
}
form {
 	margin: 0px; 
	padding: 0px;
	display: inline;
}
ul {
	margin: 4px;
}
li {
	margin-left: 20px;
}
img { 
	border: 0px;
}
label {
	cursor: pointer;
	cursor: hand;
}
#submitform i {
	color: red;
	font-weight: bolder;
}
.top_menu a:link, .top_menu a:visited {
    font: 14px Arial;
    color: #a1a0a0;
    text-decoration: none;
}
.top_menu a:hover {
    color: #E859BC;
}
label.error {
	display: none;
	color: red;
	font-size:  10px;
	font-style: italic;
}
small {
	font-size: 9px; 
}
hr {
	height: 2px;
	border: 0;
	color: #F0EFE6;
	background: #F0EFE6;
}
a, a:link, a:visited { 
	color: #627996;
	text-decoration: underline;
}
a:hover, a:active { 
	color: #993300;
 	text-decoration: underline;
}
input[type="text"], input[type="password"], textarea, select { 
    font: 12px Lucida Sans, Arial, Tahoma, Helvetica, sans-serif;
	width: 128px;
    padding: 4px 5px;
    border: 1px solid;
	border-color: #b5bec2;
	background: #fff;
}
select {
    width: 212px;
}
input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:focus, textarea:hover, textarea:focus, select:hover, select:focus { 
	border-color: #D2D2D2;
    outline: none;
}
input[type="submit"], input[type="button"], input[type="reset"], button {
	font: 12px Lucida Sans, Arial, Tahoma, Helvetica, sans-serif; 
	overflow: visible;
	padding: 4px 10px;
    background: #2A2A2A;
    color: #FFF;
    border: 1px solid #FFF;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 3px #C0C0C0, 0 0 3px #969696;
    -webkit-box-shadow: 0 0 3px #C0C0C0, 0 0 3px #969696;
    box-shadow: 0 0 3px #C0C0C0, 0 0 3px #969696;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover { 
    background: #000;
    cursor: pointer;
    cursor: hand;
}
table, td, div {
	margin: 0;
	padding: 0;
}
/* Main Core Classes Deffination */
#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
    background: #fff;
}
#header {
	overflow: hidden;
	clear: both;
    height: 400px;
}
#header #logo {
	float: left;
	width: 311px;
    margin-left: -50px;
    position: absolute;
}
#menu {
	z-index: 4;
    width: 76%;
    float: right;
    padding: 0 ;
    margin-right: 21px;
    background: url(../images/menu-BG.jpg) no-repeat right top;
}
#menu ul#jsddm {
    margin: 0;
	padding: 0 0 0 25px;
 }	
#menu ul#jsddm li {
    float: left;
	list-style: none;
    margin: 0;
	padding: 0;
}
#menu ul#jsddm li a {
    display: block;
	padding: 10px;
	text-decoration: none;
    font: 15px Arial;
	color: #FFF;
	white-space: nowrap;
}
#menu ul#jsddm li a:hover, #menu ul#jsddm li .actualPage { 
        color: #FED001;
        text-decoration: none;
}
#menu ul#jsddm li ul {
    margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	font-size: 11px;
	font-weight: normal;
	z-index: 6;
	width: 180px;
	background: #DBDBDB;
    padding: 0 0 4px 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
#menu ul#jsddm li ul li {
    float: none;
	display: inline;
    margin: 0;
    padding: 0;
}
#menu ul#jsddm li ul li a {
	padding: 5px 0 5px 10px !important;
	text-decoration: none !important;
	color: #EEEEEE !important;
    text-align: left !important;
    margin: 0 4px !important;
    background: #58CAEC !important;
    font-size: 14px !important;
}
#menu ul#jsddm li ul li a:hover {
    background: #7F1616 !important;
}
#content {
	clear: both;
	overflow: hidden;
}
#footer {
	background: url(../images/footerBG.jpg) repeat-x 0 0;
	height: 154px;
}
#footer .inner {
    width: 1000px;
    margin: 10px auto;
    font: 11px Arial;
}

/* Internal Classes Deffination */
div.block {
    margin: 0 10px 20px 10px;
    width: 230px;
}
div.block .head {
    background: #4b8101;
    color: #FFF;
    font: 14px Arial;
    padding: 5px;
}
div.block .body {
    background: #e4eed6;
    color: #7b7b7b;
    font: 12px Arial;
    padding: 5px;
}
div.block .body a:link, div.block .body a:visited {
	color: #333;
	text-decoration: none;
    display: block;
    border-bottom: #6ba11f;
    padding: 5px;
}
div.block .body a:hover, div.block .body a:active {
	text-decoration: underline;
    background: #e4eed6;
}
.flash {
    position: relative;
    height: 359px;
    padding: 0 20px 0 20px;
}
.menu_boxes {
    border: 2px solid #F0EFE6;
    background: #FFF;
    -moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    padding: 10px;
}
a.menu_boxes, .menu_boxes a:link, .menu_boxes a:visited {
	color: #333;
	text-decoration: none;
    display: block;
}
.menu_boxes a:hover, .menu_boxes a:active {
	text-decoration: underline;
}
/* Multiple Item Display */
.multiple_items .item_list {
    float: left;
    width: 210px;
    height: 310px;
	margin: 5px; 
	padding: 7px;
	border: 1px solid #C0C0C0;
	background: #FFF;
	text-align: center;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
}
.multiple_items .item_list .title_area {
    height: 26px;
}
.multiple_items .item_list .image_area {
    height: 190px;
    clear: both;
    overflow: hidden;
    text-align: center;
}
.multiple_items .item_list .image_area img {
    border: 1px solid #C0C0C0;
	background: #FFF;
	text-align: center;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
}
.multiple_items .item_list .price_area{
    height: 65px;
    text-align: left;
}
/* Single Item Display */
.single_items .item_list {
	margin: 5px; 
	padding: 7px;
}
.single_items .item_list .title_area {
    font-size: 30px;
}
.single_items .item_list .image_area {
    width: 300px;
    clear: both;
    overflow: hidden;
    text-align: center;
}
.single_items .item_list .image_area img {
    width: 300px;
}
.single_items .item_list .thumbs_area {
   padding: 10px;
   margin: 10px 0;
   background: #F2F2F2;
}
.single_items .item_list .thumbs_area img {
   width: 60px;
}
.single_items .item_list .price_area {
    font-size: 22px;
}

/* Needed by the system */
/* DO NOT TOUCH */
.members_menu { 
    margin: 10px 0;
    padding: 0 10px;
    border-bottom: 1px solid #C0C0C0;
}
.members_menu h1 {
    font-size: 16px; 
}
a.members_menu, .members_menu a:link, .members_menu a:visited {
    float: left;
    display: block;
	color: #FFF;
	text-decoration: none;
    background: #000;
    padding: 3px 7px;
    margin: 0 2px;
	border: 1px solid #808080;
    font-size: 11px;       
   	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
     border-radius: 3px;
}
.members_menu a:hover, .members_menu a:active {
	text-decoration: underline;
}

div.li {
    float: left;
    margin-right: 20px;
    background: #848484;
    padding: 3px 7px;
    font-size: 14px;
    color: #FFF;
}
.copyrights {
	float: left;
	width: 40%;
	padding-left: 5px;
	font: 11px Arial;
    color: #9c9888;
}
a.copyrights, .copyrights a:link, .copyrights a:visited {
    font: 11px Arial;
    color: #9c9888;
	text-decoration: none;
}
.copyrights a:hover, .copyrights a:active {
	text-decoration: underline;
}
.developerCredits {
	float: right;
	width: 58%;
	text-align: right;
	padding-right: 5px;
	font: 11px Arial;
    color: #9c9888;
}
a.developerCredits, .developerCredits a:link, .developerCredits a:visited {
    font: 11px Arial;
    color: #9c9888;
	text-decoration: none;
}
.developerCredits a:hover, .developerCredits a:active {
	text-decoration: underline;
}
.clear {
	clear: both;
	overflow: hidden;
}
.paginator {
	font: 16px Trebuchet MS;
	color: #969696;
	padding: 5px 5px 20px 5px;
	text-align:  right;
}
a.paginator, .paginator a:link, .paginator a:visited {
	font: 16px Trebuchet MS;
	color: #000;
	padding: 0 5px;
	background: #C0C0C0;
	text-decoration: none;
	border: 1px solid #5A5A5A;
}
.paginator a:hover, .paginator a:active {
	color: #FFF;
	background: #4B4B4B;
	border: 1px solid #969696;
}
div.error {
	border: 1px solid #FF6600; 
	background: #FDFFD7 url(../images/error.png) no-repeat 5px center; 
	padding: 10px 10px 10px 50px;
	color: #000;
	font: 12px Trebuchet MS;
}
div.attention {
	border: 1px solid #FFCC00; 
	background: #FEFFE8 url(../images/attention.png) no-repeat 5px center; 
	padding: 10px 10px 10px 50px;
	color: #000;
	margin: 20px;
	font: 12px Trebuchet MS;
}
div.stop {
	border: 1px solid #FF0000; 
	background: #FBDBE0 url(../images/stop.png) no-repeat 5px center; 
	padding: 10px 10px 10px 50px;
	color: #000;
	margin: 20px;
	font: 12px Trebuchet MS;
}
.submitBT {
	margin: 10px;
    padding: 10px 0;
    border-top: 1px solid #969696;
	text-align: right;
}
.calendar {
	background: url(../images/calendar.gif) no-repeat right center;	
}
/* Gallery Styles */
.galleryDiv {
    float: left;
	margin: 5px; 
    height: 100px;    
    overflow: hidden;
	text-align: center;
    border-bottom: 3px solid #FFF;   
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999; 
}
.galleryDiv img {
    border: 3px solid #FFF;
	text-align: center;
   
}
table.wde {
	margin: 20px 0;
	background:  #FFF;
	border: solid 1px #ccc;
}
table.wde th {
	height: 30px; 
	color: #fff; 
	background: #4B4B4B;
	text-align: left;
	padding: 3px;
}
table.wde td {
	height: 30px; 
	color: #333333;
	padding: 5px;
}
table.wde tr:nth-child(even) {background: #FFF} 
table.wde tr:nth-child(odd) {background: #F8F8F8}

/* Tool Tips */
.tooltip {
	display: none;
	background: transparent url(../images/tools/black_arrow_big.png);
	font-size: 12px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: #FFF;	
}

div.input_area {
    background: url(../images/input-BG.jpg) no-repeat 0 0;
    padding: 4px 10px 10px 10px;
	font: 14px Arial, Helvetica, sans-serif; 
    clear: both;
    overflow: hidden;
    margin: 5px 0;
}
div.input_area .left {
    float: left; 
    width: 120px;
    padding-top: 5px;
    color: #000;
}
div.input_area .right {
    float: left;
    width: 270px;
}

/* Overlays */
.overlay {
	display: none;
	z-index: 10000;
	background: #333;
	width: 750px;
    height: 720px;	
	min-height: 200px;
	border:1px solid #666;
	-moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
    box-shadow: 0 0 90px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
.overlay .close {
	background: url(../images/close.png);
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 24px;
	width: 24px;
}
/*Step Carroussel*/
.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 1000px; /*Width of Carousel Viewer itself*/
	height: 351px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 1000px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    height: 351px;
}