/* Global Setting */
body{
	font-size:12px;
	color:#666666;
}

a {
   outline: 0;
}

/* layout */
#container{
	background:url(../images/global/border.jpg) repeat-x;
	padding:20px 0 0 0;
}

.content{
	margin:20px 0 0 0;
	padding:0 0 20px 0;
}

.clearall{
	clear:both;
}

/* header */
#header{
	padding:10px 0 0 0;
}

/* searchbar */
#searchbar{
	float:right;
}

#searchbar li{
	margin:0;
	padding:0;
	float:left;
}

.textbox{
	width:159px;
	overflow:hidden;
	float:left;
}

.textboxdesign{
	border:none; background:url(../images/global/searchbar_01.jpg) no-repeat top left; font-size:12px;width:144px; height:20px; padding:2px 0 8px 15px; margin:0;
}

/* navigator */
#nav{
	padding:10px 0 0 0;
}

#nav ul{
	list-style: none;
	margin:0;
	padding:0;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:14px;
}

#nav ul li{
	display:inline;
}

#nav ul li a{
	float:left;
	width:133px;
	text-align:center;
	padding:8px 0;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background:url(../images/global/btn_bg_rollout.jpg) repeat-x bottom left #fcfcfc;
	transition: background 1s, color 1s;
	-moz-transition: background 1s, color 1s; /* Firefox 4 */
	-webkit-transition: background 1s, color 1s; /* Safari and Chrome */
	-o-transition: background 1s, color 1s; /* Opera */
}

#nav ul li a:hover{
	background:url(../images/global/btn_bg_rollover.jpg) repeat-x top left #0164a8;
	color:#FFFFFF;
	text-decoration:none;
}

#nav ul li a.cornerLeft{
	-moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
	border-left: 1px solid #cccccc;
}

#nav ul li a.cornerRight{
	-moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

#nav ul li a.selected{
	background:url(../images/global/btn_bg_rollover.jpg) repeat-x top left #0164a8;
	color:#FFFFFF;
	text-decoration:none;
}

/* content Wrapper */
#contentWrapper{
	background:url(../images/global/background.jpg) repeat-x center top;
	min-height:500px;
}

#contentWrapper2{
	background:url(../images/global/background2.jpg) repeat-x center top;
	min-height:500px;
}

/* quick link */
#quickLinkWrapper{
	background:url(../images/global/quickLink_bg.jpg) repeat-x bottom left #0084c2;
	padding:10px 0;
	color:white;
	
}

#quickLinkWrapper h4{
	color:#FFFFFF;
	border-bottom:1px solid #F3AD51;
	padding-bottom:10px;
	margin-bottom:10px;
	
}

#quickLinkWrapper a{
	color:white;
}


/* footer */
#footer{
	text-align:center;
	padding:10px 0;
}

#footer ul li{
	padding:0 20px;
}

#footer .rightborder{
	border-right:1px solid #333333;
}

/* slideshow */
#slides{
	margin:40px 0 0 0;
}

.slides_container {
	width:940px;
	display:none;
	box-shadow: 0px 1px 10px #000000;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	background:#000000;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container div {
	width:940px;
	height:290px;
	display:block;
}

.slides_container img {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Home Page */
.homeColumnBox{
	background: url(../images/home/box_bg.jpg) left bottom repeat-x #fdfdfd;
	padding:10px 20px;
	box-shadow: 0px 1px 10px #666666;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	line-height:15px;
}

.homeColumnBox .imgHolder{
	float:left;
	padding:0 15px 15px 0;
}

.homeColumnBox h4 {
	color:#0071C3;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	text-shadow: 0px 1px 3px #999999;
}


/* Sub Navgation */
#subnav{
	background:url(../images/global/subnav_bg.png) repeat-x;
	width:220px;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	-moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
	overflow:hidden;
	
	-moz-box-shadow: 0px 5px 5px #888;
	-webkit-box-shadow: 0px 5px 5px #888;
	box-shadow: 0px 5px 5px #888;
	margin-top:10px;
	
}

#subnav li.header{
	background:url(../images/global/subnav_header_bg.png) repeat-x;
	height:37px;
	font-family: 'Oxygen', sans-serif;
	font-size:18px;
	font-weight:700;
	color:#FFFFFF;
	padding:5px 20px;
	-moz-border-top-left-radius: 9px;
	-moz-border-top-right-radius: 9px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-khtml-border-top-left-radius: 9px;
	-khtml-border-top-right-radius: 9px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}

/*#subnav li{
	height:25px;
}*/

#subnav li a{
	font-family: 'Oxygen', sans-serif;
	font-size:12px;
	font-weight:700;
	color:#333;
	border-bottom:1px solid #ebebeb;
	float:left;
	width:180px;
	padding:5px 20px;
	height:15px;
	background:transparent;
	text-decoration:none;
	transition: background 2s, color 2s;
	-moz-transition: background 2s, color 2s; /* Firefox 4 */
	-webkit-transition: background 2s, color 2s; /* Safari and Chrome */
	-o-transition: background 2s, color 2s; /* Opera */
}

#subnav li a:hover{
	background:#0099CC;
	color:white;
}

#subnav li a.active{
	background:#0099CC;
	color:white;
}

#header1{
	background:url(../images/Products/123.jpg);
	font-family: 'Oxygen', sans-serif;
	font-size:12px;
	font-weight:700;
	color:#333;
	margin-top:50px;
	margin-bottom:0px;
	padding:0;
	height:44px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
}
#subhead{
	background:url(../images/Products/123.jpg);
	font-family: 'Oxygen', sans-serif;
	font-size:18px;
	font-weight:700;
	color:#333;
	padding-left:10px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
	
#gallery li{
	width:150px;
	height:100px;
	margin:10px 10px 10px 0;
	
}
#gallery li img{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: opacity 1s ease-in-out;
  	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;}
#gallery li a:hover {
	opacity:0.8;
	
}

#gallery1 {
	/*margin-bottom: 30px;*/
}

#gallery1 li{
	padding-bottom:0px;
	margin-top:5px;
	
}

#gallery1 li.h5 {
	display: block;
}


#gallery1 li img{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: opacity 1s ease-in-out;
  	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;}
#gallery1 li a:hover {
	opacity:0.8;
	
}

.mylist{
	list-style-image:url(../images/1364305396_resultset_next.png);	
}


/* Quotation Tabs */

#order {
	margin-bottom: 40px;
}

	#order #order-tabs {
		margin: 30px 0;
	}

		#order #order-tabs a {
			float: left;
			display: block;
			width: 160px;
			padding-bottom: 6px;
			border-bottom: 3px solid #CCC;
			text-align: center;
			-moz-outline-style: none;
		}

		#order #order-tabs a.current {
			border-bottom: 3px solid #0189C7;
		}

		#order #order-tabs a:hover, #order #order-tabs a:focus, #order #order-tabs a:active {
			text-decoration: none;
			-moz-outline-style: none;			
		}

			#order #order-tabs a .ot-top {
			   	color: #ccc; 			
			    font-weight: bold;
			    font-size: 30px;
			    margin-bottom: 6px;
			}

			#order #order-tabs a.current .ot-top {
				color: #666;
			}

			#order #order-tabs a .ot-bottom {
			    color: #ccc;
			}

			#order #order-tabs a.current .ot-bottom {
				color: #666;
			}

	#order .ot-content {
		display: none;
		width: 500px;
	}
		
		#order .ot-content .question-group {
			margin-bottom: 40px;
		}

		#order .ot-content .required-f {
			color: #b94a48;
			margin-bottom: 20px;
		}

.quote-action {
	position: relative;
}

	.quote-action .curpage {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 4px;
		z-index: 999;
	}

	.quote-action .next-step, .quote-action .submit-step {
		float: right;
		z-index: 1000;
		position: relative;
	}

	.quote-action .back-step {
		float: left;
		z-index: 1000;
		position: relative;
	}



/* Bootstrap Overide */

label, input, button, select, textarea {
	font-size: 12px;
}

.input-append .add-on, .input-append .btn, .input-append .btn-group {
	font-size: 12px;
}

label.question {
	cursor: default;	
	font-weight: bold;
}

.form-horizontal .control-label {
	text-align: left;
	width: 80px;
	font-size: 12px;
}

	.form-horizontal .control-label span {
		color: #b94a48;
	}

.form-horizontal .controls {
	margin-left: 80px;
}



input.error {
	border: 1px solid #F00 !important;	
	outline: none !important;
	box-shadow: none !important;	
	background: #FFE7EB;
}

label.error {
	color: #E0A5A5;
	display: block;
	margin: -8px 0 10px 0;
}

.justify{
	text-align:justify;
}