/* ===============================================
---Amgis
==================================================
--------------------------------------------------
BACKGROUND      #fff;

P NAV NORMAL	#;
P NAV HOVER		#;
=================================================*/

@import "default.css";

body {
	background: #fff url(../images/bg-top.png) top repeat-x;
}

/* !typography ============================== */
h1 {
	font-size: 2em;
	color: #c8151c;
}
h2 {
	clear: both;
}
p {
	margin: 7px 0 10px;
	color: #555555;
}
 
a img{
	border: none;
}

p.rfq-bottom a, #content a {
	color: #c71922;
}

#content h3{
	font-size: 1.4em;
	margin: 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}

#content h3 a{
	text-decoration: none;
	color: #222;
}

#content h3 a:hover{
	text-decoration: underline;
	color: #c71922;
}

#content>ul, #content>ol {
	/* margin-left: 25px; */
	margin-bottom: 10px;
	font-size: 1.2em;
} 
#content ul li, #content ol li {
	margin-top: 5px;
	margin-left: 30px;
	/* font-size: 1.2em; */
	line-height: 1.4;
	color: #555555;
}

/* !buttons ============================== */
.read-more {
	display: block;
	margin: 0;
	padding: 0;
	width: 87px;
	height: 18px;
	background: transparent url(../images/btn-read-more.png) no-repeat;
	text-indent: -9999px;
}
a.details {
	display: block;
	width: 67px;
	height: 17px;
	text-indent: -9999px;
	background: transparent url(../images/btn-details.png) no-repeat;
}

/* !header ============================== */
#header{
	z-index: 9998;
}

#logo {
	clear: both;
	float: left;
	width: 269px;
	height: 75px;
	background: transparent url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	z-index: 100;
}

form#search {
	margin: 25px 0 0;
	padding: 0;
	width: 100%;
	height: 35px;
	background: transparent url(../images/search-bg.png) no-repeat;
}
	form#search fieldset {
		margin: 0;
		padding: 7px 0 5px 25px;
		background: transparent url(../images/search-mag-glass.png) 5px 70% no-repeat;
	}
		form#search input[type=text] {
			float: left;
			margin: 0;
			padding: 3px;
			width: 120px;
			background: #fff;
			border: 1px solid #ccc;
		}
		form#search input.submit, form#search input[type=submit] {
			float: left;
			margin: 2px 0 0 3px;
			padding: 0;
			width: 60px;
			height: 17px;
			text-indent: -9999px;
			background: transparent url(../images/search-btn.png) no-repeat;
			border: none;
		}

/* !structure ============================== */
#banner {
	margin-bottom: 20px;
	padding: 3px;
	border: 1px solid #c7c7c7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	z-index: 4000;
}
#banner.internal {
	margin-bottom: 0;
}

#content-wrapper{
	z-index: 5000;
}

#content {
	margin-bottom: 10px;
	padding: 10px;
	background: transparent url(../images/content-bg.jpg) top repeat-x;
	border: 1px solid #c7c7c7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#sidebar {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #c7c7c7;
	background: transparent url(../images/sidebar-bg.jpg) top repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
#sidebar-left {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #c7c7c7;
	background: transparent url(../images/sidebar-bg.jpg) top repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
#footer-wrapper {
	background-color: #1f1f1f;
	padding: 3px 0;
	clear:both;
}

/* !sidebar elements ============================== */
.rfq{
	background: #403f3f url(../images/rfq-bg.jpg) center center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
	text-align: center;
	display: block;
	overflow: auto;
	color: #ebebeb;
	height: 50px;
	line-height: 50px;
	font-size: 1.6em;
	text-decoration: none;
}

p.rfq-bottom{
	padding: 10px;
	border: 1px solid #c7c7c7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#sidebar h3 {
	margin: 0 0 2px;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}

#newsletter {
	position: relative;
	margin: 0 0 10px;
	padding: 6px;
	background: #403f3f url(../images/sidebar-elem-bg.png) top repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
	#newsletter h3 {
		width: 60%;
		margin-top: 7px;
	}
	#newsletter p {
		color: #fff;
	}
	#newsletter p.errors{
		color: #C8151C;
	}
	
	#newsletter input[type=text] {
		width: 90%;
		padding: 3px;
		border: 1px solid #cecece;
		background-color: #fff; 
	}
	#newsletter .loading {
		position: absolute;
		bottom: 13px;
		right: 20px;
		width: 43px;
		height: 11px;
		background: transparent url(../images/ajax-loader.gif) no-repeat;
	}

#latest-news {
	margin: 0 0 10px;
	padding: 6px;
	background: #403f3f url(../images/sidebar-elem-bg.png) top repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
	#latest-news ul {
		margin: 10px -6px;
		padding: 3px;
		background: #fff url(../images/newsletter-articles-bg.png) top repeat-x;
	}
		#latest-news ul li {
			margin: 0 0 5px;
			padding: 0;
			list-style: none;
		}
			#latest-news ul li strong {
				display: block;
				color: #000;
				font-size: 1.1em;
				font-weight: bold;
			}
			#latest-news ul li p {
				margin: 2px 0;
				color: #555;
				font-size: 1.1em;
				line-height: 1.3;
			}
			#latest-news ul li p a {
				display: block;
				color: #c81b22;
			}

/* !sidebar-left ============================== */
#sidebar-left {
	padding: 5px 0 0;
	background: #403f3f url(../images/sidebar-elem-bg.png) top repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
	#sidebar-left h3 {
		margin: 0 7px 5px;
		font-size: 1.1em;
		font-weight: bold;
		color: #fff;
	}
	

/* !elements ============================== */
p#phone-number {
	margin: 0 0 10px;
	padding: 3px 0 3px 45px;
	background: transparent url(../images/icon-phone.png) 5px center no-repeat;
	font-size: 1.8em;
	font-weight: bold;
	color: #c81b22;
}

hr {
	margin: 5px 0;
	padding: 0;
	height: 1px;
	border: 0;
	background-color: #a0a0a0;	
}
.img-right {
	float: right;
	margin: 0 0 10px 10px;
}
.img-left {
	float: left;
	margin: 0 10px 10px 0;
}
.errors {
	padding: 3px;
	background-color: #f7f7f7;
	color: #be1910 !important;
	font-size: 1.1em;
}
	.errors strong {
		display: block;
		margin-bottom: 4px;
	}

#breadcrumbs {
	margin: 5px 0 0;
	font-size: .9em;
	color: #636363;
	font-size: 1.3em;
}
	#breadcrumbs .B_currentCrumb {
		color: #c71922;
	}
	#breadcrumbs a {
		color: #636363;
		text-decoration: none;
	}
	#breadcrumbs a:hover {
		color: #262525;
	}


ul#buckets {
	margin: 0;
	padding: 0;
	list-style: none;
}
	ul#buckets li {
		float: left;
		margin: 6px 0;
		padding: 5px 0;
		width: 49%;
		height: 65px;
		overflow: auto;
	}
	
	ul#buckets h3, #content ul.content-buckets h3{
		border: none;
		padding: 0;
	}
	
		ul#buckets li img {
			float: left;
		}
		ul#buckets li h3 {
			margin: 0 0 5px 66px;
			color: #333;
			font-size: 1.2em;
			font-weight: bold;
		}
		ul#buckets li a.learn-more {
			display: block;
			margin-left: 66px;
			width: 87px;
			height: 17px;
			text-indent: -9999px;
			background: transparent url(../images/btn-learn-more.png) no-repeat;
		}

ul.content-buckets {
	margin: 0 !important;
	padding: 0;
	list-style: none;
}
	ul.content-buckets li {
		display: block;
		margin: 6px 0 !important;
		padding: 5px 4px 10px 4px;
		/* height: 190px;
		width: 48%; */
		border-bottom: 1px solid #ddd;
	}
		ul.content-buckets li img {
			float: left;
		}
		ul.content-buckets li h3 {
			margin: 0;
			color: #333;
			font-size: 1.2em;
			font-weight: bold;
		}
		ul.content-buckets li p {
			margin: 0 0 4px;
			font-size: 1.1em;
			line-height: 1.3;
		}

table td {
	vertical-align: top;
}
table.product-list {
	
}
	table.product-list th {
		margin: 0;
		padding: 3px 7px;
		color: #777;
		font-size: 1.1em;
		text-align: left;
		background-color: #dad9d9;
	}
	table.product-list td {
		padding: 5px 7px;
		border-bottom: 1px solid #dad9d9;
		vertical-align:middle;
	}
	table.product-list .center {
		text-align: center;
	}

#footer p.address {
	float: left;
	padding: 10px 0 0 85px;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.2;
	background: transparent url(../images/icon-footer.png) left top no-repeat;
}
	#footer p.address span {
		display: block;
		padding: 15px 0;
	}
#footer p#contact-info {
	float:right;
	margin: 20px 0 0;
	color: #fff;
}
#footer ul#footer-nav {
	float: right;
	clear: right;
	margin: 7px 0 0;
}
	#footer ul#footer-nav li {
		float: left;
		border-right: 1px solid #fff;
	}
	#footer ul#footer-nav li.last {
		border: none;
	}
		#footer ul#footer-nav li a {
			display: block;
			padding: 0 5px;
			color: #fff;
			text-decoration: none;
			
		}

#footer p#credits {
	clear: both;
	color: #ededed;
}


/* !forms ============================== */
input.submit {
	margin: 3px 0;
	padding: 0;
	border: 0;
	width: 101px;
	height: 18px;
	color: #232223;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url(../images/btn-submit-med.png) no-repeat;
	cursor: pointer;
}

form {
	padding-left: 5px;
}

form div{
	width: 335px;
	float: left;
}

form div div{
	width: 45%;
	padding-right: 5%;
}

form div div.custom, form div div.fix{
	width: 100%;
}

	form fieldset {
		margin: 5px;
		padding: 10px;
		font-size: 1.2em;
		background-color: #ebebeb;
		-moz-border-radius-topleft: 9px;
		-moz-border-radius-bottomright: 9px;
		-webkit-border-top-left-radius: 9px;	
		-webkit-border-bottom-right-radius: 9px;
	}
	
	form fieldset p{
		margin: 0;
		padding: 2px 0;
		font-size: 1em;
	}
	
		form fieldset p.legend, form fieldset legend {
			margin: 0 0 5px;
			padding: 0;
			font-size: 1.1em;
			font-weight: bold;
			color: #000;
			border-bottom: 1px solid #afafaf;
		}
		
	form fieldset legend {
		border: none;
		padding: 10px 10px 0 10px;
		background: #EBEBEB;
		-moz-border-radius-topleft: 9px;
		-moz-border-radius-topright: 9px;
		-webkit-border-top-left-radius: 9px;	
		-webkit-border-top-right-radius: 9px;
	}
	
	form label {
		display: block;
		margin-top: 3px;
		font-size: 1em;
		font-weight: bold;
		clear: both;
	}
	form input[type=text] {
		margin: 3px 0 7px 0;
		padding: 2px;
		width: 98%;/*297px;*/
		border: 1px solid #d9d9d9;
	}
	form input[type=checkbox] {
		margin: 5px 3px 5px 0;
	}
	form input[disabled] {
		margin: 3px 0;
		padding: 3px;
		width: 95%;
		border: 1px solid #d9d9d9;
		background-color: #dedede;
	}
	form select {
		margin: 4px 7px 10px 0;
		float: left;
	}
	form input.small {
		width: 75px;
	}
	form input.tiny {
		width: 34px;
		margin-right: 6px;
	}
	
	form textarea {
		margin: 3px 0;
		padding: 3px;
		width: 95%;
		height: 85px;
		border: 1px solid #d9d9d9;
	}
	

form#quick-contact {
	margin: 0 0 10px;
	padding: 6px;
	background: #403f3f url(../images/sidebar-elem-bg.png) top repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
	#quick-contact fieldset {
		background: 0;
		padding: 0;
	}
	#quick-contact em {
		display: block;
		margin: 0 0 3px;
		color: #fff;
		padding: 5px 0;
	}
	#quick-contact label {
		display: block;
		font-size: 1em;
		color: #fff;
	}
	#quick-contact input[type=text] {
		width: 90%;
		padding: 3px;
		border: 1px solid #cecece;
		background-color: #fff; 
	}
	#quick-contact textarea {
		width: 90%;
		padding: 3px;
	}

/* !navigation ============================== */
ul#global-nav {
	margin: 5px 0;
	font-size: .9em;
}
	ul#global-nav li {
		border-right: 1px solid #fff;
	}
	ul#global-nav li.last {
		border: none;
	}
		ul#global-nav li a {
			padding: 0 5px;
			color: #fff;
			text-decoration: none;
		}

ul#primary-nav {
	margin: 25px 0 0;
	float: right;
	z-index: 1000;
}
	ul#primary-nav li {
		float: left;
		position: relative;
		padding-right: 2px; 
		background: transparent url(../images/primary-nav-split.png) right no-repeat;
	}
		ul#primary-nav li a {
			display: block;
			padding: 10px 15px;
			height: 13px;
			text-align: center;
			font-size: 1.1em;
			color: #fff;
			text-transform: uppercase;
			text-decoration: none;
			background: transparent url(../images/primary-nav-bg.png) top repeat-x;
		}
		ul#primary-nav li.first a {
			background: transparent url(../images/primary-nav-left-cap.png) top left no-repeat;
		}
		ul#primary-nav li.last a {
			background: transparent url(../images/primary-nav-right-cap.png) top right no-repeat;
		}
		ul#primary-nav li.first a:hover, ul#primary-nav li.first.hover a {
			background: transparent url(../images/primary-nav-left-cap-hover.png) top left no-repeat;
		}
		ul#primary-nav li.last a:hover, ul#primary-nav li.last.hover a {
			background: transparent url(../images/primary-nav-right-cap-hover.png) top right no-repeat;
		}
		
		ul#primary-nav li a:hover, ul#primary-nav li.hover a {
			background: transparent url(../images/primary-nav-bg-hover.png) top repeat-x;
		}
		
		ul#primary-nav li.last {
			padding-right: 0;
			background: 0;
		}

	ul#primary-nav li ul {
		display: none;
		position: absolute;
		left: 4px;
		top: 3.2em;
		width: 215px;
		z-index: 100;
		list-style: none;
	}
		ul#primary-nav li ul li {
			float: none;
			padding: 0;
			background: 0; 
			
		}
		ul#primary-nav li ul li.last a{
			border: none;
		}
			ul#primary-nav li ul li a {
				display: block;
				padding: 7px 5px;
				height: auto;
				text-align: left;
				font-size: 1.1em;
				color: #c3c2c2;
				text-transform: uppercase;
				text-decoration: none;
				background: #323232 !important;
				border-bottom: 1px solid #c3c2c2;
			}
			ul#primary-nav li ul li.last a {
				-moz-border-radius-bottomleft: 5px;
				-moz-border-radius-bottomright: 5px;
				-webkit-border-bottom-left-radius: 5px;	
				-webkit-border-bottom-right-radius: 5px;
			}
			ul#primary-nav li ul li.active a {
				color: #c7151b;
			}
			ul#primary-nav li ul li a:hover {
				color: #fff;
				background-color: #000 !important;
			}
			

ul#secondary-nav {
	padding: 10px 0;
	background-color: #f0efef;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;	
	-webkit-border-bottom-right-radius: 5px;
}
	ul#secondary-nav li {
		margin: 0 0 4px 20px;
		padding: 3px 0;
	}
		ul#secondary-nav li a {
			color: #000;
			font-size: 1.1em;
			text-decoration: none;
		}
		ul#secondary-nav li.active > a {
			font-weight: bold;
		}
		ul#secondary-nav li a:hover {
			color: #c8151c;
		}
		
		
/* Extra Syles */		
.rfq-link img{
	border: none;
}

p.sigma-link a{
	display: block;
	border: 2px solid #B30409;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

p.sigma-link a:hover{
	border: 2px solid #403F3F;
}

p.centered{
	text-align: center;
}

p.page-links a{
	padding: 5px;
	border: 1px solid #c8151c;
	margin: 3px;
	text-decoration: none;
}

p.page-links a:hover{
	background: #333;
	border: 1px solid #222;
	color: #ccc !important;
}

p.page-links a.active{
	color: #fff !important;
	background: #c8151c;
}

#content div.product_meta{
	width: 100%;
	margin-top: 20px;	
}

#content div.product_meta h3{
	margin-left: 15px;
}

div.product_meta p{
	margin: 0 0 0 10px;
	padding: 5px;
}

div.product_meta a img{
	border: none;
	padding: 5px 0;
}

div.product_meta span{
	display: block;
	float: left;
	font-weight: bold;
	width: 175px;
}

div.product_meta p.odd{
	background: #EBEBEB;
}

div.product_meta p.customize{
	text-align: center;
}