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

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

}

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

}

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

}

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

}

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

}

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;
	border: 0;
	font-size: 100%;
	color: #6b6b6b;
}

/* 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;
}

/* common */
a,
a:link, 
a:visited
{
	background-color: none;
	color: #686868;
	text-decoration: none;
}

a:hover, 
a:focus,
a:active
{
	color: #000;
	outline: none;
    ie-dummy: expression(this.hideFocus=true);
	text-decoration: none;
}

.clr {
	clear: both;
}

body, 
html
{
	background: #ffffff;
	color: #686868;
	font: normal 14px Arial, sans-serif;
	margin: 0;
	padding: 0;
	min-height: 100%;
	line-height: 15px;
}

body {
	width: 100%;
	margin: 0 auto;	
}

h1 {
	color: #6d6d6d;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	color: #6d6d6d;
	font-size: 40px;
	font-weight: normal;
	margin: 0;
	line-height: 45px;
}

h3 {
	color: #6d6d6d;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
}

h4 {
	font-size: 16px;
	color: #686868;	
	font-weight: normal;
	margin: 10px 0;
}

h5 {
	font-size: 16px;
	color: #6d6d6d;	
	font-weight: normal;
	margin: 0;
}

h6 {
	font-size: 16px;
	color: #db0000;	
	font-weight: normal;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

p {
	font-size: 14px;
	line-height: 20px;
	color: #686868;
}

p strong {
	font-weight: normal;	
}

/* For asterisk */
small {
	color: #db0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#content, #header, #footer {
	width: 1000px;
	margin: 0 auto;
}

#content-wrapper {
	padding: 10px 0;
}

.clr2 {
	clear: both;
	height: 10px;	
}

.lft {
 float: left;	
}

.rgt {
 float: right;	
}

input[type="text"], select, textarea {
	font-size: 13px;
	color: #686868;
	padding: 6px 10px;
	border: 1px solid #ccc;
	width: 325px;
	margin-bottom: 10px;
	border-radius: 5px;
	position: relative;
	top: -5px;
	box-shadow: inset 0 0 5px 2px #eee;
	z-index:1 !important;
  	behavior: url(include/PIE.htc);
}

input[type="text"].long_txtfield {
	width: 818px;
}

#captcha {
	margin-top: 10px;
	width: 300px;	
}

select {
	width: 346px;
	line-height: 33px;
}

textarea {
		
}

input[type="submit"] {
	background: url(../images/btn-bg.jpg) repeat-x #c3322f;
	color: #fff;	 
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 4px 20px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	border-bottom: 1px solid #444;
	position: relative;
	z-index:1 !important;
  	behavior: url(include/PIE.htc);
}

input[type="submit"]:hover {
	color: #000;
}

/* end common */

#wrapper, #footer-wrapper, #header-wrapper, #menu-wrapper, #content-wrapper {
	width: 100%;
	margin: 0 auto;
	min-width: 1000px;
}

#wrapper {
	background: url(../images/content-bg.jpg) repeat-x;	
	background-position: 0 150px;
}

/* Header */

#header {
	display: block;
	margin: 0 auto 10px auto;
}

#header .search-bar {
	text-align: right;
	height: 50px;
}

.register_warranty {
	clear: both;
	float: right;
	margin-top: -20px;
}

a.warranty {
	background: #DB0000;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	color: #fff;
	font: normal 11px "source_sans_proregular", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	outline: none;
	padding: 5px 10px;
}
a.warranty:hover {
	color: #ffe5e5;
}

#header .input-style {
	
	background: url("../images/icon-search.png") no-repeat scroll 0 0 #fff;
	background-position: 255px center;
	font-size: 12px;
	color: #686868;
	padding: 7px 8px;
	width: 265px;
	margin: auto;
	border: 1px solid #bbb;
	border-radius: 4px;
	font-style: italic;
	position: relative;
	top: 10px;
	right: 0;
  	position: relative;
	z-index:1 !important;
  	behavior: url(include/PIE.htc);
}

#header .logo, #header .name {
	display: inline-block;
	position: relative;
}

#header .logo {
	top: 8px;
	left: -4px;
}

#header .name {
	font-size: 27px;
	text-transform: uppercase;
	bottom: 24px;
	left: 2px;
}

#header-wrapper {
  background: url(../images/header-bg.jpg) repeat-x;
  background-position: top right;
  padding: 12px 0 22px;
}

/* end Header */

/*Navigation*/

#menu-wrapper {
  background: url(../images/nav-bg.jpg) repeat-x;
  height: 60px;
  box-shadow: 1px 2px 3px 2px #ccc;
  margin-bottom: 10px;
  position: relative;
	z-index:1 !important;
	behavior: url(include/PIE.htc);
}

#nav {
  margin: 0 auto;
  width: 1000px;
  height: 60px;
}

#nav li
{   
	float: left;
	list-style: none;
	display: block;
	padding: 0;
	height: 60px;
	border-right: 1px solid #ddd;
	width: 198px;
}

#nav li:first-child {
	border-left: 1px solid #ddd;
	width: 199px;
}


#nav ul a
{	
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #686868;
	display: block;
	position: relative;
	padding: 22px 0;
	text-align: center;
}

#nav ul .selected a {	
	color: #000;	
}

#nav ul li:hover, #nav ul li.selected {
	background: url(../images/nav-hover-bg.png) no-repeat top center;
	border-top: 2px solid #db0000;
	border-bottom: 2px solid #db0000;
	height: 58px;
}

#nav ul li:hover a, #nav ul li.selected a {
	color: #db0000;
}

/*end Navigation*/

/*Footer*/

#footer-wrapper {
	background: url(../images/footer-bg.jpg) repeat;	
	padding: 20px 0 20px 0;
	margin-top: 10px;
}

#footer div, #footer a {
	color: #686868;
	font-size: 12px;
}

#footer a:hover {
	color: #000;	
}


/* end Footer*/

/* Home content area */

#banner {
	width: 665px;
	height: 350px;
}

a.more {
	color: #db0000;
	font-size: 14px;
}

#special {
	width: 240px;
	height: 333px;
	margin-left: 20px;
	border: 1px solid #ddd;
	padding: 3px 15px;
}

#special h1 {
	display: inline-block;
	width: 190px;
}

#special a.more {
	position: relative;
	top: -2px;
}

#special a.more:hover {
	color: #000;	
}

#special ul.items  {
	margin-top: 8px;	
}

#special ul.items li {
	min-height: 36px;	
	background: url(../images/special-btn-bg.jpg) repeat-x;
	width: 195px;
	padding: 20px 15px 0 15px;
	border-radius: 5px;
	border: 1px solid #ddd;
	box-shadow: 2px 2px 2px 0 #AAAAAA;
	margin-bottom: 10px;
	position: relative;
	z-index:1 !important;
  	behavior: url(include/PIE.htc);
}

#special ul.items li a {
	color: #717171;
	font-size: 14px;
	height: 32px;
	width: 100%;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 1px 1px #fff;
	background: url(../images/special-arrow.png) no-repeat;
	background-position: 165px 0;
	padding-top: 3px;
	position: relative;
	top: -2px;
}

#special ul.items li a:hover {
	color: #000;
	background: url(../images/special-arrow-hover.png) no-repeat;	
	background-position: 165px 0;
}

#home-content {
	background: #fff;
	padding: 20px;
	width: 960px;
	margin: 0 auto;
	box-shadow: 0 1px 4px 1px #CCC;
	position: relative;
  	behavior: url(include/PIE.htc);
}

#home-content .info {
	margin-top: 50px;	
}

#home-content .info h2 {
	width: 130px;
	padding-right: 30px;
	padding-top: 10px;
	min-height: 120px;
}

#home-content .info .separator {
  border-left: 1px solid #BBBBBB;
}

#home-content table.products img {
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

/* End Home content area */

/* Content area */

#content {
	
	background: #fff;
	padding: 20px;
	width: 960px;
	margin: 0 auto;
	box-shadow: 0 1px 4px 1px #CCC;
	position: relative;
  	behavior: url(include/PIE.htc);
}

#content li {
  background-image: url("../images/list-bullet.png");
  background-position: 0 5px;
  background-repeat: no-repeat;
  color: #5F5F5F;
  font-size: 14px;
  line-height: 25px;
  padding-left: 15px;
}

#breadcrumbs {
	margin-bottom: 30px;	
}

#breadcrumbs, #breadcrumbs a {
	color: #6d6d6d;
	font-size: 25px;
}

#breadcrumbs a {
	color: #cccbcb;	
}

#content img.bordered {
	border: 1px solid #ddd;
	margin-bottom: 10px;	
}

#content.products table a {
	color: #db0000;
	display: inline-block;
	padding-bottom: 5px;	
}

#content.products table a:hover {
	color: #000;	
}

/* End Content area */

/* Product area */

/* End Product area */

/* Cart */

/* End Cart area */

/* Transitions */

a,
a:link, 
a:visited,
a:active,
a:hover, 
a:focus,
#footer input[type="button"]:hover,
#footer input[type="button"],
#nav li,
#nav li:hover a,
input[type="submit"],
input[type="reset"],
input[type="submit"]:hover,
input[type="reset"]:hover
 {
	transition: all 0.5s ease-in-out 0s;
}

#nav li:hover,
.nivo-controlNav,
.nivo-controlNav a {
	transition: none;	
}

#nav .preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

/* End of Transitions */

/* Set fonts */

#header .name,
#nav ul a,
h4,
h6,
p strong,
input[type="submit"] {
	font-family: 'source_sans_prosemibold';
}

#header .input-style,
#footer-wrapper *,
a.more,
body, 
html,
p,
input[type="text"],
select,
textarea
{
	font-family: 'source_sans_proregular';
}

h1, 
h2,
h3,
#breadcrumbs,
#breadcrumbs a,
#special ul.items li a 
{
	font-family: 'oswaldregular';
}

#breadcrumbs span.slash
{
	font-family: 'oswaldlight';
}

h5
{
	font-family: 'source_sans_probold';
}

/* End set fonts */


/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	#special a.more {
		position: relative;
		top: -18px;
		left: -5px;	
	}
	
}

a.highlight_link {
	color: #DB0000;
	text-decoration: none;
}

hr {
	background: #dbdbdb;
	height: 1px;
	border: none;
	width: 100%;
	margin: 30px 0 30px;
}