@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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 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: 13px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	color: #000;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: url(images/sitebg.jpg) top center no-repeat;
	}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #066;
	line-height: 50px;
	text-transform: uppercase;
	}

h1 a {
	color: #000;
	}

h1 a:link {
	text-decoration: none;
	}

h1 a:visited {
	text-decoration: none;
	}

h1 a:hover {
	color: #FFF;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000;
	line-height: 40px;
	background: #CCC;
	}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #0CC;
	line-height: 30px;
	padding-left: 20px;
	margin-left: 15px;
	background:url(images/arrow.png) top left no-repeat;
	}

#header {
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 10px solid #066;
	background: rgba(255, 255, 255, 0.7);
}

#headerbd {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

#menu {
	margin: 0;
	padding: 0;
	width: 100%;
	background: rgba(0, 102, 102, 0.5);
}

#menubd {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

#slides {
	margin: 0;
	padding: 0;
}

#slidesbd {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

#footerbg {
	margin: 0;
	padding: 0;
	background: #333;
	border-top: 5px solid #066;
}

#footerbd {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

#copyrightbg {
	margin: 0;
	padding: 0;
	background: #066;
}

#copyrightbd {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}


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

#marqueecontainer{
	position: relative;
	width: 260px;
	height: 150px;
	background-color: transparent;
	overflow: hidden;
	padding: 0 10px 0 25px;
	text-align: left;
	color: #000;
}

.nav {
	margin: 0;
	background: none;
	line-height: 25px;
	color: #FFF;
}

.nav li {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	padding-left: 30px;
}

.nav li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 0;
	margin: 0;
}

.nav li a:hover {
	color: #066;
}

.follow {
	text-align: left;
	color: #FFF;
	line-height: 50px;
	font-weight: bold;
	}

.follow a {
	color: #FFF;
	}

.follow a:link {
	text-decoration: none;
	}

.follow a:visited {
	text-decoration: none;
	}

.follow a:hover {
	color: #000;
	}

.breadcrump {
	color: #000;
	text-align: left;
	font-weight: bold;
}

.thumbname {
	text-align: center;
	line-height: 200%;
}

.detail {
	line-height: 200%;
	padding: 0 30px;
	text-align: justify;
}

.detail a {
	color: #CCC;
}

.detail a:link {
	text-decoration: none;
}

.detail a:hover {
	color: #066;
}

.pages {
	text-align: right;
	vertical-align: middle;
	color: #999;
	padding-right: 15px;
	}

.pages a {
	font-weight: bold;
	color: #000;
	}

.pages a:link {
	text-decoration: none;
	}

.pages a:visited {
	text-decoration: none;
	}

.pages a:hover {
	color: #FFF;
	}

.detailline {
	height: 50px;
	padding-left: 20px;
	width: 450px;
	}

.notification_error {
	border: 1px solid #A25965;
	height: auto;
	width: 90%;
	padding: 4px;
	margin: 10px;
	background: #F8F0F1;
	text-align: center;
	-moz-border-radius: 5px;
	}

.field_error {
	margin-left: 400px;
	color: red; 
	background: url('images/icon_warning.gif') no-repeat scroll 0px 50%;
	padding-left: 20px;
	}

.notification_ok {
	width: 100%;
	background: #0C0;
	text-align: center;
	line-height: 50px;
	color: #000;
	}

.button {
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	background: white;
	color: #333333; 
	padding: 4px;
	font-size: 13px;
	-moz-border-radius: 3px;
	}


/* Label */
label {
	width: 100px;
	padding-left: 20px;
	margin: 5px;
	float: left;
	text-align: left;
	line-height: 25px;
	margin-left: 250px;
	}

/* Input, Textarea */
#cart input, textarea {
	margin-top: 10px;
	margin: 5px 5px 5px 0;
	padding: 2px; 
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	color: #333333; 
	font-size: 13px;
	-moz-border-radius: 3px;
	}

.headcontact {
	color: #000;
	text-align: left;
	padding-left: 15px;
	line-height: 30px;
	}

.headcontact a {
	color: #000;
	}

.headcontact a:link {
	text-decoration: none;
	}

.headcontact a:visited {
	text-decoration: none;
	}

.headcontact a:hover {
	color: #066;
	}

.search {
	color: #666;
	background: none;
	height: 21px;
	width: 100%;
	border: 1px solid #000;
	border-right: none;
	}

.addcart {
	color: #FFF;
	text-align: center;
	line-height: 40px;
	background: #066;
	width: 90px;
	height: 50px;
	border: 5px solid #CCC;
	border-right: none;
	cursor: pointer;
}

.addcart a {
	color: #FFF;
}

.addcart a:link {
	text-decoration: none;
}

.addcart a:hover {
	color: #CFF;
}

.detailbtn {
	color: #FFF;
	text-align: center;
	line-height: 40px;
	background: #066;
	width: 90px;
	height: 40px;
	border: 5px solid #CCC;
	border-left: none;
}

.detailbtn a {
	color: #FFF;
}

.detailbtn a:link {
	text-decoration: none;
}

.detailbtn a:hover {
	color: #CFF;
}

#headnav {
	margin: 0;
	width: 100%;
	height: 30px;
	text-align: left;
	text-transform: uppercase;
	background: #066;
	}

ul.headnav {
	margin: 0 auto;
	width: 1000px;
	position: relative;
	list-style: none;
	}

ul.headnav li {
	color: #FFF;
	float: right;
	line-height: 35px;
	}

ul.headnav li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0 20px;
	}

ul.headnav li a:hover {
	color: #0CC;
}
