@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'dincond-mediumregular';
    src: url('../fonts/ff_din_condensed_medium_4-webfont.eot');
    src: url('../fonts/ff_din_condensed_medium_4-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ff_din_condensed_medium_4-webfont.woff') format('woff'),
         url('../fonts/ff_din_condensed_medium_4-webfont.ttf') format('truetype'),
         url('../fonts/ff_din_condensed_medium_4-webfont.svg#dincond-mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




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

}




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

}
@font-face {
    font-family: 'din-bolditalicbold_italic';
    src: url('../fonts/ff_din_bold_italic_3-webfont.eot');
    src: url('../fonts/ff_din_bold_italic_3-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ff_din_bold_italic_3-webfont.woff') format('woff'),
         url('../fonts/ff_din_bold_italic_3-webfont.ttf') format('truetype'),
         url('../fonts/ff_din_bold_italic_3-webfont.svg#din-bolditalicbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'din-regularitalicitalic';
    src: url('../fonts/ff_din_regular_italic_3-webfont.eot');
    src: url('../fonts/ff_din_regular_italic_3-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ff_din_regular_italic_3-webfont.woff') format('woff'),
         url('../fonts/ff_din_regular_italic_3-webfont.ttf') format('truetype'),
         url('../fonts/ff_din_regular_italic_3-webfont.svg#din-regularitalicitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
	margin: 0;
	padding: 0;
}
.clear{
	clear: both;
}
img{
	max-width: 100%;
}
html, body {
	height: 100%;
}
body {
	background: #7a8490;
	font-family: 'dinregular';
}
#container {
	background: url(../images/panel-bkg3.png) #00648f;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	padding-bottom: 40px;
}
#header{
	background: url(../images/header-bkg.png) #58595b left ;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	
}
#header-top{
	background: url(../images/header-bkg-top.png) #58595b ;
	height: 15px;
}
#header-middle{
	
}
#header-bottom{
	background: url(../images/header-bkg-bottom.png) #58595b ;
	height: 17px;
}
#headerTxt{
   color: #fff;
	text-align: center;
	font-size: 20px;
}
@media screen and (min-width: 768px){
	#headerTxt{
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px){
	#headerTxt{
		margin-bottom: 30px;
	}
}
#headerTxt img {
    margin: 5px;
}

#headerTxt a {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 767px){
	#menu-link{
		position: absolute;
		top: 15px;
		width: 44px;
	}
	#menu{
		position: absolute;
		left: -200px;
		z-index: 100;
		width: 170px;
		top: 60px;
	}
}
@media screen and (min-width: 768px){
	#menu-link{
		display: none;
	}
	#menu{
		float: left;
		position: relative;
		z-index: 100;
		margin-left: 20px;
		margin-top: 10px;
	}
}
@media screen and (min-width: 768px){
	#content-wrapper{
		padding: 0 40px 0 40px;
	}
}
@media screen and (max-width: 767px){
	#content-wrapper{
		padding: 0 20px 0 20px;
	}
}
#overview-tab,
#products-tab,
#cart-tab{
	color: #fff;
	float: left;
}
@media screen and (min-width: 601px){
  #overview-tab,
  #products-tab,
  #cart-tab{
	  font-size: 16px;
	  width: 180px;
	}
}
@media screen and (max-width: 600px){
	#overview-tab,
	#products-tab,
	#cart-tab{
		font-size: 14px;
		width: 70px;
	}
}
#overview-tab a,
#products-tab a,
#cart-tab a{
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 40px;
	/*background: rgba( 255, 255, 255, 0.1);*/
	background: rgba( 0, 0, 0, 0.2);
	
}
@media screen and (max-width: 600px){
	#overview-tab a,
	#products-tab a,
	#cart-tab a{
		line-height: 20px !important;
	}
	#overview-tab a,
	#products-tab a,
	#cart-tab a{
		height: 40px !important;
	}
}
@media screen and (min-width: 992px){
	#cart-qty,
	#cart-unit-price,
	#cart-price{
		display: block;
	}
	.item-qty,
	.item-price,
	.item-total{
		display: none;
	}
}
@media screen and (max-width: 991px){
	#cart-qty,
	#cart-unit-price,
	#cart-price{
		display: none;
	}
	.item-qty,
	.item-price,
	.item-total{
		display: inline-block;
	}
}
#overview-tab a{
	border-top-left-radius: 20px;
	border-right: 1px solid rgba( 255, 255, 255, 0.5);
	
}
#products-tab a{
	border-right: 1px solid rgba( 255, 255, 255, 0.5);
	
}
#cart-tab a{
	border-top-right-radius: 20px;
}
#overview-tab a:hover,
#products-tab a:hover,
#cart-tab a:hover{
	background: rgba( 255, 255, 255, 0.5);
}
#content {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 0 20px 20px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    overflow: auto;
    padding: 20px 40px 20px 20px;
}


#footer {
    color: #fff;
    font-size: 12px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}
#footer a  {
	color: #fff;
}

#footer-menu {
    
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
	padding: 20px;
	border-radius: 20px;
	margin: 20px;
	
    
}
#footer-menu a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    width: 300px;
}
h1 {
    font-size: 26px;
}
h3 {
    color: #fff;
    font-size: 22px;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
}

p, ul, ol, blockquote, td {
    font-size: 16px;
    margin-bottom: 20px;
}

#cart-form a, #content a {
    color: #ccc;
    text-decoration: none;
}
* {
    margin: 0;
    padding: 0;
}
p, ul, ol, blockquote, td {
    font-size: 16px;
}
ul, ol{
	margin-left: 20px;
}
#cart-form a, #content a {
    color: #ccc;
    text-decoration: none;
}
.btn-link {
    background: rgba(0, 0, 0, 0) url("../images/top-menu-off.png") no-repeat scroll 0 0;
    color: #fff !important;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 57px;
    line-height: 57px;
    text-align: center;
    text-decoration: none;
    width: 170px;
}

/* start testimonials */
.testimonials{
	
	margin: 20px auto;
	overflow: auto;
	min-height: 160px;
	border: 1px dotted #fff;
	padding: 20px;
	border-radius: 15px;
}
.testimonial{
	display: none;
}
.testimonial-photo,
.testimonial-text {
	float: left;
	text-align: left;
	
}
.testimonial-photo{
	width: 100px;
	margin-right: 20px;
}
.testimonial-text{
	width: 80%;
}
.testimonial-photo img{
	height: 150px;
}
.testimonial-text div {
	text-align: left !important;
}
.testimonial-name{
	font-size: 24px;
	color: #c69c6d;
}
.testimonial-company{
	font-size: 18px;
	color: #c69c6d;
}
.page-testimonial{
	padding-bottom: 30px;
	clear: both;
	overflow: auto;
}
/* end testimonials */
#subcategorymenu {
    margin-bottom: 20px;
}

#posts-screws-tab, #posts-tab, #screws-tab, #extensions-tab, #sleeves-tab {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    float: left;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
}

#cart-form a, #content a {
    color: #ccc;
    text-decoration: none;
}
#posts-screws-tab a, #posts-tab a, #screws-tab a, #extensions-tab a, #sleeves-tab a {
    display: block;
    line-height: 30px;
    padding: 10px;
}

.required {
    color: #6c0;
    font-weight: bold;
}
#posts, #screws, #extensions, #sleeves {
    display: none;
}
.product-outer{
	padding: 5px;
}
.product {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 10px;
    float: left;
    min-height: 220px;
    margin: 5px;
    padding: 10px;
	width: 100%
    
}
.description {
    color: #ecd60b;
    font-weight: bold;
    width: 100%
}
#qty, .qty{
	width: 50px;
	color: #000;
}
.screw-color,
.screw-instock{
	width: 49%;
	float: left;
}
.qty-div{
	width: 59%;
	float: left;
	padding-top: 5px;
}
.buy{
	width: 39%;
	float: left;
}
.price{
	width: 99%;
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

.other-prod {
    border-bottom: 1px dotted #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.product-image {
    float: left;
    max-width: 300px;
    text-align: left;
}
.product-desc {
    float: left;
    max-width: 700px;
    padding-left: 20px;
}
.br-bottom{
	border-bottom: 1px #fff solid;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

input[type='text'],
select,
textarea{
	width: 250px;
	color: #000 !important;
	height: 30px;
}

#print-desc,
#print-qty,
#print-unit-price,
#print-price,
.print-item-desc,
.print-item-qty,
.print-item-price,
.print-item-total,
#order-subtotal1,
#order-shipping1,
#order-gst1,
#order-total1

{
	border-top: 1px solid #fff; border-left: 1px solid #fff; min-height: 40px;
	
}
#print-price,
.print-item-total{
	border-right:1px solid #fff;
}
.print-item-desc,
#order-subtotal1,
#order-shipping1,
#order-gst1,
#order-total1,
.print-item-qty,
.print-item-price,
.print-item-total,
#order-subtotal2,
#order-shipping2,
#tariff,
#order-gst2,
#order-total2
{
	padding-top: 10px;
}
@media screen and (min-width: 992px){
	#print-desc,
	#print-qty,
	#print-unit-price,
	#print-price
	{
		display: block;
		
	}
	#order-subtotal2,
	#order-shipping2,
	#tariff,
	#order-gst2,
	#order-total2{
		border-top: 1px solid #fff; border-left: 1px solid #fff; border-right: 1px solid #fff;
		min-height: 40px;
	}
	#order-total2,
	#order-total1{
		border-bottom: 1px solid #fff;
		 min-height: 50px;
	}
}
@media screen and (max-width: 991px){
	#print-desc,
	#print-qty,
	#print-unit-price,
	#print-price
	{
		display: none;
		
	}
	.print-item-desc,
	.print-item-qty,
	.print-item-price,
	.print-item-price,
	.print-item-total
	{
		border-right:1px solid #fff;
		text-align: left;
	}
	.print-item-total{
		margin-bottom: 8px;
		border-bottom:1px solid #fff;
	}
	#order-subtotal1,
	#order-shipping1,
	#order-gst1,
	#order-total1{
		border-right:1px solid #fff;
	}
	#order-subtotal2,
	#order-shipping2,
	#order-gst2,
	#order-total2{
		border-left:1px solid #fff;
		border-right:1px solid #fff;
		border-bottom:1px solid #fff;
		margin-bottom: 8px;
	}
}
.mc2-list-thumb{
	border: 1px solid #000; height:87px; margin: 0 15px 15px 0px; width: 125px;
	float: left;
}
hr{
	clear: both;
}
.mc-chart{
	color: #000;
}
.yellow{
	color: yellow;
}
