/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
	background: url("../images/bg.jpg") repeat-x transparent;
	
	font: 12px "Helvetica Neue", Arial, Serif-San;
}
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;
}


/*----------------------------------------------------------------------
							Begin Style
----------------------------------------------------------------------*/

body {
	/*
	background-color: #d1d1d1 !important;	
	*/
} 

.bold {
	font-weight: bold;	
}

#header {
	margin: 0;
	padding: 0;
	height: 100%;
}

.wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}


/*-------------------------------------------------------
				Header Section
-------------------------------------------------------*/

#masthead {
	margin: 0;
	padding: 0;
	background-image: url("../images/top_header.jpg");
	height: 70px;
}

#blue-divider {
	background-image: url("../images/blue_bar.jpg");
	height: 25px;
}

#blue-divider a {
	float: right;
	color: white;
	padding: 3px;
	margin-right: 10px;
}

/*-------------------------------------------------------
				Begin Nav menu
-------------------------------------------------------*/
#main-nav {
	background-image: url("../images/nav_bar.jpg");
	height: 70px;
	z-index: 99;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
}

#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 860px;
}

#menu > li {
	display: inline-block;
	position: relative;
	margin: 0;
}

#menu li > a {
	display: block;
	margin: 0;
	padding: 24px 30px;
	font: 17px "Myriad Pro",arial,sans-serif !important;
	color: rgb(29, 105, 150);
	text-decoration: none;
	text-transform: capitalize;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.1), 1px 2px 2px rgba(0,0,0,0.2);
	border-right: 1px solid #efefef;

}

#menu li > a:hover {
	color: #000;
	background: #f6f6f6;
}

#menu .active, #menu .active:hover {
	border: 0px !important;
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 0%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2e2e2 0%,#eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */

	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

#menu li > ul {
	position: absolute;
	left: -9999px;
	background: #fff;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	transition: opacity ease-in .5s;
	-moz-transition: opacity ease-in .5s;
	z-index: -1;
}

#menu li:hover > ul {
	opacity: 1;
	z-index: 99;
	left: 0;
}

#menu ul:before {
	content: "";
	width: 0; 
	height: 0;
	position: absolute;
	top: -10px;
	left: 45%;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
}

#menu ul > li {
	display: block;
}

#menu ul a {
	display: block;
	text-wrap: normal;
	color: #000;
	white-space: nowrap;
	padding: 8px 35px;
	text-shadow: none !important;
	-moz-text-shadow: none !important;
	font-weight: 300 !important;
}

.parents a {
	padding: 8px 18px !important;
	font-weight: bold !important;
}

#menu ul a:hover {
	background: #e2e2e2;
	color: #000;
}


/*----------------------------------------------------------
					Begin slider
----------------------------------------------------------*/

#slider {
	padding: 0;	
}

#slider ul {
	margin: 0;
	padding: 0;	
}

.my-controls {
	position: absolute;
	bottom: 5%;
	width: 40px;
	height: 40px;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: rgb(255, 255, 255);
	text-align: center;
	background: none repeat scroll 0% 0% rgb(34, 34, 34);
	opacity: 0.5;
}

.my-left {
	right: 65px;
}

.my-right {
	right: 15px;
}

.my-controls:hover, .my-controls:active {
	text-decoration: none;	
}

.my-caption {
	position: absolute;
	left: 30px;
	top: 10%;
	padding: 0px;
	width: 350px;
}

.my-caption h4 {
	color: #ffffff;
	font-size: 45px;
	line-height: 1.1em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2), 2px 2px 3px rgba(0,0,0,0.3);
	-moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.2), 2px 2px 3px rgba(0,0,0,0.3);
}

.my-caption p {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.3;
}

.black {
	color: #000;	
}

.white {
	color: #fff;	
}


/*----------------------------------------------------------
					Homepage
----------------------------------------------------------*/

.

.col-2 {
	width: 480px;
	float: left;
}

.col-240 {
	width: 238px;
	float: left;
	height: 238px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.col-240:hover {
	background: #d1d1d1;	
}

.col-240:hover .caption-text, .col-230:hover .caption-text {
	opacity: 1;
	
	transition: all linear 1s;
	-moz-transition: all linear 1s;
	-o-transition: all linear 1s;
	-webkit-transition: all linear 1s;
}

.col-240 a {
	color: #069;	
}

.col-240 a:hover {
	text-decoration: none !important;	
}


.our-market {
	border-top: 1px solid #ccc;	
	border-left: 1px solid #ccc;
}

.set-borders {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#quote {
	margin: 0;
	padding:;	
}

#quote h3 {
	font-sze: 20px;
	text-align: center;
	color: #303030;
	font-weight: 400;
	line-height: 30px;
}

.col-460 {
	width: 460px;
	position: relative;
}

.highlights {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
	padding: 4px 25px;
	width: 250px;
}

.col-460 img {
	position: absolute;
	top: 25px;
	z-index: -9;
	right: 0;
}

.col-120 {
	width: 210px;	
}


#virinasteel-spotlights {
	color: rgb(67, 86, 166);
	font-size: 22px;
	padding: 0;
	margin-bottom: 10px;
	font-weight: 400;
}

.box-title {
	font-size: 18px;	
}

.caption-text {
	padding: 3px;
	height: 40px;
	background: #999;
	opacity: 0;
	position: absolute;
	bottom: -10px;
	color: #1d1d1d;
}

#list--of-product {
	list-style: none;
	margin: 0;
	padding: 0;
}

#list--of-product li {
	float: left;
	display: block;
}

#list--of-product li a {
	padding: 5px;
	text-decoration: none;	
}


/*--------------------------------------------------------------
						Contact us
--------------------------------------------------------------*/

.container {
	margin: 0px 0;
}

.page-title {
	margin: 20px 0;
	padding: 0x;
}

.left {
	margin: 18px 0;
	width: 45%;
	float: left;	
}

.contact-form-input, .contact-text-area {
	width: 80%;
	min-width: 30%;
}

.contact-text-area {
	height: 150px;
}

.right {
	margin: 18px 0;
	width: 55%;
	float: left;	
}

/*--------------------------------------------------------------
						pages
--------------------------------------------------------------*/

#page-header {
	background-color: rgb(52, 52, 52);
	color: rgb(229, 229, 229);
	padding: 20px 0px;
	
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3) inset;
	-ms-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3) inset;
}

.inner-wrapper {
	padding: 10px;
	background-color: #eeeeee;
}


/*--------------------------------------------------------------
						side-nav
--------------------------------------------------------------*/

#sidenav {
	width: 180px;
	min-height: 550px;
	float: left;
	background: #fff;
}

#sidenav a {
	text-decoration: none;
}

.side-menu {
	list-style: none;
	margin: 0px;
}

.child-side-menu {
	margin: 0;
	background: rgba(204,204,204,.8);;
	
}

.side-menu li {
	border-bottom: 1px solid rgba(204,204,204,.7);
	padding: 8px 0;
}

.side-menu li a {
	font-size: 14px;
	color: #000;
	display:block;
	margin: 0px 15px;
}

.child-side-menu li a {
	margin-left: 30px !important;	
}

.side-menu li .icon-chevron-right {
	width: 12px;
	margin-left: 3px;
}

.side-menu li a:hover {
	color: #6C6;
}

.side-nav-active {
	background: #6C3;
}

.side-nav-active a:hover {
	color: #000 !important;	
}

.selected-link a, .selected-link a:hover {
	color: #000 !important;
}

#content-area {
	width: 750px;
	margin-left: 10px;
	float: right;
}

/*--------------------------------------------------------------
						For Content
--------------------------------------------------------------*/

#content-area h2 {
	font-size: 22px;
}

#mid-content {
	width: 	730px;
	float: left;
	margin-right: 10px;
	background: #fff;
	padding: 0 10px;
}

#current-section {
	height: 30px;
	background: #2d81a3; /* Old browsers */
	background: -moz-linear-gradient(top,  #2d81a3 0%, #2c539e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d81a3), color-stop(100%,#2c539e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2d81a3 0%,#2c539e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2d81a3 0%,#2c539e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2d81a3 0%,#2c539e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2d81a3 0%,#2c539e 100%); /* W3C */
	margin-bottom: 10px;
}

#current-section a {
	display: block;
	padding: 7px 0;
	color: #fff;
	margin-left: 6px;
	float: left;
	font: 13px Arial, Helvetica, sans-serif;
}	

#current-section a:hover {
	color: #6C6;
}

#current-section span {
	font-size: 9px;	
}

.imageHolder {
	margin-bottom: 10px;	
}

#main-widgets {
	width: 170px;
	padding: 0px 5px;
	visibility: hidden;
	float: left;
	background: #fff;
}

.box-wrapper {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 13px;
}

.box-wrapper .boxHeading {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #9ea7b2; /* Old browsers */
	background: -moz-linear-gradient(top,  #9ea7b2 0%, #4a5559 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ea7b2), color-stop(100%,#4a5559)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9ea7b2 0%,#4a5559 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9ea7b2 0%,#4a5559 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9ea7b2 0%,#4a5559 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9ea7b2 0%,#4a5559 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ea7b2', endColorstr='#4a5559',GradientType=0 ); /* IE6-9 */
	padding: 4px;
	margin-bottom: 12px;
}

.box-wrapper a {
	color: #eee;	
}

.custom-btn {
	display: block;
	border-radius: 8px;
	background: #f7a862; /* Old browsers */
	padding: 14px;
	background: linear-gradient(to bottom, rgb(69, 158, 193) 0%, rgb(62, 101, 173) 100%) repeat scroll 0% 0% transparent;
	margin-bottom: 12px;
	box-shadow: 1px 2px 1px rgba(0,0,0,0.3), 1px 3px 1px rgba(0,0,0,0.1);
	text-decoration: none;
	color: #fff;
	font: 16px Arial, Helvetica, sans-serif bold;
	text-transform: capitalize;
}

.custom-btn:hover {
	text-decoration: none;
}


.blue-font {
	color: #09C;
	margin-left: 20px;
	font-size: 17px;	
}

/*--------------------------------------------------------------
						management
--------------------------------------------------------------*/

.list-of-people {
	margin: 0;
	padding: 0;	
}

.list-of-people li {
	margin: 30px 10px;	
}

.position-title {
	color: rgb(185, 74, 72);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}

/*--------------------------------------------------------------
						products
--------------------------------------------------------------*/

#product-list {
	margin: 0;
	padding: 0;
	float: left;
}

#product-list li img {
	float: left;	
}

.product-intro {
	width: 250px;
	padding: 0px 10px;
	float: left;
}

.product-intro h3 {
	font-size: 18px;
	margin: 0;
	line-height: 1;
	padding: 0;
}

.product-intro p {
	margin: 10px 0;
}

.subproduct-list {
	float: left;
	margin-top: 25px;
}

.subproduct-list li a {
	text-decoration: none;	
}

.common-uses {
	color: #06C;	
}

.style-disc {
	list-style: circle;	
}


/*--------------------------------------------------------------
						footer
--------------------------------------------------------------*/

footer {
	margin-top: 25px;
}