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, font, 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, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

*
{
	margin:0;
	padding:0;
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
p {
	padding: 0;
	margin: 0;
}

/*************************************************
	font
*************************************************/

@font-face {
 font-family: 'OpenSansLight';
 src: url('font/opensans-light-webfont.eot');
 src: url('font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('font/opensans-light-webfont.woff') format('woff'), url('font/opensans-light-webfont.ttf') format('truetype'), url('font/opensans-light-webfont.svg#OpenSansLight') format('svg');
 font-weight: normal;
 font-style: normal;
}
/*************************************************
	General
*************************************************/



body {
	font-size: 13px;
	color: #4c4c4c;
 *margin:0;
 *padding:0;
	margin:0;
	padding:0;
	font-family:'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	/*--	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;--*/
	width:100%;
	font-weight:normal;
}
.homewrapper {
	background:url("../images/bg.jpg") no-repeat scroll center top;
	height:549px;
}
.innerwrapper {
	background-image:url(../images/inner_bg.png);
	background-repeat:repeat-x;
	width:100%;
	height:100%;
}
h1 {
	font-size:28px;
	*font-size:25px;
	color:#555555;
	padding-bottom:10px;
	font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
}
h2 {
	font-size:20px;
	color:#4dbaed;
	padding-bottom:10px;
	font-family: 'OpenSansLight';
	font-weight: bold;
	font-style: normal;
}
h3 {
	font-size:29px;
	color:#e03ca1;
	margin-bottom:28px;
	font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
}
h4 {
	font-size:39px;
	color:black;
	font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.inactive {
	text-decoration: none;
}
a.link_sale {
	background-color: #7ba33e;
	margin-top:5px;
	padding: 4px 10px;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	display: block;
	text-decoration: none;
}
a.link_cart {
	background-color: #7ba33e;
	margin-top:5px;
	padding: 4px 10px;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	display: block;
	text-decoration: none;
}
a.link_back {
	background-color: #e5e5e5;
	padding: 8px 0px;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	display: block;
	text-decoration: none;
}
a.link {
	background-color: #7ba33e;
	padding: 8px 0px;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.clear {
	margin:0;
	padding:0;
	clear:both;
}
/*************************************************
	Main Wrapper
*************************************************/

.wrapper {
	width:980px;
	height:auto;
	margin:auto;
	padding:0;
}
/*************************************************
	Navigation
*************************************************/

#nav-wrapper {
	display:block;
	width:100%;
	height:41px;
}
#main-nav {
	width:996px;
	margin:0 auto;
	z-index:9999;
	
}
#main-nav > ul {
	float:right;
	font-family:"Open Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	font-size:14px;
	height:40px;
}
#main-nav > ul > li {
	float:left;
	color:#4c4c4c;
}
#main-nav > ul > li a {
	color:white!important;/*color:#4c4c4c;*/
}
#main-nav > ul > li:last-child {
	padding-right:0
}
#main-nav > ul > li span.arrow {
	display:block;
	float:right;
	background:url("../images/menuarrow.png") no-repeat top right;
	width:10px;
	height:9px;
	margin:5px 0 0 8px;
	position:static;
	*position:absolute;
	
}
#main-nav {
	width:996px;
	margin:0 auto
}
#main-nav #branding-small {
	display:block;
	float:left;
	width:156px;
	height:37px;
	margin:17px 0 0 28px;
	background:url("../../images/logos/shopify-logo-sm.png") top left no-repeat;
	text-indent:-9999px;
}
#main-nav #branding-small:hover {
	background-position:0 -37px
}
#main-nav > ul > li > a {
	height:12px;
	padding:8px 20px 15px;
	margin-top:10px;
	text-decoration:none
}
#main-nav > ul > li > a.drop-menu-title {
	cursor:default;
	-o-transition:none 0.3s ease-in-out;
	-webkit-transition:none 0.3s ease-in-out;
	-moz-transition:none 0.3s ease-in-out;
	z-index:9999;
}
.sub-menu ul li a .grey {
	color:grey;
}
.sub-menu ul li a:hover .grey {
	color:#5FB0D1;
	text-decoration:none;
}
#main-nav > ul > li:hover > a.drop-menu-title {
	z-index:9999;
	background:#fff;
	color:#5FB0D1!important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-top:10px;
	color:#5fb0d1;
	-o-transition:none 0.3s ease-in-out;
	-webkit-transition:none 0.3s ease-in-out;
	-moz-transition:none 0.3s ease-in-out
}
#main-nav > ul > li:hover > a.drop-menu-title + ul {
	margin-top:21px
}
#main-nav > ul > li > a:visited {
	color:#818181
}
#main-nav > ul > li > a:hover {
	color:#5FB0D1 !important;
}
#main-nav > ul > li > a.current {
	color:#d2d2d2
}
#main-nav > ul > li > a:focus {
	outline:none
}
#main-nav > ul > li.login a {
	padding-right:30px;
	color:#d2d2d2
}
#main-nav > ul > li.login a:hover {
	color:#fff
}
#main-nav > ul > li.signup a {
	padding-right:30px;
	color:#96c944
}
#main-nav > ul > li.signup a:hover {
	color:#c4ec84
}
.sub-menu, .sub-menu * {
	margin:0;
	padding:0;
	*padding-top:7px!important;
	list-style:none;
	*z-index:9999;


}
.sub-menu {
	line-height:12px;
	*line-height:12px;
}
.sub-menu ul {
	z-index:8888!important;
	margin-top:15px;
	background:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	position:absolute;
	top:-999em;
	padding:0 17px;
	width:147px;
	-o-transition:none 0.3s ease-in-out;
	-webkit-transition:none 0.3s ease-in-out;
	-moz-transition:none 0.3s ease-in-out;
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3)
}
.sub-menu ul li {
	width:100%;
 *width:150px;
 *height:auto;
	border-bottom:
 1px dotted #c3c2c3;
 *padding-top:8px 0!important;
}
.sub-menu ul li:last-child {
	border-bottom:none
}
.sub-menu li:hover {
	visibility:inherit
}
.sub-menu li {
	float:left;
	position:relative;
*width:135px;
*padding:19px 0;
}
.sub-menu a {
	display:block;
	position:relative
}
.sub-menu ul li a {
	color:#9e9d9d;
	text-transform:none;
	font-weight:600;
	font-size:11px;
	padding:8px 0;
	color:#4c4c4c!important;
}
.sub-menu ul li:last-child a {
	padding:8px 0 20px;
	color:#4c4c4c!important;
}
.sub-menu ul li a:hover {
	color:#000!important
}
.sub-menu ul li a .title {
	display:block;
	margin-bottom:1px;
	font-size:13px;
	font-weight:700;
	line-height:18px;
	color:#4c4c4c;
}
.sub-menu li:hover ul, .sub-menu .sub-menu li.sfHover ul {
	left:0;
	top:1.5em;
	z-index:99;
}
.sub-menu li:hover li ul {
	top:-999em
}
.sub-menu li li:hover ul {
	left:181px;
	top:0
}
.sub-menu li li:hover li ul {
	top:-999em
}
.sub-menu li li li:hover ul {
	left:181px;
	top:0
}
.sub-menu ul li a:hover .title {
	color:#5FB0D1 !important;
}
/*************************************************
	Slider
*************************************************/
.slider {
	height:348px;
 *height:548px;
	width:100%;
}
/*************************************************
	Header -homepage
*************************************************/

.logo {
	width:216px;
	height:218px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
	float:left;
}
.header_tittle {
	width:100%;
	padding-top:247px;
}
.headertittle {
	width:650px;
	height:auto;
	float:left;
	margin-top:98px;
}
.button {
	width:100%;
	height:auto;
	float:left;
	margin-top:426px;
	margin-bottom:28px;
}
.button_shop {
	width:301px;
	height:84px;
	float:left;
	margin-right:25px;
}
/*************************************************
	Services -homepage
*************************************************/

.service {
	width:990px;
	height:auto;
	margin-bottom:28px;
}
.service_txt {
	width:982px;
	height:auto;
}
.service_txt ul {
	list-style: none outside none;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 15px;
	padding-left:0
}
.service_txt li {
	background: url(../images/arrow.png) no-repeat scroll left top transparent;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding: 0 19px 10px;
}
.service_txt p {
	padding:5px 0;
}
.service_menu {
	width:198px;
	height:auto;
	float:left;
	margin-right:5px;
	padding-left:5px;
}
#servicemenu {
	list-style: none;
	width: 178px;
	padding-top: 18px;
	height: 214px;
}
#servicemenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#servicemenu a:link {
	color: #4c4c4c;
	font-size: 13px;
	height: 20px;
	display:block;
	text-decoration: none;
	padding: 8px 0 0 10px;
	*padding: 8px 0 0 10px;
	font-weight:normal;
}
#servicemenu a:hover 
{
	*padding: 8px 0 0 10px;
	
}
#servicemenu .active {
	/*--color: #dbdbdb;--*/
color:#4DBAED;
*padding: 8px 0 0 10px;
}
/*************************************************
	Services content -homepage
*************************************************/

.service_content {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	float: left;
	min-height:216px;
	margin-top: 18px;
	padding: 0px 20px 10px 20px;
	width: 470px;
}
.service_content p {
	padding:5px 0;
	float:left;
	margin:0;
}
.service_content span {
	/*--color:#09AAC7;--*/
	color:DarkGoldenRod;
	font-size:18px;
}
/*************************************************
	Services Testimonial -homepage
*************************************************/

.testimonial {
	width:245px;
	height:auto;
	float:right;
	padding-left:20px;
	margin-top:14px;
}
.testimonial ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/testimonial.png);
	background-repeat:no-repeat;
	width:240px;
	height:185px;
}
.testimonial li {
	width:200px;
	height:163px;
	padding:30px 10px 0px 16px;
}
.testimonial a:link {
	color: #4c4c4c;
	font-size: 12px;
	display:block;
	text-decoration: none;
	padding: 8px 0 10px 0px;
	font-weight:normal;
}
.testimonial span {
	color: #4dbaed;
	font-size: 12px;
	display:block;
	text-decoration: none;
	text-align:right;
	padding: 1px 70px 10px 0px;
	font-weight:normal;
	font-style:italic;
	float:right;
	margin-top:38px;
}
.testimonial a:visited {
	text-decoration: line-through;
}
.testimonial a:hover {
	color: #9b9b9b;
}
/*--outfit page--*/
.outfits_bg {
	background:url(../images/outfitbg.png) top center no-repeat;
	min-height:820px;/*height:940px;*/
}
.outfit_form {
	width:980px;
	height:auto;
	margin:auto;/*--padding-top:80px;--*/
}
.outfit_box {
	width:100%;
	background-color:#F1EEE7;
	/*--background:url(../images/outfitbanner_bg.jpg) top center repeat-x;--*/
	height:421px;
	margin: 0px;
}
.outfitpanel_left {
	width:980px;
	height:auto;
}
.outfitpanel_right {
	width:327px;
	height:auto;
	float:right;
}
.outfitform_white {
	width:284px;
	height:auto;
	background-color:#FFF;
	padding-bottom:20px;
	float:left;
	margin-right:67px;
}
.white_stp3 {
	width:284px;
	height:auto;
	padding-bottom:20px;
	float:left;
	margin-right:67px;
}
/*
.outfits_cutting{
	width:276px;
	height:22px;
	background:url(../images/formcutting.png) top center no-repeat;
	
}
*/
.outfitform_white input {
	background:url(../images/outfitform_bg_wh.png) top center no-repeat;
	width:233px;
	height:28px;
	border:1px solid #acafb4;
	margin:5px 0px;
	color:#ada6b0;
}
.outfitform_white select {
	background:url(../images/outfitform_bg_wh.png) top center no-repeat;
	width:255px;
	height:29px;
	border:1px solid #acafb4;
	margin:5px 0px;
	color:#ada6b0;
}
.outfitform_white .radio label {
	padding-bottom:2px;
}
.outfitform_white .radio input {
	background:none;
	width:30px;
	border:none;
	height:15px;
}
/*.outfitform_grey{
	width:284px;
	height:auto;
	background-color:#dadada;
	padding-bottom:20px;
	float:left;
	
}

.outfitform_grey input{
	background:url(../images/outfitform_bg_wh.png) top center no-repeat;
	width:233px;
	height:29px;
	border:1px solid #acafb4;
	margin:5px 0px;
	color:#ada6b0;
	
}

.outfitform_grey textarea{
	background:url(../images/outfitstext_area.png) top center no-repeat #FFF;
	width:252px;
	
	border:1px solid #acafb4;
	margin:5px 0px;
	color:#ada6b0;
	
}

.outfitform_grey .radio label{
	padding-bottom:2px;
	
}

.outfitform_grey .radio input{
	background:none;
	width:30px;
	border:none;
	height:15px;
	
}



.outfitform_block input{
	height:22px;
	width:318px;
	font-size:12px;
	color:#666;
}



.next{
	width:110px;
	height:48px;
	float:right;

	margin-top:80px;
	float:right;
}*/

.note {
	font-size:11px;
	width:295px;
	height:297px;
	float:right;
	position:relative;
}
.note_list {
	background:url(../images/notes.png) no-repeat;
	position:absolute;
	margin-top:-30px;
	width:295px;
	height:318px;
}
.note_list ul {
	margin:0;
	padding:78px 10px 10px;
	list-style: none outside none;
	text-decoration: none;
	width:269px;
}
.note_list li {
	color: #707070;
	padding-left:30px;
	text-decoration: none;
	width: auto;
	background:url(../images/note_bullet.png) no-repeat left top;
	margin:10px 0;
	color:#5b3802;
}
/*--
.gallery{
	width:980px;
	height:auto;
	margin-top:40px;
	margin-bottom:30px;
}--*/




/*************************************************
	Instruments -homepage
*************************************************/

.instruments_box {
	width:980px;
	height:auto;
	margin:60px 0px 30px;
}
.instruments_outerbox {
	width:282px;
	height:247px;
	padding:0px;
	float:left;
	margin-bottom:20px;
}
.instruments_img {
	width:272px;
	height:auto;
	float:left;
	padding:0px 5px 0px 0px;
	margin:auto;
}
.instruments_content {
	width:175px;
	height:auto;
	padding-left:5px;
	float:left;
	line-height:15px;
}
.instruments_content ul {
	text-decoration:none;
	font-weight:normal;
	margin:0;
	padding:0;
}
.instruments_content li {
	float:left;
	line-height:15px;
	margin-bottom:7px;
	width:289px;
}
.instruments_content label {
	float: left;
	font-size: 12px;
	margin-right: 10px;
	/*--width: 70px;--*/
    padding-top:3px;
}
.instrument_txt h5 {
	font-size:16px;
	margin:2px 0 1px 5px;
	font-family: 'OpenSansLight';
	font-weight:normal;
	color:#0FACC9;
}
.instruments_range {
	width:auto;
	padding:3px 0px 0 3px;
	float:right;
	font-size:16px;
	color:#0facc9;
	text-align:right;
	margin-right:5px;
}
.instruments_content span {
	/*--font-size:11px;--*/
	padding-top:3px;
}
.instrument_fnt_size {
	font-size:14px;
}
.instruments_btn {
	float:right;
	width:90px;
	margin-top:36px;
}
.view_more {
	width:88px;
	height:31px;
	float:right;
	/*margin-top:-10px;*/
	margin-right:15px;
	background:url(../images/viewmore.png) no-repeat;
}
.view_more:hover {
	background:url(../images/viewmore_hover.png) no-repeat;
}
/*************************************************
	Footer - homepage
*************************************************/

.footer {
	/**background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;*/
	background-color:black;
	width:100%;
	height:332px;
	float:left;
}
.footer_wrapper {
	width:950px;
	height:auto;
	margin:auto;
	padding:15px;
}
.box_mini {
	width:160px;
	margin-right:100px;
	float:left;
}
.box_mini ul {
	padding:0;
	margin:0;
}
.box_mini li {
	list-style:none;
	text-decoration:none;
}
.box_mini a {
	width:205px;
	margin-right:20px;
	float:left;
	color:#ccc;
	font-size:13px!important;
	font-weight:normal!important;
	text-decoration:none!important;
}
.box_mini a:hover {
	width:212px;
	margin-right:20px;
	float:left;
	color:white;
	font-weight:normal!important;
	text-decoration:none;
	font-size:13px;
}
.box_mini h6 {
	border-bottom: 1px dashed #4F4F4F;
	color: #FFFFFF !important;
	font-family: helvetica;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 15px 0 5px;
}
/*--footer form--*/
#tab_box {
	float: left;
	width: 580px;
}
.shadetabs {
	/*  border-bottom: 1px solid #2e2e2e;*/
    float: left;
	font: bold 12px/30px Verdana;
	height: 23px;
	list-style-type: none;
	margin-bottom: 27px;
	margin-left: 22px;
	margin-top: 1px;
	padding: 3px 0;
	text-align: left;
	width: 473px;
}
.shadetabs ul {
	border-bottom:1px solid #2e2e2e;
}
.shadetabs li {
	/*display: inline;*/
margin: 0;
	display: block;
	float: left;
	height: 38px;
	margin: 0 14px;
}
.shadetabs li a {
	text-decoration: none;
	display:block;
	position: relative;
	z-index: 1;
	padding: 3px 6px;
	margin-right: 3px;
	/*border: 1px solid #778;*/
color:#827037;/*background: white url(shade.gif) top left repeat-x;*/
}
.shadetabs li a:visited {
	color:#827037;
}
.shadetabs li a.selected { /*selected main tab style */
	position: relative;/*top: 1px;*/
}
.shadetabs li a.selected { /*selected main tab style */
	background-repeat:no-repeat;
	border-bottom-color: white;
	color:#FFFFFF;
}
.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}
/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2 {
	padding: 0;
	width: 362px;
	border-top: 5px solid #D25A0B; /*Brown color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
.modernbricksmenu2 ul {
	margin:0;
	margin-left: 10px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}
.modernbricksmenu2 li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}
.modernbricksmenu2 a {
	float: left;
	display: block;
	font: bold 11px Arial;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	background-color: black; /*Brown color theme*/
	border-top: 1px solid white;
}
.modernbricksmenu2 a:hover {
	background-color: #D25A0B; /*Brown color theme*/
	color: white;
}
.modernbricksmenu2 a.selected { /*currently selected tab*/
	background-color: #D25A0B; /*Brown color theme*/
	color: white;
	border-color: #D25A0B; /*Brown color theme*/
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu {
	font: bold 13px Arial;
	width: 100%; /*leave this value as is in most cases*/
}
.indentmenu ul {
	margin: 0;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
	background: black url(indentbg.gif) center center repeat-x;
}
.indentmenu ul li {
	display: inline;
}
.indentmenu ul li a {
	float: left;
	color: white; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid navy; /*navy divider between menu items*/
}
.indentmenu ul li a:visited {
	color: white;
}
.indentmenu ul li a.selected {
	color: white !important;
	padding-top: 6px; /*shift text down 1px*/
	padding-bottom: 4px;
	background: black url(indentbg2.gif) center center repeat-x;
}
.tabcontentstyle { /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}
/*-----tabs--------------*/
#glb_box {
	/*border:1px solid gray;*/ 
 width: 580px;
	float:left;
}
.tab_header {
	/*background:url(../images/tab_header.png) no-repeat;*/
 width: 360px;
	height:13px;
	float:left;
	margin-top:10px;
}
.tab_middle {
	/* background:url(../images/middle_tab.png) repeat-y;*/
 width:600px;
	margin:auto;
	min-height:310px;
}
.tab_footer {
	/* background:url(../images/tab_footer.png) repeat-y;*/
 width: 360px;
	height:13px;
	float:left;
}
.content_text {
	float:left;
	font-size:14px;
	color:#FFFFFF;
	margin-left:20px;
	width:334px;
	line-height: 20px;
}
/*
.searchform{
	width:607px;
	margin:3px 0;
	float:left;
}
.searchbox_textarea{
	margin-left:20px;
	border:none;
	width:540px;
	height:63px;
	background:url(../images/comment.png) top left no-repeat;
	padding:5px 10px;
	color:#7d6b32;
}
*/
.left_field {
	width:268px;
	height:33px;
	float:left;
	margin-right:20px;
}
.mainform {
	width:573px;
}
.grey_bttn {
	float: right;
	height: 35px;
	width: 98px;
}
.grey_bttn input {
	border:none;
	height: 35px;
	width: 98px;
}
/*--add cart--*/
.add_cart {
	width:230px;
	height:auto;
	float:right;
}
.added {
	margin:127px 0 0 217px;
}
.instrument_tittle {
	width:300px;
	float:left;
	margin-top:17px;
}
/*--about us--*/

.inner_logo {
	width:120px;
	height:96px;
	position:absolute;
}
.space {
	padding:10px 0px;
	width:100%;
	height:auto;
}
/*------------instruments Menu---------------*/

.instruments_nav {
	width:100%;
	height:32px;
	float:right;
	margin:auto;
	padding:0px 30px 0px 10px;
}
.instruments_nav ul {
	list-style-image:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.instruments_nav ul li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin-left: 12px;
	padding: 12px 14px 0;
}
.instruments_nav ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5d5d5d;
	text-decoration:none;
	border:none;
	text-transform:none;
	font-weight:normal;
	white-space:nowrap;
}
.instruments_nav ul li a:hover {
	color:#09aac7;
}
#active {
	color:#09aac7;
}
/*--leftpanel--*/



.instruments_left {
	width:668px;
	height:auto;
	float:left;
	margin-top:1px;
}
.instrument_gallery {
	width:647px;
	height:447px;
}
.instrument_gallery_big {
	width:576px;
	height:448px;
	float:left;
}
.instrument_gallery_small {
	width:66px;
	height:auto;
	float:right;
}
.instrument_gallery_thumb {
	width:66px;
	height:51px;
	margin-bottom:5px;
}
.instrument_txt {
	width:262px;
	height:auto;
	padding:10px 0;
	float:left;
}
.instrument_content {
	width:600px;
	height:auto;
	padding-top:20px;
}
.item_box {
	width:576px;
	height:auto;
	padding:15px 5px;
	border:1px solid #e6e6e6;
	margin:10px 0px;
}
/*--right panel--*/
.instruments_right {
	float: right;
	height: auto;
	border-top: 1px dashed #CCCCCC;
	margin-top: 1px;
	width: 289px;
}
.instruments_cart_block {
	background-color: #ECECEC;
	height: auto;
	margin: 2px 5px 10px;
	padding: 0 8px 10px;
	width: 290px;
}
.instruments_value {
	width:150px;
	height:auto;
	float:left;
}
.instruments_cartvalue {
	width:50px;
	height:auto;
	float:right;
}
.related_products {
	width:289px;
	height:auto;
	padding:15px 0px 5px 0;
}
.products_thumb {
	width:76px;
	height:41px;
	float:left;
	margin: 0px 3px;
}
/*--outfit page--*/

.outfitpanel {
	width:980px;
	height:auto;
	float:left;
	margin-bottom:20px;
}
.outfitform_left {
	width:450px;
	height:auto;
	padding:10px 10px 10px 0px;;
	float:left;
}
.outfitform_right {
	width:450px;
	height:auto;
	padding:5px 10px 10px 10px;
	float:right;
}

.outfitform_right textarea {
 background-color: #F6F3F3;
    border: 1px solid #ACAFB4;
    color: #ADA6B0;
    float: left;
    height: 34px;
    margin: 5px 0;
    padding-left: 5px;
    width: 350px;

}





.outfitform_right .radio label {
	padding-bottom:2px;
	float:left;
}
.outfitform_right .radio input {
	background:none;
	width:auto;
	border:none;
	height:15px;
	margin-bottom:20px;
	margin-right:5px;
	
}

.radio
{
	float:left;
	width: 301px;
}


.outfits_cutting {
	width:926px;
	height:22px;
	background:url(../images/cutting.jpg) top center no-repeat;
}
.outfitform_left input {
	width:350px;
	height:34px;
	border:1px solid #acafb4;
	margin:5px 0px;
	color:#ada6b0;
	background-color:#f6f3f3;
	padding-left:5px;
	float:left;
}
.outfitform_left label {
	font-size:14px;
	font-weight:normal;
	float:left;
	padding:10px 0 0 0;
}
.outfitform_left select {
	background-color:#f6f3f3;
	width:366px;
	height:34px;
	border:1px solid #acafb4;
	margin:5px 0px;
	color:#ada6b0;
	float:left;
}
.outfitform_right input {
	width:350px;
	height:28px;
	border:1px solid #acafb4;
	margin:5px 0px;
	color:#ada6b0;
	background-color:#f6f3f3;
	padding-left:5px;
	float:left;
}
.outfitform_right label {
	font-size:14px;
	font-weight:normal;
	float:left;
	padding:2px 0 0 0;

}
.outfitform_right select {
	background-color:#f6f3f3;
	width:350px;
	height:28px;
	border:1px solid #acafb4;
	margin:5px 0px;
	color:#ada6b0;
	float:left;
}
.outfitform_notes {
	width:350px;
	height:112px;
	float:left;
	margin-top:20px;
}
.outfitform_left .radio label {
	padding-bottom:2px;
	padding-top:4px;
}
.outfitform_left .radio input {
	background:none;
	width:30px;
	border:none;
	height:15px;
}
.outfitform_grey {

	min-height: 316px;
	padding-bottom: 20px;
	position: relative;
	width: 297px;
	margin-top:10px;

	float:left;
}

.outfitform_grey label
{
	font-size:14px;
}

.outfitform_grey input {
	  background-color: #F1F1F1;
    border: 1px solid #D2D2D2;
    color: #7A7A7A;
    float: left;
    height: 27px;
    margin-bottom: 8px;
    padding: 3px 0 0 5px;
    width: 255px;
}
.outfitform_grey textarea {
	background:url(../images/outfitstext_area.png) top center no-repeat #FFF;
	width:233px;
	padding-top:5px;
	border:1px solid #acafb4;
	margin:5px 0px;
	color:#ada6b0;
}

.outfitform_block input {
	height:22px;
	width:318px;
	font-size:12px;
	color:#666;
}
.next {
	width:110px;
	height:49px;
	float:right;
	margin-top:25px;
	margin-bottom:25px;
}
/*.note{
	font-size:11px;
	color:peru;
	padding:10px;
	
}
*/
.gallery {
	width:980px;
	height:auto;
	margin-top:110px;
}
/*--step--*/

.steps {
	width:980px;
	height:50px;
}
/*--step--*/

.steps {
	width:980px;
	height:50px;
}
/*--instruments heading--*/

.instrumentheading {
	width:auto;
	padding-right:20px;
	float:left;
}
.instrumentmenu {
	width:auto;
	padding-top:4px;
	float:left;
	border:none;
	border:0px;
	margin:0px;
	font: 100%;
}
.instrumentmenu ul {
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
}
.instrumentmenu li {
	float:left;
	padding:0px;
	width:200px;
}
.instrumentmenu li a {
	background:url(../images/downarrow.png) right center no-repeat;
	background-position:125px 10px;
	color:#333;
	display:block;
	font-weight:normal;
	line-height:35px;
	margin:0px;
	padding:0px 11px;
	text-align:left;
	text-decoration:none;
}
.instrumentmenu li a:hover, .menu ul li:hover a {
	text-decoration:none;
}
.instrumentmenu li ul {
	background:#ECECEC;
	display:none;
	height:auto;
	padding:0px;
	margin-top:-9px;
	border:0px;
	position:absolute;
	width:225px;
	z-index:200;
}
.instrumentmenu li:hover ul {
	display:block;
}
.instrumentmenu li li {
	background:url('images/sub_sep.gif') bottom left no-repeat;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:225px;
}
.instrumentmenu li:hover li a {
	background:none;
}
.instrumentmenu li ul a {
	display:block;
	height:35px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
}
.instrumentmenu li ul a:hover, .menu li ul li:hover a {
	background:grey url('images/hover_sub.gif') center left no-repeat;
	border:0px;
	color:#ffffff;
	text-decoration:none;
}
instrumentmenu p {
	clear:left;
}
.instrumentviewcart {
	width:auto;
	float:right;
}
.paymentmethod {
	width:260px;
	height:auto;
	font-weight:bold;
	float:left;
	margin-top:10px;
}
/*--info/ delivery/ return--*/

.container {
	width: 250px;
	margin: 10px auto;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #d9d9d9;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #09aac7;
	display: block;
	font-size:12px;
	padding: 0 10px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background-color: white;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #d9d9d9;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 12px;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a {
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
.copyright {
	margin-top:43px;
	color:#CCC;
	float:left;
}
/*************************************************

	Why Us content 
*************************************************/

.about_content_2panel {
	border-left: 1px solid #dfdfdf;
	float: left;
	height: auto;
	margin-top: 18px;
	padding: 0px 10px 10px 20px;
	width: 776px;
	font-style:normal;
}
.about_content_2panel span {
	font-family:Arial, Helvetica, sans-serif;
	color:#4DBAED;
	padding-bottom:10px;
	font-size:16px;
	font-style:normal;
}
.about_content_2panel p {
	padding-top:10px;
}
.testimonials {
	width:980px;
	height:auto;
	border-bottom:1px dashed #ccc;
	margin-bottom:20px;
}
.testimonials table tr, .testimonials table tr td { vertical-align:top;}
.testimonials_img {
	width:62px;
	height:62px;
	float:left;
	margin-right:30px;
}
.testimonials_content {
	width:860px;
	height:auto;
	float:left;
}
.testimonials_info {
	font-size:11px;
	color:#999;
}
.testimonials_info p {
	padding-top:2px!important;
	border-bottom:0!important;
	padding-bottom:0px!important;
	margin-bottom:0px!important;
}
.testimonials p {
	padding-top:2px!important;
	margin-bottom:15px;
}
.testimonials_form label {
	font-size: 14px;
	padding:3px 0 0 0;
	float:left;
	margin-right:15px;
	width:60px;
}
.testimonials_form input {
	border:1px solid #ccc;
	color: Gray;
	background-color:#eaeaea;
	height:31px;
	padding: 0 10px;
	width: 264px;
}
.testimonials_form textarea {
	border:1px solid #ccc;
	color: Gray;
	background-color:#eaeaea;
	padding: 2px 0 10px;
	width: 282px;
}
.testimonials_form {
	float: left;
	margin-right: 29px;
	margin-bottom:10px;
	width: 800px;
}
/*************************************************

	Testimonial content 
*************************************************/

.testimonial_content_2panel {
	border-left: 1px solid #dfdfdf;
	float: left;
	height: auto;
	margin-top: 18px;
	padding: 0px 10px 10px 20px;
	width: 740px;
	font-style:italic;
}
.testimonial_content_2panel span {
	font-family:Arial, Helvetica, sans-serif;
	color:#09AAC7;
	padding-bottom:10px;
	font-size:16px;
	font-style:normal;
}
.testimonial_content_2panel p {
	padding-top:10px;
}
/*************************************************
	Services content 
*************************************************/


.services_box {
	width:950px;
	height:auto;
	padding:15px;
	margin:20px 0px;
}
.services_outerbox {
	width:282px;
	height:204px;
	float:left;
	margin-bottom:50px;
}
.services_img {
	width:272px;
	height:auto;
	float:left;
	padding:0px 5px 0px 5px;
	margin:auto;
}
.services_detail {
	width:175px;
	height:auto;
	padding-left:5px;
	float:left;
	line-height:15px;
}
.services_detail_heading {
	font-size:20px;
	color:#04301b;
	text-align:center;
	width:260px;
	height:auto;
	margin-top:5px;
}
.services_detail span {
	font-size:12px;
	float:left;
	width:261px;
	padding-top:5px;
	text-align:center;
}
.team {
	margin-bottom:30px;
	width:960px;
	margin-bottom:10px;
	padding-top:10px;
	float:left;
}
.team p {
	padding-top:3px;
}
.team .Ques {
	color: #09AAC7;
	font-size: 16px;
	font-style: normal;
	padding-bottom: 5px;
}
.team .ans {
	color: #09AAC7;
	font-size: 14px;
	font-style: normal;
	width:20px;
	float:left;
}
.team ul {
	margin:0;
	padding:0;
	float:left;
}
.team li {
	padding:0px 0 5px 20px;
	list-style:none;
}
.team ul li ul {
	margin:0;
	padding:0;
	float:left;
}
.team li ul li {
	padding: 0 0 5px 20px;
	list-style:none;
	background:url(../images/arrow.png) no-repeat;
	background-position:0 1px;
}
/* Filter */
dl {
	margin-bottom: 3em;
	color: #777;
}
dt, dd {
	float: left;
}
dt {
	margin-right: 5px;
}
.filter li {
	float: left;
}
.filter li:after {
	content: "/";
}
.filter li:last-child:after {
	content: "";
}
.filter a {
	padding: 0 10px;
	color: #777;
	text-decoration: none;
}
.filter a:hover, .current a {
	color: #4f0d4d;
}
/* Portfolio Items */
.portfolio li {
	float: left;
	margin-right: 20px;
	margin-bottom: 2em;
	border: 1px solid #ccc;
	-moz-box-shadow: 0 5px 5px -3px #222;
	-webkit-box-shadow: 0 5px 5px -3px #222;
	box-shadow: 0 5px 5px -3px #222;
}
.portfolio li:nth-child(4n) {
margin-right: 0;
}
.portfolio a {
	display: block;
	border: 3px solid #fff;
	text-decoration: none;
}
.portfolio img {
	width: 210px;
	height: 130px;
	display: block;
	border: 1px solid #ccc;
}
/*************************************************
	Contact Us -- Page
*************************************************/

.contact_wrapper {
	width:980px;
	height:auto;
	margin-top:20px;
}
.contact_leftpanel {
	width:671px;
	height:auto;
	float:left;
	border-right:1px solid #dfdfdf;
	padding-right:15px;
}
.contact_rightpanel {
	width:283px;
	height:auto;
	float:right;
}
/*-Contact form*/

#tab_box {
	width:382px;
	float:left;
}
.shadetabs {
	padding: 3px 0;
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 14px;
	font-size: 24px;
	list-style-type: none;
	text-align:left; /*set to left, center, or right to align the menu as desired*/
	line-height:30px;
}
.shadetabs ul {
	border-bottom:1px solid #2e2e2e;
}
.shadetabs li {
	/*display: inline;*/
margin: 0;
	display: block;
	float: left;
	height: 38px;
	margin: 0;
	width: auto;
	padding:0px 10px 0 0;
	font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
}
.shadetabs li a {
	text-decoration: none;
	display:block;
	position: relative;
	*position: static;
	z-index: 1;
	padding: 0px 6px 0px 0px;
	margin-right: 3px;
	font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	color: #2d2b2b;/*background: white url(shade.gif) top left repeat-x;*/
}
.shadetabs li a:visited {
	color: #2d2b2b;
	font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
}
.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;/*top: 1px;*/
}
.shadetabs li a.selected { /*selected main tab style */
	border-bottom:2px solid #1ab7d3;
	color:#1ab7d3;
}
.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}
.tabcontentstyle { /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}
/*-----tabs--------------*/
#glb_box {
	/*border:1px solid gray;*/ 
 width: 660px;
	float:left;
}
.tab_header {
	/*--background:url(../images/form_top.png);--*/
 width: 660px;
	height:13px;
	float:left;
}
.tab_middle {
	/*--background:url(../images/form_middle.png) repeat-y;--*/
 width:660px;
	margin:auto;
	min-height:362px;
	float:left;
}
.tab_footer {
	/*--background:url(../images/form_bottom.png)  ;--*/
 width: 660px;
	height:11px;
	float:left;
}
.content_text {
	float:left;
	font-size:14px;
	color:#FFFFFF;
	margin-left:20px;
	width:334px;
	line-height: 20px;
}
.searchform {
	width:100%;
	margin:3px 0;
	float:left;
}
.searchbox {
	border:none;
	width:264px;
	height:31px;

	padding:0px 10px;
	color:Gray;
}
.searchbox_textarea {
	border:none;
	width:579px;
	height:75px;
	background:url(../images/comment.png) top left no-repeat;
	padding:5px 10px;
	color:grey;
}
.left_field label {
	padding-left:24px;
	font-size:14px;
}
.searchform label {
	/*--	padding-left:24px;--*/
	font-size:14px;
	padding-left:0px;
	padding-right:50px;
}
.left_field {
	width:283px;
	/*height:50px;*/
	float:left;
	margin-right:29px;
}
.right_field {
	width:283px;
	/*height:50px;*/
	float:left;
	margin-left:1px;
}
.mainform {
	width:633px;
}
.grey_bttn {
	float: right;
	height: 34px;
	width: 90px;
	margin:14px 59px 0 0;
}
.add_field {
	width:17px;
	height:16px;
	float:right;
	margin-right:10px;/*margin-top:26px;*/
}
/*--contact right panel--*/

.contact_rgt_content {
	padding-left:10px;
}
.contact_rgt_content span a {
	color:#13b0cd;
	text-decoration:none;
}
.small_followus_icon {
	width:36px;
	height:36px;
	float:left;
	margin-right:21px;
	margin-top:10px;
}
.footer_headerimg {
	/*--	background-image:url(../images/footer_top.png);
	background-repeat:no-repeat;--*/
	height:43px;
	margin:auto;
}
.topbtn {
	width:54px;
	position:relative;
	bottom:400px;
	left: 966px;
}
.readmore a {
	/*--color:#4DBAED;
		font-size:11px;--*/
		width:81px;
	height:31px;
	float:right;
	margin-top:10px;
}
#gototop {
	visibility:hidden;
	width:72px;
	height:71px;
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
	position:fixed;
	right:5px;
	bottom:5px;
	color:#999;
	font-weight:bold;
	text-decoration:none;
}
/*--social icon */
	 .facebook {
	width:40px;
	height:40px;
	float:left;
	margin-right:10px;
}
.facebook a {
	width:40px;
	height:40px;
	background-image:url(../images/facebook.png);
	background-repeat:no-repeat;
}
.facebook a:hover {
	width:40px;
	height:40px;
	background-image:url(../images/facebook_hover.png);
	background-repeat:no-repeat;
}
.twitter {
	width:40px;
	height:40px;
	float:left;
	margin-right:10px;
}
.twitter a {
	width:40px;
	height:40px;
	background-image:url(../images/twitter.png);
	background-repeat:no-repeat;
}
.twitter a:hover {
	width:40px;
	height:40px;
	float:left;
	margin-right:10px;
	background-image:url(../images/twitter_hover.png);
	background-repeat:no-repeat;
}
.instruments_content select {
	width:156px;
	height:22px;
	border:1px solid #bbb;
	color:#3f3f3f;
	font-size:11px;
	padding-top:1px;
}
.instruments_content input {
	/*width:142px;*/
	 height:auto;
	border:1px solid #bbb;
	color:#3f3f3f;
	font-size:11px;
}
.accesories_btn {
	width:auto;
}
.accesories_field {
	height: 20px!important;
	margin: 0 10px 10px 10px;
	width: 57px!important;
}
.download {
	width:100%;
	height:auto;
}
.download_heading {
	float: left;
	font-size: 15px;
	padding: 15px 0;
	width: 100%;
}
.download ul {
	margin:0;
	padding:0;
	float:left;
}
.download ul li {
	list-style:none;
	text-decoration:none;
	margin:0px 60px;
	float:left;
}
.download_all {
	width:251px;
	margin:auto;
	margin-top:20px;
}
/*************************************************
	Shipping -- Page
*************************************************/	 


	 
.contentContainer {
	padding :10px;
	margin-top:0px;
	margin-bottom:0px;
	width:450px;
	float:left;
	border:1px solid #ccc;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius: 10px;
	height:390px;
}
.right_form {
	margin-left:15px;
	float:right;
}
.contentContainer input {
	background: url("../images/outfitform_bg_wh.png") no-repeat scroll center top transparent;
	border: 1px solid #ccc;
	color: #ADA6B0;
	height: 28px;
	margin: 5px 0;
	width: 266px;
}
.contentContainer label {
	color:#979797;
	font-size:14px;
}
th {
	font-weight:normal;
}
.total_price {
	float:right;
	font-size:20px;
	color:Green;
	width:auto;
}
.five_padding {
	padding:5px 0 0 0!important;
}
.services_innerpages {
	margin-bottom:10px;
	width:100%;
	height:auto;
	float:left;
}
/*--customoutfits--*/

.welcome_message2 {
	width:955px;
	height:auto;
	float:left;
}
.sub-heading {
	margin:15px 0 0 0;
	width:780px;
	float:left;
}
.sub-heading ul {
	list-style:none;
	margin:0;
	padding:0;
}
.sub-heading ul li {
	float:left;
	margin:0 0 0 5px;
}
.sub-heading ul li a {
	color:#ffffff;
	background: url("../images/second-tab-hover.png") no-repeat scroll 0 0 transparent;
	float: left;
	font-family: Lucida Sans;
	font-size: 16px;
	font-weight: bold;
	height: 59px;
	line-height: 52px;
	text-align: center;
	text-decoration: none;
	width: 120px;
}
.mynik {
	background: url("../images/second-tab-hover2.png") no-repeat scroll 0 0 transparent !important;
	color: #FFFFFF;
	float: left;
	font-family: Lucida Sans;
	font-size: 16px;
	font-weight: bold;
	height: 59px;
	line-height: 52px;
	text-align: center;
	text-decoration: none;
	width: 120px;
}
.mynik2 {
	background: url("../images/second-tab-hover2.png") no-repeat scroll 0 0 transparent !important;
	color: #FFFFFF;
	float: left;
	font-family: Lucida Sans;
	font-size: 16px;
	font-weight: bold;
	height: 59px;
	line-height: 52px;
	text-align: center;
	text-decoration: none;
	width: 120px;
}
/*--service_tabs--*/
.service_sdemenu {
	width:200px;
	height:auto;
	float:left;
	margin-right:5px;
	padding-left:5px;
}
#service_sdemenu {
	list-style: none;
	width: 200px;
	padding-top: 18px;
	height: 214px;
}
#service_sdemenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#service_sdemenu a:link {
	color: #4c4c4c;
	font-size: 12px;
	height: 20px;
	display:block;
	text-decoration: none;
	padding: 8px 0 0 10px;
	font-weight:normal;
}
#service_sdemenu a:hover {
	/*--color: #9b9b9b;--*/
color:white;
	background-image:url("../images/hover.jpg");
}
#service_sdemenu .active {
	/*--color: #dbdbdb;--*/
color:#4DBAED;
}
.service_list {
	list-style: none;
	width: 200px;
	padding-top: 18px;
	height: 214px;
}
.service_list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.service_list a:link {
	color: #4c4c4c;
	font-size: 12px;
	height: 20px;
	display:block;
	text-decoration: none;
	padding: 8px 0 0 10px;
	font-weight:normal;
}
.service_list a:hover {
	/*--color: #9b9b9b;--*/
color:white;
	background-image:url("../images/hover.jpg");
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
}
.service_list .active {
	/*--color: #dbdbdb;--*/
color:#4DBAED;
}
.servicepage_content {
	background-color:#f8f8f8!important;
	border:none;
	float: left;
	height: auto;
	margin-top: 18px;
	padding:10px;
	width: 737px;
	min-height:413px;
	color:black;
}
.servicepage_left {
	width:463px;
	padding:5px 10px 10px 10px;
	float:left;
	margin:0;
}
.servicepage_right {
	width:211px;
	padding:10px;
	float:right;
	margin-top:27px;
}
.servicepage_right ul {
	margin:0;
	padding:0;
}
.servicepage_right ul li {
	width:164px;
	height:120px;
	margin-bottom:5px;
	background:none!important;
}
.right_mar {
	margin-right:30px;
}
.tabsselected {
	float:left;
	width:199px!important;
	height:26px!important;
	color:#ffffff;
	line-height:17px;
	background-repeat:no-repeat;
	background-image:url("../images/hover.jpg");
	font-weight:bold;
}
.normal {
	float:left;
	width:199px!important;
	height:26px!important;
	text-decoration:none;
	background:white;
	
}
.tabsselected_2 {
	float:left;
	width:199px!important;
	height:26px!important;
	color:#ffffff;
	line-height:17px;
	background-repeat:no-repeat;
	background-image:url("../images/hover.jpg");
	font-weight:bold;
}
.normal_2 {
	float:left;
	width:199px!important;
	height:26px!important;
	color:#ffffff;
	text-decoration:none;
	background:white;
}
.services_inner_txt {
	width:976px;
	margin-top:20px;
	float:left;
}
.test_heading {
	color: #4DBAED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	padding-bottom:5px;
}
#tbthumb {
	float: left;
	width: 70px;
}
#tbbigimages {
	float: left;
	width: 580px;
}
#table_Accessories {
	width:240px;
}
.reviews {
	width:650px;
	height:102px;
	border:1px solid #ccc;
	margin:10px 0;
}
.reviews_img {
	width:85px;
	height:67px;
	margin-left:10px;
	float:left;
	background:url("../images/reviews.png") no-repeat;
}
.reviews_txt {
	width:284px;
	margin-left:10px;
	float:left;
	color:#749f45;
	font-family:Arial;
	font-size:14px;
	padding-top:30px;
}
.reviews_heading {
	width:100%;
	height:30px;
	color:#4f4f4f;
	font-size:18px;
	padding-left:15px;
	border-bottom:1px solid #ccc;
	background-color:#ECECEC;
}
.availability {
	color:#749f45;
	font-family:Arial;
	font-size:14px;
	padding-top:30px;
}
.availability span {
	color:#878787;
}
.shipping_bill {
	width:960px;
	margin:40px auto 20px;
	height:auto;
}
.shipping_bill_lftbox {
	width:350px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:left;
	margin-right:150px;
	min-height:320px;
	padding-left:10px;
	padding-bottom:10px;
}
.shipping_bill_lftbox span {
	width:50px;
	font-size:14px;
	padding:10px 0;
}
.shipping_bill_lftbox input {
	font-size:14px;
	margin:5px 0;
}
.shipping_bill_rgtbox {
	width:350px;
	/*border:1px solid #ccc;*/
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:left;
	min-height:320px;
	padding-left:10px;
	padding-bottom:10px;
}
.shipping_bill_rgtbox span {
	width:50px;
	font-size:14px;
	padding:10px 0;
}
.shipping_bill_rgtbox input {
	font-size:14px;
	margin:5px 0;
}
.shipping_bill_paypal {
	width:500px;
	float:left;
	min-height:320px;
	padding-left:10px;
	padding-bottom:10px;
}
.shipping_bill_paypal label {
	width:103px;
	font-size:14px;
	padding:10px 0;
	float:left;
}
.shipping_bill_paypal input {
	font-size:14px;
	margin:5px 0;
	float:left;
	width:196px;
}
.shipping_bill_paypal textarea {
	font-size:14px;
	margin:5px 0;
	float:left;
	width:196px;
}
/*-- about menu--*/

.tab_menu {
	float:left;
	width:980px;
	height:50px;
}
.tab_menu ul {
	margin:0;
	padding:0;
	list-style-type:none;

	display:block;
	height:38px;
	font-size:15px;
    
}
.tab_menu li {
	display:block;
	float:left;
	margin:0;
}
.tab_menu li a {
	color: #74716d;
	display: block;
	float: left;
	margin: 0 20px 0 0;
	text-decoration: none;
}
.tab_menu li a:hover {
	padding-bottom:10px;
	border-bottom:1px solid #4DBAED;
	float:left;
	color:#4DBAED;
	margin: 0 20px 0 0;
	padding-bottom: 10px;
	padding-right: 0;
}
.tab_menu li a.current {
	padding-bottom:10px;
	border-bottom:1px solid #4DBAED;
	float:left;
	color:#4DBAED;
	margin: 0 20px 0 0;
	padding-bottom: 10px;
	padding-right: 0;
}
/*--outfittabs--*/
.newshadetabs {
	float:left;
	width:200px;
	margin-top:17px!important;
}
.newshadetabs li {
	display: block;
	float: left;
	height: 30px;
	margin: 0 0 5px 0;
	font-weight:bold;
	padding:0;
}
.newshadetabs li a {
	text-decoration: none;
	display:block;
	position: relative;
	z-index: 1;
	color: #504f4f;
	background:#fff;
	font-size:14px;
	width: 186px;
	height:30px;
	line-height:20px;
	font-weight:normal;
	padding:7px;
}
.newshadetabs li a img {
	float:left;
	margin:3px 10px 3px 5px;
}
.newshadetabs li a.selected { /*selected main tab style */
	float:left;
	width:202px;
	height:30px;
	color:#FFF;
	position: relative;
	background:url(../images/hover.jpg) no-repeat;
	border:none;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}
.tabcontent {
	float:left;
	margin:15px 0 0 5px;
	width:730px;
	min-height:427px;
}
.sub-heading-box {
	margin:5px 0 0 0;
	width:100%;
	float:left;
}
.sub-heading {
	margin:15px 0 0 0;
	width:780px;
	float:left;
}
.sub-heading ul {
	list-style:none;
	margin:0;
	padding:0;
}
.sub-heading ul li {
	float:left;
	margin:0 5px 0 0px;
}
.sub-heading ul li a {
	color:#ffffff;
	background: url("../images/second-tab-hover.png") no-repeat scroll 0 0 transparent;
	float: left;
	font-family: Lucida Sans;
	font-size: 16px;
	font-weight: bold;
	height: 59px;
	line-height: 52px;
	text-align: center;
	text-decoration: none;
	width: 120px;
}
.shippingdate {
	width:271px;
	height:168px;
	background-image:url("../images/shipping_date.png");
	margin-top:20px;
}
.date {
	font-size:15px;
	font-weight:bold;
}
.shipping_bill_lftbox label {
	font-size:14px;
	margin:10px 0;
}
.shipping_bill_lftbox input {
	font-size:14px;
	margin:10px 0;
	width:220px;
}
.shipping_bill_lftbox select {
	font-size:14px;
	margin:10px 0;
	width:220px;
}
.shipping_bill_rgtbox label {
	font-size:14px;
	margin:10px 0;
}
.shipping_bill_rgtbox input {
	font-size:14px;
	margin:10px 0;
	width:220px;
}
.shipping_bill_rgtbox textarea {
	font-size:14px;
	margin:10px 0;
	width:220px;
}
.shipping_bill_rgtbox select {
	font-size:14px;
	margin:10px 0;
	width:220px;
}
#chk_Shipping {
	margin:10px 0;
	width:39px!important;
}
.detail_info {
	width:980px;
	height:auto;
	float:left;
	margin-top:60px;
}
.detail_description {
	width:273px;
	height:auto;
	float:left;
	margin-right:77px;
}
.detail_description textarea {
	border:none;
	height:75px;
	background:url(../images/comment.png) top left no-repeat;
	padding:5px 10px;
	color:grey;
	padding-bottom:20px;
	float:left;
	width:258px;
}
.detail_description label {
	font-size:16px;
	float:left;
	width:100%;
	padding:10px 0;
}
.btn-slide {
	float: right;
	margin-right: 166px;
	margin-top: -21px;
}
view_more {
	width:87px;
	height:31px;
	float:right;
	/*margin-top:-10px;*/
margin-right:15px;
	background:url(../images/viewmore_btn.png) no-repeat;
}
.view_more a {
	width:87px;
	height:31px;
	float:right;
	/*margin-top:-10px;*/

background:url(../images/viewmore_btn.png)0 0 no-repeat;
}
.view_more a:hover {
	width:87px;
	height:31px;
	float:right;
	background:url(../images/viewmore_btn.png) 0 -32px no-repeat;
}
.styled-select {
	width: 240px;
	height: 34px;
	overflow: hidden;
	background: url(../images/new_arrow.png) no-repeat right #ddd;
}
.measurment_form {
	width:266px;
	height:auto;
	float:left;
	margin-right:30px;
	*margin-right:23px;
}
.measurment_block {
	width:266px;
	height:auto;
	margin-bottom:20px;
	float:left;
}
.measurment_block select {
	border:1px solid #d2d2d2;

	padding: 0px 0 0 5px;
	width:255px;
	height:27px;
	float:left;
	margin-bottom:8px;
	color:#7a7a7a;
}
.measurment_accesories {
	width:564px;
	height:auto;
	margin-bottom:20px;
	float:right;
}
.accesories_block {
	width:249px;
	height:auto;
	margin-bottom:10px;
	float:left;
}
.select_block {
	padding-top:3px;
	float:left;
}
.accesories_block label {
	color:#5c5c5c;
	font-size:14px;
}
.accesories_block select {
	border:1px solid #d2d2d2;

	padding: 0px 0 0 5px;
	width:100px;
	height:27px;
	float:right;
	margin-bottom:8px;
	margin-right:20px;
	color:#7a7a7a;
}
/******************26-03-2012*****************************/

.leave_comments {
	background: none repeat scroll 0 0 #f4f4f4;
	display: block;
	float: left;
	font-family: 'OpenSansLight';
	height: 26px;
	margin: 0 0 20px;
	padding: 7px 0 5px 12px;
	width: 100%;
}
.leave_comments h3 {
	font-family: 'OpenSansLight';
	font-size:18px;
	font-weight:bold;
	color:#4DBAED;
}
.testimonials_form_btn {
	width:100%;
	float:left;
}
.testimonials_form_btn input {
	width:98px;
	height:35px;
	margin:0 0 0 123px;
}

.form_inner
{
	width:100%;
	height:auto;
	float:left;
	margin-top:20px;
}


.select_block span
{
	font-size:14px;
}
/******************end 26-03-2012*****************************/




