html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	background-color:#193050;
	color: black;
    	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #636E75;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #4077bf;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	text-align: left;
}
.wrap_content{
	/*background-color:#FFF;*/
	padding: 10px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
#column-left {
	float: left;
	width: 180px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
#header {
	height: 120px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 15px;
	left: 5px;
}


#header #welcome {
	position: absolute;
	top: 110px;
	right: 5px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color:white;
}
.toplinks {
	height: 28px;
    margin-left: -15px;
}
.toplinks ul {
	list-style: none;
	width:980px;
	margin: 0 auto;
	padding: 0;
}
.toplinks > ul > li {
	position: relative;
	float: left;
	z-index: 20;
}
.toplinks > ul > li:hover {
}
.toplinks > ul > li > a {
	font-size: 13px;
	color: white;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	z-index: 6;
	position: relative;
	/*font-weight:bold;*/
}
.toplinks > ul > li:hover > a {
	background: white;
    color: black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
/* menu */
#menu {
	background: #4077bf;
	border: 1px solid #000000;
	height: 37px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
	font-weight:bold;
    border-left: 1px white dotted;
}
#menu > ul > li:hover > a {
	background: #000000;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;*/
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	/*-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;*/
    background: #4077bf;
    opacity: 0.9;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 8px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
    font-weight:bold;
    border-top: 1px white dotted;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}

/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	background: #4077bf;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	background: #203B5F;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #DBDEE1;
	background: url('../../default/image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box .box-content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
}

/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}

.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px;
	border: 1px solid #DBDEE1;
	background: #F8F8F8;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}
#footer h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #000;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	text-align: center;
	clear: both;
	color: #fff;
	padding: 5px 0;
	background-color: #4077bf;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#powered a{
	color:#fff;
}
.wrap_bottom{
	background-color:#4077bf;
	height:10px;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}

/*//////////// NO ECOMMERCE   ///////////*/

.product-info .description{display:none;}
.product-info .price{display:none;}
.box-product .price{display:none;}
.price{display:none;}
.product-info .cart{display:none;}
.product-filter{display:none;}
#welcome{display:none;}
#cart{display:none;}
#compare-total{display:none;}
#search{display:none;}
.cart .button{display:none;}
.wishlist{display:none;}
.compare{display:none;}   
.hidecat{display:none;}   
.hidecats{display:none;}   
.hidedesc{display:none;}   
.addthis_button_compact{display:none;}  
.product-info{display:none;}
.share{display:none;}
.toplinks{display:none;}
.breadcrumb{display:none;}
#header{display:none;}
#org_content #tab-description .tab-content{display:none;}
/*#tabs{display:none;}*/
.tags{display:none;}
.htabs{display:none;}
/*#tab-description{display: none;}*/
#footer{display: none;}
#powered{display: none;}
#content h1{display: none;}
#content {margin:0px;padding:0px;overflow:hidden;border:0px;}
#tab-description{margin:0px;padding:0px;overflow:hidden;border:0px;}
.tab-content{margin:0px;padding:0px;overflow:hidden;border:0px;}
.wrap-content{margin:0px;padding:0px;overflow:hidden;border:0px;}
.wrap_content {
    border-left: 0px solid #CCCCCC;
    border-right: 0px solid #CCCCCC;
    padding: 0px;}
#container{border:0px;}
#review{margin-top:115px;}
.review-list{background:#fff;}
.box .box-heading{display:none;}
.review-list{display:none;}
.review-list2{display:inline-block;background-color:#FFF;width:100%;padding:10px;}
.results{display:none;}
#review{display:none;}
#pagination{display:none;}
.rating{float:right;margin-left:10px;}
.spcr{height:120px;width:100%;display:inline-block;clear:both;}
#tab-review{margin-top:20px;}