/* ===============================================
SEAMCRAFT
--------------------------------------------------
AUTHOR(S): matt@topspotims.com, jwynn@topspotims.com
DATE : July 8, 2008
MODIFIED: 11-5-2008 - 11-7-2008
==================================================
COLOR TABLE
--------------------------------------------------
BACKGROUND      #fff;
HEADER BLUE		#058bc7;

LIGHT GREY		#ebebeb;
DARK GREY		#333333;

LINK ORANGE		#d04d0e;
LIGHT BLUE		#d9edf6;

=================================================*/


body{
	margin: 0;
	padding: 0;
	background: #058bc7 url(../images/bg1.gif) top center repeat-x;
	font-size: 62.5%;
	border-top: 2px solid #058bc7;
	font-family: Arial, Verdana, "Lucida Grande", sans-serif;
}

.clearBoth {
	clear: both;
}

.floatright {
	float: right;
	height: auto;
}

.floatleft {
	float: left;
}
.resetList, .resetList li ul {
	margin: 0;
	padding: 0;
}
.resetList li {
	display:inline;
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	overflow: hidden;
	text-decoration: none;
	color: #058BC7;
	
}
a:hover {
	text-decoration: underline;
}
a:active {
	overflow: visible;
}

h1 {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 1.6em;
	font-weight: bold;
}
h2 {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
}
h3 {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 12px;
	line-height: 1.7em;
}
a.viewVideo,
a.button {
	position:relative;
	display:block;
	margin: 0;
	padding:15px 10px;
	text-align:center;
	background:#3279b4 url('../images/ViewOurVideo_btn.jpg') -60px -48px repeat-x;
	color:#FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
	width:140px;
	height:18px;
	text-decoration: none;
	float:right;
	clear:both;
	margin-bottom:10px;
}
a.viewVideo:hover,
a.button:hover {
	background:#3279b4 url('../images/ViewOurVideo_btn.jpg') -60px 0px repeat-x;
}

hr {
	clear: both;
	margin: 5px 0;
	padding: 0;
	border: none;
	border-top: 1px dashed #6d6d6d;
	background-color: #fff;
}
/* ==== WRAPPER        ============================== */
#headerWrapper {
	margin: 0 auto;
	width: 960px;
}

/* ==== HEADER         ============================== */
#header {
	margin: 0;
	padding: 9px 15px 3px 15px;
	height: 48px;
}
	a#logo {
		float: left;
		display: block;
		margin: 0;
		padding: 0;
		width: 156px;
		height: 43px;
		background: transparent url(../images/logo.png) no-repeat;
		text-indent: -9999px;
	}
	#callUs {
		float: right;
		clear: right;
		margin: 3px 0;
		padding: 0;
		font-size: 1.8em;
		font-weight: bold;
		font-style: italic;
	}
	/* ==== GLOBAL NAV    ============================== */
		
	#globalNav {
	float: right;
	margin: -5px 0 0 0;
	padding: 0;}

	#globalNav a{
		display: inline;
		margin: 0;
		padding: 0 10px 0 12px;
		width: auto;
		color: #000;
		font-size: 1.2em;
		font-weight: normal;
		background: transparent url(../images/primaryNavBullet.gif) left center no-repeat;
	}
	#globalNav a.last{
		padding: 0 0 0 12px;
	}
	#globalNav a:hover{
		color: #058bc7;
	}
/* ==== BANNER         ============================== */
#banner {
	position: relative;
	margin: 20px 0 0 0;
	padding: 0;
	height: 218px;
	background: transparent url(../images/header-960.jpg) right 47% no-repeat;
}
	#banner h3{
		position: absolute;
		top: 72px;
		right: 10px;
		color: white;
		font-size: 16px;
		font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
		font-style: oblique;
		width: 268px;
		background: #09C;
		padding: 11px;
		line-height: 23px;
		min-height: 70px;
	}

	/* ==== adjustment to banners 0413     ============================== */
	
		#banner h1{
		position: absolute;
		top: 72px;
		right: 10px;
		color: white;
		font-size: 16px;
		font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
		font-style: oblique;
		width: 268px;
		background: #09C;
		padding: 11px;
		line-height: 23px;
		min-height: 70px;
	}
	
	/* ==== PRIMARY NAV    ============================== */
	ul#primaryNav {
		/*float: left;
		margin: 0;
		padding: 0;
		width: 178px;
		list-style: none;
		background-color: #1e97cd;*/
		float: left;
		margin: -20px 0 0 0;
		padding: 0;
		width: 960px;
		list-style: none;

	}



	ul#primaryNav li {
		/*display: block;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #85c7e4;*/
		display: block;
		margin: 0;
		float: left;
		padding: 0;
	}

	ul#primaryNav li.last {
		border: none;
	}
	ul#primaryNav li a {
		display: block;
		margin: 0;
		padding: 7px 25px;
		height: 16px;
		color: #fff;
		font-size: 1.4em;
		font-weight: bold;
	}
	ul#primaryNav li.last a {
		height: 18px;
		border: none;
	}
	ul#primaryNav li a:hover {
		background-color: #d04d0e;
		text-decoration: none;
	}
/* ==== CONTENT - HOME  ============================== */
#contentWrapper {
	margin: 0;
	padding-bottom: 1px;
	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 1%, #ebebeb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 1%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 1%,#ebebeb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 1%,#ebebeb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 1%,#ebebeb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */

	/*background: #fff url(../images/contentBottomBg.gif) bottom center no-repeat;*/
	width: 100%;
}
#content{
	margin: 0 auto;
	padding: 0 1px;
	width: 960px;
	overflow: auto;
	/*background: #fff url(../images/contentBg.gif) repeat-y;*/
}
	#homeBlurb{
		margin: 0;
		padding: 30px 20px;
		background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 1%, #ebebeb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 1%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 1%,#ebebeb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 1%,#ebebeb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 1%,#ebebeb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
bebeb',GradientType=0 ); /* IE6-8 */

		overflow: auto;
	}
	#homeBlurb h1{
		margin: 5px 0;
	}
	#homeBlurb p{
		width: 730px;
	}
	#homeBlurb .button {
		float: right;
	}
	ul#buckets {
		margin: 5px 0;
		padding: 10px;
		list-style: none;
		overflow: auto;
		width: 940px;
	}
	ul#buckets li {
		/*float: left;
		position: relative;
		margin: 15px 20px 15px 0;
		padding: 0 0 0 130px;
		width: 215px;
		height: 100px;
		background: transparent url(../images/bottomDotted.gif) right bottom no-repeat;*/
		float: left;
		position: relative;
		margin: 15px 16px 15px 15px;
		padding: 10px 10px 10px 139px;
		width: 288px;
		height: 96px;
		background: #efefef;
		border: solid 1px #b6b6b6;
	}
	ul#buckets li img {
		position: absolute;
		left: 10px;
		top: 10px;
		border: 1px solid #999;
	}
	ul#buckets li h2 {
		font-style: italic;
		padding-bottom: 5px;
	}


	ul#buckets li h2:hover{
		color:#058bc7;
	}
	ul#buckets li p {
		line-height: 1.4;
	}
	ul li#industrialsewing {
		margin: 30px 16px 15px 15px!important;
		padding-top: 15px;
		clear: both;
		top:10px;
		float: none;
		}	
/* ==== CONTENT - INTERNAL  ============================== */
#contentBody {
	float: middle;
	margin: 0;
	padding: 10px 15px;
	width: 730px;
	min-height: 300px;
	
	  max-width: 500px;
  margin: auto;
}
	#contentBody h1 {
		margin: 10px 0;
		font-size: 1.7em;
	}
	#contentBody h2 {
		margin: 15px 0 0 0;
	}
	#contentBody p {
		margin: 5px 0;
	}
	#contentBody .slider {
		height: 18px;
		width: 230px;
		background-color: #058bc7;
		margin-left: 7px;
		margin-top: 7px;
		position: absolute;
		text-align: right;
		font-size: 1.1em;
		padding: 3px;
		border-bottom: 1px solid #d04d0e;
	}
	#contentBody .prodImgLink {
		display: block;
		float: left;
		position: relative;
	}
	#contentBody img.prodImg {
		float: left;
		display: block;
		margin: 7px;
		padding: 0;
		border: 1px solid #058bc7;
	}
	#contentBody p.clickInstruct {
		margin: 0 0 0 7px;
	}
	#contentBody ul {
		margin: 5px 0;
		padding: 0 10px;
		list-style-position: inside;
		font-size: 1.1em;
		overflow: auto;
	}
	#contentBody ul li {
		margin: 0;
		padding: 3px 0;
	}
	#contentBody ul.prodList {
		float: left;
		width: 30%;
		padding: 10px 05px;
		overflow: auto;
	}
	
	form {
		margin:20px 0 0 0;
		padding: 0;
	}
	fieldset {
		margin: 0;
		padding: 0;
		border: 0;
	}
	label {
		display: block;
		margin: 0;
		padding: 7px 0 5px 0;
		font-size: 1.1em;
		font-weight: bold;
	}
	input, textarea {
		display: block;
		margin: 0;
		padding: 5px;
		/*width: 300px; - Nixed for new forms*/
		border: 1px solid #747474;
	}

	button {
		display: inline;
		margin: 10px 0;
		padding: 3px 20px;
		background: #3279b4 url(../images/buttonBg.gif) repeat-x;
		color: #fff;
		font-size: 1.3em;
		font-weight: bold;
		border: none;
	}
	button:hover {
		background: #d04d0e;
		text-decoration: none;
		cursor: pointer;
	}
	
	#about-us #contentBody .industries ul {
		float: left;
		margin: 0;
		padding: 5px 2px;
		width: 10.3em;
	}
	#about-us #contentBody .industries ul li {
		padding: 3px 0;
	}
	

	#about-us #contentBody ul {
		margin: 5px 0;
		padding: 0 10px;
		font-size: 1.2em;
	}
	#about-us #contentBody ul li {
		margin: 0;
		padding: 3px 0;
	}
	#about-us #contentBody ul li ul li {
		font-size: .8em;
	}
	
	
	
	#capabilities #contentBody ul {
		float: left;
		margin: 5px 0;
		padding: 0 10px;
		width: 12em;
		font-size: 1.2em;
	}
	#capabilities #contentBody ul li {
		margin: 0;
		padding: 3px 0;
	}
	#capabilities #contentBody ul li ul li {
		font-size: .8em;
	}	
	
	#capabilities #contentBody ul.seamCraftIs {
		margin: 5px 0;
		padding: 0 10px;
		width: auto;
		overflow: visible;
	}
	#capabilities #contentBody ul.seamCraftIs li {
		float: left;
		margin: 0;
		width: 20em;
		list-style: none;
	}
	#capabilities #contentBody ul.seamCraftIs li ul {
		height: 5em;
		overflow: visible;
	}
	#capabilities #contentBody ul.seamCraftIs li ul li {
		padding: 3px 0;
		font-size: .8em;
		list-style: disc;
		list-style-position: inside;
	}
	#capabilities #contentBody ul.certified {
		margin: 0;
		width: auto;
	}
	#capabilities #contentBody ul.certified li {
		margin: 0;
		width: auto;
	}
	#capabilities #contentBody ul.certified li ul {
		margin: 0;
		width: auto;
	}

	#capabilities .operation {
		float: left;
		margin: 5px;
		overflow: auto;
		text-align: center;
		width: 12em;
		height: 14em;
		font-size: 1.3em;
	}
	#capabilities .operation.lastImg {
		margin-left: 6.3em;
	}
	#capabilities .operation img {
		margin: 3px 0;
		padding: 1px;
		border: 1px solid #6d6d6d;
	}
	#contentBody ol {
		margin: 10px 0;
		padding: 10px 5px;
		list-style-position: inside;
		border-top: 1px solid #d4cdd2;
		border-bottom: 1px solid #d4cdd2;
		overflow: auto;
	}
	#contentBody ol li {
		margin: 0;
		padding: 7px 4px;
		font-size: 1.2em;
		font-weight: bold;
	}
	#contentBody ol li p{
		margin: 0;
		padding: 0 0 0 15px;
		font-size: 1em;
		font-weight: normal;
	}


/*Request Quote CSS =====*/

.col {
}

.form-control {
	width: 350px;
  max-width: 500px;
  margin: auto;
	position: relative;
}

.submitbutton {
	left: 30%;
	width: 200px;
	
font-family:Verdana,Arial;
	font-size: 12px;
	color :white;
	background-color :#99CCFF;
	position: relative;
	
}


/* ==== CONTENT - CONTACT US PAGE  ============================== */
	
#contact-us #contentBody {
	width: 720px;
}
#contactInfo {
	width: 300px;
	float: left;
	text-align: center;
	}
	#contentBody #contactInfo ul {
		margin: 5px 0 20px 0;
	}
#contactFormWrapper {
	width: 375px;
	float: right;
	}
	#contactFormWrapper strong {
		font-size: 1.1em;
	}
	#contactFormWrapper p {
		margin-top: 10px;
		text-align: center;
		font-size: 1.3em;
		width: 350px;
	}
	#contactFormWrapper textarea {
		margin-bottom: 10px;
		width: 340px;
	}
	#contactFormWrapper textarea.addy {
		width: 280px;
		height: 50px;
	}
	#contactFormWrapper input[type="text"] {
		width: 150px;
	}
	#contactFormWrapper select {
		width: 165px;
	}
	#contactFormWrapper #specifyOther {
		display: none;
	}
	#contactFormWrapper noscript #nojsspecifyOther {
		display: block;
	}
	#contactFormWrapper .col1 {
		float: left;
		width: 190px;
		margin-bottom: 10px;
	}
	#contactFormWrapper .col2 {
		margin-bottom: 10px;
		}
		#contactFormWrapper .col2 input {
		display: inline;
		}
	#contactFormWrapper .buttonfield, .buttonfieldFocus {
		margin-top: 5px;
		width: 352px;
	}
	#contactFormWrapper .buttonfieldFocus {
		background-color: #D04D0E;
	}
#litquestion label {
	display: inline;
	margin-left: 2em;
	}
#litquestion input {
	display: inline;
	vertical-align: text-bottom;
	margin-left: 5px;
	}
.reqd {
	color: #D04D0E;
}

/* ==== RIGHT-HAND SIDEBAR  ============================== */	
	
#sidebar {
	float: right;
	margin: 0;
	padding: 10px 15px 15px 10px;
	width: 150px;
}
	#sidebar h1 {
		position:relative;
		margin: 120px 0 0 0;
		font-size: 12px;
		color: #d04d0e;
		text-transform:uppercase;
		left:-5px;
		width:160px;
	}
		#sidebar h3{
		position:relative;
		margin: 120px 0 0 0;
		font-size: 12px;
		color: #d04d0e;
		text-transform:uppercase;
		left:-5px;
		width:160px;
	}
	#sidebar form {
		margin: 0;
		padding: 0;
	}
	#sidebar fieldset {
		margin: 0;
		padding: 0;
		border: 0;
	}
	#sidebar label {
		display: block;
		margin: 0;
		padding: 7px 0 5px 0;
		font-size: 1.1em;
		font-weight: normal;
	}
	#sidebar #litquestion {
		font-size: 1.1em;
		margin-top: 5px;
	}
	#sidebar #litquestion label {
		display: inline;
		font-size: 1.1em;
	}
	#sidebar #litquestion input {
		display: inline;
		width: auto;
		margin: 5px 5px 0 5px;
	}
	#sidebar .buttonfield, #sidebar .buttonfieldFocus {
		margin: 5px auto 0 auto;
	}
	#sidebar input.buttonfield {
		width: 153px;
	}
	#sidebar input.buttonfieldFocus {
		width: 153px;
		background-color: #D04D0E;
	}
	#sidebar p {
		margin-top: 10px;
		text-align: center;
		font-size: 1.2em;
	}
	#sidebar input, #sidebar textarea {
		display: block;
		margin: 0;
		padding: 3px;
		width: 145px;
		border: 1px solid #747474;
	}
	#sidebar textarea {
		height: 75px;
	}
	#sidebar button {
		display: inline;
		margin: 10px 0;
		padding: 3px 20px;
		background: #3279b4 url(../images/buttonBg.gif) repeat-x;
		color: #fff;
		font-size: 1.3em;
		font-weight: bold;
		border: none;
	}
	#sidebar button:hover {
		background: #d04d0e;
		text-decoration: none;
		cursor: pointer;
	}
/* ==== FOOTER         ============================== */
#footer {
	margin: 0;
	padding: 7px 0;
	background-color: #058bc7;
	height:5px;
}
#footer p {
	margin: 0 auto;
	width: 960px;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
}

.iso{
position: absolute;
margin: 20px auto;
width: 125px;
height: 78px;
left:46%;
background: url(../images/iso2015.png)no-repeat;
}

/*
.bbb{
position: absolute;
margin: 0 auto;
width: 125px;
height: 70px;
left:52%;
background: url(../images/bbb.png)no-repeat;
}
*/

INPUT.textField, SELECT.textField{
	font-family:Verdana,Arial;
	font-size :12px;
	color :#000000;
	background-color :#FFFFFF;
}
INPUT.textFieldFocus, SELECT.textFieldFocus{
	font-family:Verdana,Arial;
	font-size :12px;
	color :#000000;
	background-color :#FFFFFF;
}
.textLabel{
	font-family:Verdana,Arial;
	font-size :10px;
	color :#000000;
	font-weight:bold;
	padding:2px inherit;
}

INPUT.buttonfield {
	font-family:Verdana,Arial;
	font-size :12px;
	color :#000000;
	background-color :#99CCFF;
	font-weight :bold;
}

INPUT.buttonfieldFocus {
	font-family:Verdana,Arial;
	font-size :12px;
	color :#000000;
	background-color :#00FF00;
	font-weight :bold;
}

form table {
	position:relative;
	left:-6px;
}
select {
	width:154px;
}
input.buttonfield,
input.buttonfieldFocus {
	position:relative;
	left:-5px;
}
textarea {
	resize:none;
}

#sidebar #buttons {
	height: 116px;	
}



/* ===== NEW Quick Contact Form ==================== */
div#quickContact {
	position: relative;
	left: -19px;
	width: 179px;	
}
div#quickContact h4 {
	display: block;
	width: 179px;
	height: 65px;
	margin: 0;
	padding: 0;
	left: 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	font-size: 0;
	line-height: 333px;
	text-indent: -99999px;
	color: transparent;
	overflow: hidden;	
	background: url(../images/bg-QC-header.png) 0 0 no-repeat;
}
form#quickContact {
	width: 139px;
	padding: 0 20px 12px;
	background: url(../images/bg-QC.png) 0 0 repeat-y;
}
#quickContact p.small {
	margin: 0 auto;
	font-size: 10px;
	font-style: oblique;
	color: #222;
}
#quickContact p.error {
	display: none;
	margin: 2px 1px 6px;
	font-size: 10px;
	font-weight: bold;
	color: #900;
	background: #FFB3B3;
	border: 1px solid #900;
}
#quickContact label {
	padding: 10px 0 3px 1px;
}
#quickContact input, #quickContact textarea {
	width: 131px;
	border: 1px solid #ddd;
	background: url(../images/bg-QC-input.png) 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#quickContact input[type=radio] {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 20px;
	height: 20px;
	margin: 0 0 0 0;
	vertical-align: middle;
	background: transparent;
	border: 0;
}
#quickContact select {
	width: 139px;
	font-size: 1.1em;	
}
#quickContact .fileWrap {
	padding: 4px 2px 3px;
	background: url(../images/bg-QC-input.png) 0 0 no-repeat;
}
#quickContact .fileWrap input {
	border: 0 transparent;
	background: transparent;
}
#quickContact #submitBtn {
	display: block;
	height: 22px;
	width: 113px;
	margin: 22px auto 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	background: url(../images/bg-QC-submit.png) 0 0 no-repeat;
}
#quickContact #submitBtn:hover {
	cursor: pointer;
	background: url(../images/bg-QC-submit.png) 0 -22px no-repeat;
}
#quickContact .bottom {
	display: block;
	width: 179px;
	height: 16px;
	margin: 0; padding: 0;
	background: url(../images/bg-QC-bottom.png) 0 0 no-repeat;	
}
