@charset "utf-8";
/* CSS Document */


body {
	background:url(../images/bg.png) center top repeat;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
}
@font-face {
font-family: helventica;
src: url('../fonts/helveti0.ttf');
}
@font-face {
font-family: bookos;
src: url('../fonts/bookos.ttf');
}
@font-face {
font-family: calibry;
src: url('../fonts/calibry.ttf');
}
a:link, a:visited {
	color: #0087fa;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration: underline;
}
p, li, table, h1, h2, h3, h4, h5, h6 {
	padding:5px;
}
p {
	font-family: bookos;
	font-size:14px;
	color: #555;
	line-height:20px;
}
.highlightes p {
	float:right;
	width:300px;
	background:#0087fa;
	color:#fff;
	padding:10px;
	font-size:16px;
	border:3px solid #fff;
	border-radius:15px;
	box-shadow:0 0 5px #ccc;
	margin:10px;
}
h1 {
	font-family: bookos;
	font-size: 30px;
	color: #0087fa;
	text-transform: uppercase;
	font-style: normal;
	font-weight:normal;
	padding: 5px;
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
}
h2 {
	font-size: 25px;
	color: #000;
	text-transform: uppercase;
	font-style: normal;
	font-weight:normal;
	padding: 5px;
	font-family: Calibri;
	border-bottom: 1px solid #eee;
	margin-bottom:10px;
}
h3 {
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	font-style: normal;
	font-weight:normal;
	padding: 5px;
	font-family: Calibri;
	border-bottom: 1px solid #eee;
	margin-bottom:10px;
}
h3 a {
	color: #0087fa;
}
h4 {
	font-size: 16px;
	color: #555;
	text-transform: capitalize;
	font-style: normal;
	font-weight:bold;
	padding: 5px;
}
h5 {
	font-size: 16px;
	color: #0087fa;
	text-transform: uppercase;
	font-style: normal;
	font-weight:normal;
	padding: 0px;
	font-family: Calibri;
	margin-bottom:10px;
}
.align_left {
	float:left;
}
.align_right {
	float:right;
}
.width50 {
	width:48%;
}
/* star List */
.starlist {
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left:5px;
	margin-right:5px;
}
.starlist li {
	font-family: helventica;
	font-size: 18px;
	margin: 6px 0;
	padding-bottom: 6px;
	padding-left: 25px;
	background: url(../images/star_icon.png) 0 5px no-repeat;
	color: #FFF;
	line-height: 20px;
	list-style:none;
	font-weight: bold;
	text-shadow:1px 1px 1px #060;
}
/* star List */
/* Check List */
.checklist {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left:0px;
}
.checklist li, .starlist li li {
	font-family: bookos;
	font-size: 14px;
	margin: 0px 0;
	padding-bottom: 5px;
	padding-left: 20px;
	background: url(../images/check_icon.png) 0 10px no-repeat;
	color: #FFF;
	border-bottom:none;
	line-height: 20px;
	list-style:none;
	font-weight: normal;
	text-shadow:none;
}
.checklist li a {
	color:#fff;
}
/* Check List */
/* Check List */
.checklist2 {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left:20px;
}
.checklist2 li {
	font-size: 12px;
	margin: 6px 0;
	padding-bottom: 6px;
	padding-left: 20px;
	background: url(../images/tick.png) 0 8px no-repeat;
	color: #666;
	border-bottom: 1px solid #ddd;
	line-height: 20px;
	list-style:none;
}
/* Check List2 */
.heading {
	font-size:18px;
	font-weight:bold;
}
/*header*/
#header {
	height:auto;
	width:100%;
	background-color: #FFF;
}
#header_wrap {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding:0 10px;
	background-color: #FFF;
}
/*header end*/
#wrapper {
	height:100%;
	width:960px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	width:auto;
	height:auto;
	float:left;
	margin:10px;
}
#head_right {
	float:right;
	width:auto;
	height:auto;
	margin:10px;
	padding:15px;
	background:#E5E5E5;
	border-radius:10px;
}
#head_right p {
	font-family: calibry;
}
/*navigation*/
#nav_div {
	height:60px;
	width:100%;
	background:url(../images/nav_bg.png) left top repeat-x;
	margin-bottom: 10px;
}
#nav {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding:0 10px;
}
#nav ul {
	list-style: none;
	overflow:hidden;
}
#nav li {
	float: left;
	margin:10px 0px;
	padding:0px;
	/*background:url(../images/nav_sep.png) right center no-repeat;*/
}
#nav a:link, #nav a:visited {
	display:block;
	width:auto;
	font-family: calibry;
	color:#fff;
	text-align:center;
	line-height:40px;
	padding:0 33px;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 16px;
}
#nav a:hover, #nav a:active, #nav a.select {
	color:#fff;
	background:url(../images/nav_r.jpg) left top repeat-x;
	border:0;
	border-radius:10px 10px 0 0;
}
/*navigation end*/
#banner {
	width:auto;
	height:auto;
	float:left;
	margin:10px 10px 10px 10px;
}
#middle {
	width:960px;
	height:100%;
	float:left;
	margin: 10px 10px 10px 10px;
}
#mid_left {
	width:230px;
	height:100%;
	float:left;
	padding:20px;
	margin: 10px 0;
	background:url(../images/left-wrap-bg.jpg) #0087fa left top repeat;
	
	border:10px solid #0087fa;
	border-radius:20px 20px 0 0;
}
.hrline {
	width:100%;
	height:2px;
	display:block;
	margin:10px 0;
	background:url(../images/left_cat_sep.jpg) repeat-x;
}
#prod-cat_heading {
	display:block;
	background:url(../images/prod_cat_bg.jpg) left top repeat-x;
	margin:0 0 10px 0;
	line-height:50px;
	font-family:Calibri;
	font-size:18px;
	text-transform:uppercase;
	font-weight:lighter;
	color:#333;
}
.midleft_img {
	display:block;
	margin:10px;
}
.midright_img {
	padding: 5px;
}
#mid_right {
	width:650px;
	height:100%;
	float:right;
	margin: 10px 0;
}
#product {
	float:left;
	width:670px;
	margin:10px 0 0 0;
	height:auto;
	background-color:#f1f1f1;
	border:1px solid #e5e4e4;
	padding: 10px;
}
#prod_box {
	float:left;
	width:155px;
	height:auto;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center;
	margin:5px 5px;
	line-height:20px;
}
#product img, #product img {
	display:block;
	border:1px solid #ccc;
	margin:5px auto;
}
#prod_div_shadow {
	width:680px;
	height:auto;
	margin-bottom:10px;
}
/* -----------------------TOGGLE -----------------------*/
.toggle-wrapper {
	margin-bottom: 20px;
}
.toggle {
	position:relative;
	margin-bottom:5px;
}
.toggle_title {
	margin:0;
	padding:5px 0 5px 0;
	font-size:18px;
	line-height:18px;
	background: url("../images/toggle_icon.png") no-repeat scroll 100% 6px transparent;
	cursor:pointer;
	border-bottom:1px solid #e4e4e4;
}
.toggle_title h5 {
	margin-bottom: 0;
}
.toggle_active {
	background-position: 100% -18px;
}
.toggle_content {
	padding:10px;
	margin:-3px 0px 10px 0px;
	display:none;
	background-color:#f5f5f5;
}
.toggle_content img {
	padding:5px;
}
/* -----------------------TOGGLE end-----------------------*/


#mid_btm {
	width:960px;
	height:100%;
	float:left;
	margin: 10px 10px 10px 10px;
}
/*CONTACT PAGE*/

/*contact_detail*/
#contact_detail {
	width: auto;
	height: auto;
	float: left;
	margin: 10px;
	font-family: bookos;
}
#contact_detail td {
	color: #555;
	padding:2px 5px;
	width: auto;
	height: auto;
	font-size:14px;
}
#contact_detail img {
	width:30px;
	height:30px;
	background:#0087fa;
	border-radius:20px;
}
#contact_detail .title {
	font-size:16px;
	color:#0087fa;
}
#map {
	width:auto;
	height:auto;
	float:left;
	margin: 10px;
	font-size: 12px;
	line-height: 20px;
}
/*contact form*/
#contact_form {
	width:48%;
	height:auto;
	float:right;
	margin:10px 0;
	padding: 0;
}
#contact_form table {
	font-family: bookos;
	font-size: 14px;
	color: #555;
	padding: 10px;
}
#contact_form td {
	line-height:20px;
	padding: 0 5px;
	width: auto;
	height: auto;
}
#contact_form input[type="text"], #contact_form input[type="email"], #contact_form textarea, #contact_form select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:6px 3px;
	display:block;
	margin-bottom:5px;
	background-color:#FFF;
	color:#777;
	border:1px solid #e7e7e7;
}
#contact_form input[type="text"], #contact_form input[type="email"], #contact_form textarea {
	width:165px;
	text-transform:none;
}
#contact_form select {
	width:172px;
	text-transform:capitalize;
}
#contact_form td input#btn {
	font-family: Calibri;
	display:block;
	float:left;
	width:100px;
	height:30px;
	margin:0px;
	border:none;
	cursor:pointer;
	background-color: #000;
	text-transform: uppercase;
	color: #FFF;
	font-size: 16px;
}
#contact_form td input#btn:hover {
	background-color: #0087fa;
}
/* contact form end */
/*CONTACT PAGE END*/

/*footer*/
#fotmain {
	height:50px;
	width:100%;
	background-color: #0087fa;
	border-top:2px solid #000;
}
#footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#footer p {
	line-height:50px;
	padding:0;
	font-size:12px;
}
.fot_lefttext {
	float:left;
	color: #FFF;
}
.fot_righttext {
	float:right;
	color: #FFF;
}
.fot_righttext strong {
	color:#FFF;
}
.fot_righttext strong a {
	color:#FFF;
	text-decoration:none;
}
.fot_righttext strong a:hover {
	color:#000;
}
/*footer end*/

.clr {
	clear:both;
}
.table-style {
	font-family: bookos;
	font-size: 14px;
	color: #555;
}
.table-style td {
	padding: 10px;
	border: 1px solid #ccc;
}
