@charset "utf-8";
/* Creative eWorld CSS*/

html, body, div, span, applet, object, iframe,
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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0; 
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/* common */

@font-face {
    font-family: 'PTSans';
    src: url('PTS55F-webfont.eot');
    src: url('PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('PTS55F-webfont.woff') format('woff'),
         url('PTS55F-webfont.ttf') format('truetype'),
         url('PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a,
a:link, 
a:visited,
a:active
{
	background-color: none;
	color: #262626;
	outline: none;
    ie-dummy: expression(this.hideFocus=true);
	text-decoration: none;
	
}

a:hover,
#footer a:hover,
.pages a:hover,
.bread-crumb a:hover {
	color: #e21117;
	outline: none;
    ie-dummy: expression(this.hideFocus=true);
	text-decoration: none;
}

.clr {
	clear: both;
}

body, html
{
	background: #efede0;
	color: #282828;
	font: normal 14px 'PTSans', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

p
{
	margin-bottom:12px;
}

img {
	margin-bottom: 5px;
}

h1 {
	color: #181818;
	font: normal 25px 'PTSans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 13px;
	margin-bottom: 20px;
}

h2 {
	color: #e21117;
	font: bold 18px 'PTSans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 13px;
	margin: 0;
	margin-top: 3px;
	margin-bottom: 20px;
}	

h3 {
	color: #181818;
	font: bold 20px 'PTSans', Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	line-height: 13px;
	margin-bottom: 10px;
}

h4 {
	color: #e21116;
	font: italic 15px 'PTSans', Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	margin: 6px 0;
}

.margintop10px {
	margin-top: 10px;
}

.font32px {
	color: #181818;
	font: normal 32px 'PTSans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 30px;
}

.font16px {
	color: #181818;
	font: normal 16px 'PTSans', Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

#header-wrapper {
	background: #ffffff;
	height: 99px;
	width: 100%;
}

#header {
	background: url(../images/header.jpg) no-repeat center top;
	width: 1000px;
	height: 99px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin: 15px 0 0 0;
}

#certification {
	float: right;
	margin: 20px 0 0 0;
}

/* Navigation */

#menu-wrapper {
	background: url(../images/menu-bar.jpg) repeat-x;
	height: 41px;
	width: 100%;
	border-bottom: 4px solid #d2d4ca;
}

#menu {
	width: 1000px;
	margin: 0 auto;
}

/* Root Menu */

ul#navmenu-h { 
	padding: 0; 
	list-style: none; 
	position: relative;
}

ul#navmenu-h li { 
	float: left; 
	display: inline; 
	position: relative; 
}

ul#navmenu-h a {
	border-right: 1px solid #ed4044;
	color: #ffffff;	
	display: block;
	font: normal 14px 'PTSans', Arial, Helvetica, sans-serif;
	line-height: 40px;
	text-align: center;	
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 30px;
}

ul#navmenu-h li:last-child a {
	border-right: none;
}

.unclickable {
	cursor: default;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover, ul#navmenu-h a.menu-active {
	color: #ffffff;
}

/* 2nd Menu */

ul#navmenu-h ul {	
	background: #d2d4ca;
 	display: none;
	float: left; 
	left: 0;
	list-style-type:none;
	position: absolute;
	margin: 0;
	padding: 0;
 	top: 100%;
	z-index: 10005 !important;
	width: 100%;
}

ul#navmenu-h ul li { 	 
	width: 100%;
	display: block; 
	margin: 0;
	background: none;
}

ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a {
 	float: none;   
	background: none;
 	font-family: 'PTSans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #272727;
	text-align: center;
	text-transform: uppercase;
	margin: 0;	
	cursor: pointer;
	z-index: 15 !important;
	padding: 6px;
	line-height: 16px;
	border: none;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a {
	background: #ea1c21;
	cursor: pointer;
	color: #ffffff;
	z-index: 15 !important;

}

/* Hover Function - Do Not Move */
ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul { display: none; }
ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul { display: block; }
	
/* end Navigation */

#search {
	background: #222222;
	border-right: 1px solid #f8b0b2;
	border-left: 1px solid #f8b0b2;
	height: 25px;
	position: absolute;
	margin-left: 770px;
	width: 215px;
	padding: 8px;
}

.search-box-style {
	background: none;
	color: #cacaca;
	border: none;
	outline: none;
	padding: 5px;
	width: 180px;
	font: normal 11px 'PTSans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.search-btn {
	background: url(../images/magnifier.png) no-repeat;
	height: 15px;
	width: 15px;
	cursor: pointer;
	border: none;
	outline: none;
	float: right;
	margin: 4px 6px 0 0;
}

#banner {
	border: 4px solid #ffffff;
	width: 996px;
	height: 380px;	
	background: url(../images/loading.gif) no-repeat center #fff;
	margin: 0 auto;
}

.content {
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.outline {
	border: 1px solid #ffffff;
}

.hDiv {
	background: url(../images/dot.jpg) repeat-x;
	width: 100%;
	height: 1px;
	margin: 15px 0;
}

.bar {
	height: 4px;
	width: 50px;
	background: #e21117;
	margin-bottom: 12px;
}

a.view-more {
	background: #efede0;
	border: 1px solid #c9c9c7;
	padding: 10px 25px;
	width: 55px;
	color: #545454;
	font: normal 9px 'PTSans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
	margin-top: 30px;
}

a.view-more:hover {
	color: #e21117;
	border: 1px solid #e21117;
}

.font12px {
	font-size: 12px;
}

.product-subtitle {
	font: normal 12px 'PTSans', Arial, Helvetica, sans-serif;
}

#footer-upper-bar {
	background: #333333;
	width: 100%;
	height: 1px;
	margin-bottom: 2px;
}

#footer-wrapper {
	background: #333333;
	width: 100%;
	height: 77px;
}

#footer {
	width: 1000px;
	margin: 0 auto;
	padding-top: 18px;
	color: #d3d3d3;
	font: normal 10px 'PTSans', Arial, Helvetica, sans-serif;
	line-height: 18px;
}

#footer a {
	color: #d3d3d3;
}

#copyright {
	float: left;
	margin-left: 10px;
	margin-top: 7px;
}

#footer-links {
	float: right;
	text-align: right;
}

.special {
	font: bold 15px 'PTSans', Arial, Helvetica, sans-serif;
	line-height: 20px;
}

.contact a, .contact { text-decoration: underline; }

.site-office {
	background: #f8f7ef;
	border: 1px solid #ddd4ca;
    border-radius: 5px;
    box-shadow: 1px 2px 1px #FFFFFF inset, 0 1px 3px #CCCCCC;
    padding: 20px;
    width: 938px;
}

.input-style {
	width: 320px;
	border: 1px solid #d5d3c7;
	border-radius: 3px;
	padding: 5px 8px;
	color: #494949;
	font: normal 13px 'PTSans', Arial, Helvetica, sans-serif;
}

.textarea-style {
	height: 100px;
	font: normal 13px 'PTSans', Arial, Helvetica, sans-serif;
}

.submit-btn {
	color: #ffffff;
	width: 100px;
	padding: 5px 8px;
	background: #e21117;
	border: 1px solid #d41116;
	border-radius: 5px;
    box-shadow: 1px 1px 0 #ffffff, 1px 1px 1px #ffacae inset;
	font: normal 14px 'PTSans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: 1px 1px 1px #333333;
}

.submit-btn:hover {
	box-shadow: 1px 1px 0 #ffffff, 1px 1px 1px #e21117 inset;
}

.submit-btn:active {
	border: 1px solid #a40005;
	box-shadow: 1px 1px 3px #890004 inset, 0 0 3px #e21117 inset;
}

/* Track Record */

#product-sub-items {
	background: #f8f7ef;

}

#product-sub-items table th {
	color: #000000;
	font-size: 12px;
	text-align: center;
	background: #e1ddc0;
	height: 40px;
	border-top: none;
	font: bold 13px 'PTSans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-right: 1px solid #c6c2a8;
	border-top: 1px solid #c6c2a8;
}

#product-sub-items table th:nth-child(1) { border-left: 1px solid #c6c2a8; }

#product-sub-items table td {
	padding: 7px; 
	border: 1px solid #c6c2a8;
	height: 35px;
}

/* End Track Record */

.pages,
.pages a {
	color: #a0a0a0;
	font: normal 13px 'PTSans', Arial, Helvetica, sans-serif;
}

.pages a.page-active {
	color: #e21117;
	text-decoration: underline;
}

.grey-outline {
	border: 1px solid #CCCCCC;
}

.bread-crumb,
.bread-crumb a {
	color: #aeaeae;
	font: normal 12px 'PTSans', Arial, Helvetica, sans-serif;
}