
@charset "utf-8";
/* Creative eWorld CSS*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,600,700); 

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,
strike, sub, tt, var,
b, u,
dl, dt, dd, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0; 
	color: #666666;
}

td {
	box-sizing: border-box;	
	position: relative;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


ul {
	list-style: none;
}

.point_ul {
	list-style-type: disc;
	padding-left: 20px;	
}

.point_ul li {
	margin-bottom: 10px;	
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}

strong, bold {
	font-family: opensansbold, Arial, Helvetica, sans-serif;
	font-weight: normal;	
}

em, i {
	font-family: opensansitalic, Arial, Helvetica, sans-serif;
}

/* common */
html, body {
 height: 100%;	
}

a,
a:link, 
a:visited,
a:active,
a:focus
{
	color: #0080ed;  
	outline: none;
    ie-dummy: expression(this.hideFocus=true);
	text-decoration: none;
	transition: all 0.5s ease 0s;	
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}

a.gray_link {
	color: #666666;
}

a:hover, a.gray_link:hover {
	color: #00549b;	
}

.label_bold {
	font-family: opensansbold, Arial, Helvetica, sans-serif;
	color: #0080ed;	
}

body, html
{
	color: #666666;
	font: normal 15px opensans, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0 auto;
	line-height: 24px;
	
}

body {
	/*background: url(../images/bg.png) repeat-x #f9f9f9;*/
                    background: #ffffff;
}

p {
	margin-bottom: 15px;	
}


h1,
h2,
h3,
h4, h5, h6 {
	font-weight: normal;
	font-family: opensans, Arial, Helvetica, sans-serif;
	color: #131313;
	padding: 0;
	margin: 0;

}

h1, h1 a
{
	display:block;
	font-size: 24px;
	font-weight:normal;
	line-height: 30px;
	color: #103068;
	margin-bottom: 7px;
	text-transform: uppercase;
}

h2, h2 a{
	font-size:18px;
	color: #0080ed;
	margin-bottom: 10px;
	font-weight:normal;
	text-transform: capitalize;
	line-height: 26px;
	display: inline-block;
	margin: auto;
	margin-bottom: 15px;
	font-family: opensansbold_italic, Arial, Helvetica, sans-serif;
}

h3, h3 a {
	font-size:18px;
	color: #103068;
	font-weight:normal;
	text-transform: uppercase;
	line-height: 24px;
}

h4, h4 a {
	color: #0080ed;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	text-transform: none;
	margin: 0;
	transition: all 0.5s ease 0s;	
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}

h5, h5 a {
	font-size:15px;
	color: #2e2e2e;
	margin-bottom: 0px;
	font-weight:normal;
	text-transform: uppercase;
	line-height: 24px;
	font-family: opensansbold, Arial, Helvetica, sans-serif;
}

h6, h6 a {
	font-size: 11px;
	color: #424242;
	margin-bottom: 10px;
	text-transform: uppercase;	
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #103068;	
}

input:focus, textarea:focus {
	outline: 0;
}

.clear {
	clear: both;
}

.input_field {
	color: #828282;
	font-family: opensans, Arial, Helvetica, sans-serif;
	font-size: 13px;	
	width: 100%;
	padding: 7px;
	box-sizing: border-box;
	background: white;
	border: 1px solid #e5e5e5;
}

.input_field[placeholder] {
	font-family: opensansitalic, Arial, Helvetica, sans-serif;	
}

textarea.input_field {
	width: 100%;	
}

.input_field:focus {
	outline: 0;
}

a.button, .button {
	cursor: pointer;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	background-color: #2386da;
	display: inline-block; 	
	padding: 7px 18px;
	outline: 0;
	border: 0;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
	font-family: opensansbold, Arial, Helvetica, sans-serif;
}

a.button:hover, .button:hover {
	background-color: #004ba8;	
}

a.prod_btn, .prod_btn {
	background: url(../images/btn_bg.jpg) repeat-x #ececec;
	border: 1px solid #ececec;
	padding: 3px 20px 7px;
	text-align: center;	
	color: #646464;
	vertical-align: middle;
	display: inline-block;
}

a.prod_btn:hover, .prod_btn:hover {
	background: #ececec;	
}

a.prod_btn img, .prod_btn img {
	display:inline-block;
	vertical-align: middle;
	margin-right: 5px;	
}

.prod_btn:focus {
	outline: 0;	
}

a.back_btn, .back_btn {
	display: inline-block;
	background: white;
	border: 1px solid #dcdcdc;
	color: #909090;
	padding: 2px 15px 5px;	
	font-size: 12px;
	text-transform: capitalize;
	line-height: 16px;
}

a.back_btn:hover, .back_btn:hover {
	background: #ededed;	
}

a img { vertical-align: middle; }

#wrapper {
	background: url(../images/wrapper_bg.png) no-repeat top center transparent;
	padding-top: 20px;	
	width: 1000px;
	margin: auto;
	box-sizing: border-box;
	min-height: 100%;
}

#content {
	margin: 20px auto 20px;	
	width: 1000px;
	min-height: 100%;
	box-sizing: border-box;
}

#content.homepage {
	margin-top: 5px;	
}

#content.homepage h1 {
	text-transform: none;	
}

#content table {
	table-layout: fixed;	
}

.hDiv {
	width: 100%;
	background: url(../images/hdiv.jpg) repeat-x transparent center;	
	display: block;
}

.hDiv2 {
	width: 100%;
	display: block;
	background: url(../images/hdiv2.jpg) repeat-x transparent center;	
}

.uppercase {
	text-transform: uppercase;	
}

.separator {
	color: #e5e5e5;
	font-size: 9px;	
	vertical-align: 3px;
	margin: 6px;
}

/** HEADER **/
#header {
	width: 100%;	
	position: relative;
}

.logo {
	text-align: center;	
	width: 100%;
}


.search_div {
	position: absolute;
	right: 0;
	bottom: 0;
	background: white;
	border: 1px solid #d8d8d8;	
	height: 30px;
	overflow: hidden;
	box-sizing: border-box;
}

.search_field, .search_button {
	border: none;	
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	padding: 4px 7px;
    margin-top:-5px;

	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}

.search_field:focus, .search_button:focus {
	outline: 0;	
	border: none;
}

.search_button {
	background: url(../images/icon_search.png) no-repeat center #2386da;
	height: 30px;
	width: 15px;
	cursor: pointer;	
}

.search_button:hover {
	background-color: #004ba8;	
}

.search_field {
	width: 160px;	
}

/** NAV **/
#nav {
	background: #2386da;	
	margin-top: 15px; 
}

.nav_ul {
	text-align: center;	
}

.nav_ul li {
	display: inline-block;
	*float:left;
	position: relative;
}

.nav_ul li a {
	padding: 10px 25px;	
	color: white;
	text-transform: uppercase;
	font-family: opensansbold, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	display: block;
}

.nav_ul li.active a, .nav_ul li:hover  a{
	background: #166ab2;	
}

/** DROPDOWN LVL 2 & 3 **/
.nav_dropdown, .nav_droplvl2 {
	position: absolute;	
	left: -30%;
	width: 200px;
	background: #166ab2;
	display: none;
}

.nav_dropdown li {
	display: block;
	position: relative;	
}

.nav_dropdown li a {
	font-size: 12px;	
}

.nav_dropdown li:hover a, .nav_dropdown li.active a {
	background: #005095;		
}

.nav_droplvl2 {
	left: 100%;
	top:0;	
	background: #005095;
}

.nav_droplvl2 li a {
	font-family: opensans, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

.nav_droplvl2 li:hover a, .nav_droplvl2 li.active a {
	font-family: opensansbold, Arial, Helvetica, sans-serif;	
	background: #003867;
}

.nav_ul li:hover .nav_dropdown, .nav_dropdown li:hover .nav_droplvl2 {
	display: block;	
}

/** FOOTER **/
#footer {
	width: 100%;
	background: white;
	padding: 10px 0;	
}

.footer_wrapper {
	width: 1000px;
	margin: auto;	
}

.copyright_div {
	text-transform: uppercase;
	color: #aaaaaa;
	font-size: 11px;
	float: left;	
}

.copyright_div a {
	color: #aaaaaa;	
}

.copyright_div a:hover {
	color: #7e7e7e;	
}

.social_div {
	float: right;	
}

/** BREADCRUMBS **/
.breadcrumbs {
	margin-bottom: 15px;	
}

.breadcrumbs li {
	display: inline-block;	
	margin-right: 3px;
}

.breadcrumbs a {
	color: #909090;	
	font-size: 12px;
}

.breadcrumbs a:hover {
	color: #323232;	
}

/** PRODUCTS **/
.prodcat_div {
	float: left;
	width: 230px;
}

.cat_name {
	display: block;
	font-family: opensanssemibold, Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}

.cat_name.active {
	color: #103068;	
}

.cat_arrow {
	display: inline-block;	
	float: right;
	margin-top: 6px;
	transition: all 0.5s ease 0s;	
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}

.cat_name.active .cat_arrow {
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.cat_dropdown {
	margin-left: 10px;	
	display: none;
}

.cat_name.active .cat_dropdown {
	display: none;	
	overflow: hidden;
}

.cat_dropdown a {
	color: #777777;
	font-family: opensans, Arial, Helvetica, sans-serif;	
	text-transform: none;
}

.cat_dropdown a:hover, .cat_dropdown a.active {
	color: #103068;		
}

.prod_div {
	float: right;	
	width: 730px;
}

a.prod_thumb {
	display: block;
	width: 230px;
	height: 230px;
	overflow: hidden;
	vertical-align: middle;
	line-height: 230px;
	text-align: center;	
	background: white;
	box-sizing: border-box;
	border: 1px solid #ededed;
	position: relative;
}

a.prod_thumb img {
	max-height: 230px;
	max-width: 230px;
	width: auto;
	height: auto;
	display: inline-block;	
}

.overlay {
	background: url(../images/overlay.png) repeat transparent;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;	
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* Netscape */
	-moz-opacity: 0;
	/* Safari 1.x */
	-khtml-opacity: 0;
	/* Good browsers */
	opacity: 0;
	cursor: pointer;
	z-index: 2;
}

a.prod_thumb:hover .overlay {		
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=100);
	/* Netscape */
	-moz-opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
	/* Good browsers */
	opacity: 1;
}

.page_div {
	text-align: center;	
	margin: 15px auto;
}

.page_div li {
	display: inline-block;
}

.page_div li a {
	display: block;
	text-align: center;
	padding: 2px 10px;	
	background: white;
	border: 1px solid #dcdcdc;
	color: #909090;
}

.page_div li a.active, .page_div li a:hover {
	background: #ededed;	
}

.prod_bigimg {
	display: block;
	width: 320px;
	height: 320px;
	overflow: hidden;
	border: 1px solid #ededed;
	line-height: 320px;
	position: relative;
	text-align: center;
	background: white;	
}

.prod_bigimg img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	display: inline-block;	
}

.prodbrand {
	border: 1px solid #dcdcdc;
	width: 160px;
	height: 100px;
	display: block;
	overflow: hidden;
	line-height: 100px;
	text-align: center;
	background: white;	
}

.prodbrand img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	display: inline-block;	
}

.promo_intro {
	font-size: 13px;	
}

.qty_field {
	width: 100px;
	text-align: center;	
}

.ui-spinner-input {
	margin: 0;	
}

.ui-widget-content {
	background: none;
	border: none;
	margin-right: 20px;
	padding-right: 16px;	
	z-index: 1;
}

.ui-icon {
	text-indent: 0;
	font-size: 8px;	
}

.ui-state-hover, .ui-state-default .ui-icon, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background: none; }

.ui-spinner a.ui-spinner-button {
	background: white;
	border: 1px solid #ececec;	
}

/** ENQUIRY **/
.enquiry_thumb {
	width: 150px;
	height: 150px;
	line-height:150px;
	vertical-align: middle;
	text-align: center;
	display: block;
	border: 1px solid #ededed;
	background: white;
	overflow: hidden;
	position: relative;	
}

.enquiry_thumb img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: inline-block;
	vertical-align: middle;	
}

.terms {
	color: #969696;
	font-size: 12px;	
}

label {
	color: #969696;
	font-size: 11px;	
}

.normal {
	font-size: 15px;
	color: #666666;
	display: inline-block;
	vertical-align: middle;	
}

.normal input[type="checkbox"] {
	margin-left: 55px;	
}

.normal:first-child input[type="checkbox"] {
	margin-left: 0;
}

.normal input[type="radio"] {
	margin-left: 110px;	
}

.normal:first-child input[type="radio"] {
	margin-left: 0;	
}

.captcha {
	border: 1px solid #dcdcdc;
	display: block;	
	box-sizing: border-box;
}

.captcha_icon {
	margin-top: 25px;	
	display: inline-block;
}

.captcha_icon:first-child {
	margin-top: 0;	
}

.center_field {
	text-align: center;	
}

/** TOP ARROW **/
#toTop { display: none; }

#toTop a{ display: block; background: #2386da; }

#toTop a:hover {
	background: #166ab2;	
}

.errMsg{
	font-size:smaller;
}