/* accessibility *//* menu links accesskeys */span.accesskey {text-decoration: none;}/* accessibility divs are hidden by default, text, screenreaders and such will show these */.accessibility, hr {/* position set so the rest can be set out side of visual browser viewport */position: absolute;/* takes it out top side */top: -999em;/* takes it out left side */left: -999em;}/* definition tags are also hidden, these are also used for accessibility menu links */dfn {position: absolute;left: -1000px;top: -1000px;width: 0;height: 0;overflow: hidden;display: inline;}/* end accessibility *//* wiki style external links *//* external links will have "(external link)" text added, lets hide it */a.external span {position: absolute;left: -5000px;width: 4000px;}a.external {/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */padding: 0 12px 0 0;}/* colors for external links */a.external:link {color: #18507C;/* background image for the link to show wiki style arrow */background: url(/uploads/theme/external.gif) no-repeat 100% -100px;}a.external:visited {color: #18507C;/* a different color can be used for visited external links *//* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/background: url(/uploads/theme/external.gif) no-repeat 100% -100px;}a.external:hover {color: #18507C;/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */background: url(/uploads/theme/external.gif) no-repeat 100% 0;background-color: inherit;}/* end wiki style external links *//* clearing *//* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}.clear {height: 0;clear: both;width: 90%;visibility: hidden;}#main .clear {height: 0;clear: right;width: 90%;visibility: hidden;}* html>body .clearfix {display: inline-block;width: 100%;}* html .clear {/* Hides from IE-mac \*/height: 1%;clear: right;width: 90%;/* End hide from IE-mac */}/* end clearing */
/* Stylesheet: theme : Accessibility and cross-browser tools Modified On 2013-09-11 14:11:30 */
@charset "utf-8";
/* CSS Document */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	padding:0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 150%;
	background: #007293;
}

a, img{ border: 0;}
a{ cursor: pointer; text-decoration: none; color: #004b61}

p{ 
	margin: 10px 0;
	line-height:150%;
	text-align: justify
}
h1,h2,h3{ font-family: "century gothic",Arial, Helvetica, sans-serif}
h1{ font-size: 22px; margin: 15px 0; line-height: 130%; color: #000; font-weight: normal; text-transform: uppercase}
h2{ font-size: 18px; color:#004b61;  margin: 15px 0; line-height: 150%; text-transform: uppercase; border-bottom: 1px dotted #333; padding-bottom: 10px;}
h3{ font-size: 15px;  margin: 15px 0; color: #00a1cf; text-transform: uppercase; }
h4{}
h5{}
h6{}

/*General*/

#container{
	margin: auto;
	width: 960px;
	background: #fff;
}
#header{}
#banner{}

#body,#nav{clear: both;}
#nav{}
#content{ padding: 20px 30px; overflow: auto}
#content .col1{ width: 48%; float: left;}
#content .col2{ width: 48%; float: right;}

#content .home-left{ width: 60%; float: left; }
#content .home-right{ width: 30%; float: right; }

#footer{ 
	line-height: 16px;
	padding: 15px 20px 10px 20px;
	/*width: 986px; */
	margin: auto;
	height: 40px;
	background: #00a1cf;
}
#footer h3, #footer, #footer a{ font-size: 11px; color: #fff;}
#footer li{ border-right: 1px solid  #fff;}
#footer table{ width: 100%;}
#footer a{ text-decoration: none;}
#footer a:hover{ text-decoration: underline; }
#footer #footerTxt, #footer #footerTxt a{ color: #fff;}
#footer #footerTxt{padding-top:5px;}
#footer a.menuactive{ color: #000}
#footerNav{ float: left; width: 55%}
#social{ float: right; width: 45%; text-align: right}
#social a{}
/*Common*/
.clear{ clear: both; display: block}
.float-left{ float: left; margin-right: 20px; margin-bottom: 20px}
.float-right{ float: right; margin-left: 20px; margin-bottom: 20px}
.align-center, .align-center p{ text-align: center}

ul.list{ list-style-type: disc; padding-left: 20px;}
ul.list li{ margin: 5px 0px 5px 0px; }
.image{border: 1px solid #ddd; 	padding: 3px;}


/*###############################
Catalogue CSS stuff starts here
###############################*/

ul.category_items {
    list-style: none outside none;
    padding: 0;
}
.category_item {
    display: block;
    float: left;
    margin-left: 3%;
    min-height: 235px;
    width: 21%;
}


li.category_item {
    display: block;
    float: left;
    margin: 10px 50px 0 0;
    text-align: center;
    width: 180px;
}
.category_item a img {
    border: 0px solid #DDDDDD !important;
}
.category_item a:hover img {
    border: 0px solid #FF0000 !important;
}
.category_item h3 {
    font-size: 14px !important;
    font-weight: bold !important;
    text-transform: uppercase;
}
.category_item h3 a {
    text-decoration: none !important;
}
.item_images {
    float: left;
    width: 45%;
}
div.item_content {
    display: block;
    float: right;
    width: 50%;
}
div.item_content img {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}
div.item_content img:hover {
-webkit-box-shadow: 0px 0px 3px 1px #999;
box-shadow: 0px 0px 3px 1px #999; 
}
.item_attribute_name {
    padding-left: 420px;
}
div.item_thumbnails img {
    margin: 10px 5px 10px 0;
    width: 48px;
}
.catnav {
display:none;
}

.homeBox {
float:right;
width:200px;
}
.contactForm {
    border-left: 1px dotted #CCCCCC;
    float: right;
    padding-left: 53px;
    width: 415px;
}
.item_images {
width:350px !important;
}
div.item_thumbnails img {
    margin: 10px 5px 10px 0;
    width: 100px !important;
}

/*###############################
Catalogue CSS stuff ends here
###############################*/

.catsTable, .codeTable {
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
margin:3px 0;
}
.catsTable td, .codeTable td {
border-left:1px solid #ddd;
border-top:1px solid #ddd;
padding:5px;
}
.catsTable td p, .codeTable td p  {
   padding:2px 0 !important;
}

.category_items .category_item a.pro-image{ height: 180px; display: block;   border: 1px solid #DDDDDD; padding: 2px; width: 180px;}
#content .category_items li.category_item{ margin-right: 30px;}
.item_attribute_name h3{ border-bottom: 1px dotted #000; padding-bottom: 10px;}
/* Stylesheet: theme : theme Modified On 2013-09-12 09:23:05 */
/*menu*/
#primary-nav, #primary-nav * {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#primary-nav {
    line-height: 1;
}
#primary-nav ul {
    position: absolute;
    top: -999em;
}
#primary-nav ul li {
    width: 100%;
}
#primary-nav li:hover {
    visibility: inherit;
}
#primary-nav li {
    float: left;
    position: relative;
}
#primary-nav a {
    display: block;
    position: relative;
}
#primary-nav li:hover ul{
    left: 0;
    top: 40px;
    z-index: 99;
}
ul#primary-nav li:hover li ul{
    top: -999em;
}

ul#primary-nav li li:hover li ul{
    top: -999em;
}
#primary-nav {
   /* float: left;*/
}
/* sub menu width */
#primary-nav ul { 
	width: 200px;
	display:block
	
}
ul#primary-nav li li:hover ul{
    left: 200px;
    top: 0;
}
ul#primary-nav li li li:hover ul, ul#primary-nav li li li.sfHover ul {
    left: 200px;
    top: 0;
}
/*style*/
#menuwrapper{text-align: center; background: #00a1cf; height: 40px;}
#primary-nav { display:inline-table}
#primary-nav li{ margin: 0 30px;}
#primary-nav a {
font-family: "century gothic", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	text-align:left;
	padding: 0px 15px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
}
#primary-nav a:hover, #primary-nav a.menuactive{
	color: #000;
}
#primary-nav li:hover{ }
#primary-nav li li{  margin: 0}
#primary-nav ul{ background: #2c71a4}
#primary-nav li li a{ 
	font-size: 12px; 
	padding: 10px 10px; 
	line-height: 120%;
	text-transform: none; 
	color: #fff;
	font-style: normal;
	border-bottom: 1px solid #197b97
}
#primary-nav li li:hover,#primary-nav li li:menuactive{ background: #00a1cf}
#primary-nav a:hover, #primary-nav li li a:hover	
	{-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;
	transition:         all 0.15s ease-in 0s;
 

}

/********************
Footer Links
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
  /* background color for the entire menu row */
	width: 100%;
	line-height: 100%;
	margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {}


/* menu list items */
div#menu_horiz li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	margin-right: 5px;

}

/* the links, that is each list item */
div#menu_horiz a {
	text-decoration: none; /* no underline for links */
}

/* hover state for links */
div#menu_horiz li a:hover { text-decoration: underline}
div#menu_horiz a.activeparent:hover {text-decoration: underline}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
	text-decoration: underline;
}

div#menu_horiz h3 {/* THIS IS THE COLOR OF THE HIGHTLIGHTED TEXT AKA CURRENT PAGE*/
	float: left;
	text-decoration: underline;/* THIS IS THE COLOR OF THE HIGHTLIGHTED TEXT AKA CURRENT PAGE*/
}

/* Footer */
/* Stylesheet: theme : menu Modified On 2013-09-18 15:01:03 */
