/* CSS Document */

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

body{
	background-color: #cfd9dc;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {border:none;}

.formpad{
	margin: 0px;
	padding: 0px;
}

fieldset{ border:none;}
#ctl00_lblRequiredFields{ display:none;}

/* ------------------ Basic Text Styles ---------------- */

p, ol, li, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a:link, a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #306990;
	text-decoration: underline;
}

a:hover, a:visited:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #f5822b;
	text-decoration: underline;
}

h1{
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #454545;
	text-decoration: none;
}

h2{
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #003e71;
	text-decoration: none;
}

h3{
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #f5822b;
	text-decoration: none;
}

h4{}

h5{}

h6{}


/* ------------------ Product Scroller Styles ---------------- */

#featured_products {
	position:relative;
	padding:23px 0px 0px 23px;
	width:555px;
	height:253px;
	background:url('../images/featured_bg.jpg') repeat-x top left;
	margin-top:10px;
	margin-bottom:25px;
}
#featured_left {
	position:absolute;
	width:1px;
	top:0px;
	left:0px;
	height:276px;
	background:url('../images/featured_left.jpg') no-repeat top left;
}
#featured_right {
	position:absolute;
	width:1px;
	top:0px;
	right:0px;
	height:276px;
	background:url('../images/featured_right.jpg') no-repeat top left;
}
#featured_heading{
	font-size:20px;
	font-family: Helvetica, Arial, Tahoma, Verdana, san-serif;
	color:#fff;
	font-weight: bold;
	letter-spacing:-0.8px;
}

div#tmpSlideshow {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 177px;
	width: 532px;
}
div.tmpSlide {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 532px;
	height: 177px;
	display:none;
}
div.tmpSlideImage {
	position: absolute;
	width: 200px;
/*	height: 143px;
	top:0px;*/
	height: 200px;
	top:-32px;
	right:0px;
	overflow:hidden;
	text-align:center;
	background-color:#fff;
}
div#tmpSlideshowControls {
	position: absolute;
	right: -23px;
	bottom: -32px;
	width: 130px;
}
div.tmpSlideshowControlNext {
	float: left;
	margin: 0px;
	width: 40px;
	height: 36px;
	color: #f58f2b;
	font: 12px Arial, Tahoma, Helvetica, san-serif;
	text-align: center;
	cursor: pointer;
}
div.tmpSlideshowControlNext span {
	line-height: 36px;
	vertical-align: middle;
}
div.tmpSlideshowControlNext span:hover {
	color: #f58f2b;
	text-decoration: underline;
}
div.tmpSlideshowControlPrevious {
	float: left;
	margin: 0px;
	width: 75px;
	height: 36px;
	color: #f58f2b;
	font: 12px Arial, Tahoma, Helvetica, san-serif;
	text-align: center;
	cursor: pointer;
}
div.tmpSlideshowControlPrevious span {
	line-height: 36px;
	vertical-align: middle;
}
div.tmpSlideshowControlPrevious span:hover {
	color: #f58f2b;
	text-decoration: underline;
}
div.tmpSlideshowControlSpacer {
	position: absolute;
	font: 12px Arial, Tahoma, Helvetica, san-serif;
	color: #f58f2b;
	bottom: 11px;
	left: 70px;
	margin: 0px;
}
div.tmpSlideshowControlSpacer2 {
	position: absolute;
	font: 12px Arial, Tahoma, Helvetica, san-serif;
	color: #f58f2b;
	bottom: 10px;
	left: 120px;
	margin: 0px;
}
div.tmpSlideshowControlHeading {
	display:none;
}
div.tmpSlideshowControlOn {
	color: #f58f2b;
}
div.tmpSlideshowControlActive {
}
div.tmpSlideText {
	position: absolute;
	left: 0px;
	top: -4px;
	width: 310px;
	height:200px;
	overflow:hidden;
}
div#tmpSlideshow h4 {
	font-size:18px;
	font-family: Helvetica, Arial, Tahoma, Verdana, san-serif;
	color:#f58f2b;
	font-weight: bold;
	height:25px;
	overflow:hidden;
}
div.tmpSlideText p {
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	font-size:12px;
	line-height:20px;
	color:#dddada;
	width:310px;
}
div.tmpSlideText strong, div.tmpSlideText b {
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	font-weight:normal;
	color:#dddada;
}
div.tmpSlideText a:link, div.tmpSlideText a:visited {
	color: #dddada;
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	text-decoration:none;
}
div.tmpSlideText a:hover, div.tmpSlideText a:hover:visited {
	color: #dddada;
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	text-decoration:underline;
}
div.tmpSlideText_ReadMore {
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	position:absolute;
	bottom: -18px;
	left: 0px;
	color: #f58f2b;
}
div.tmpSlideText_ReadMore a:link, div.tmpSlideText_ReadMore a:visited{
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	color: #f58f2b;
	text-decoration: none;
	text-transform:uppercase;
}

div.tmpSlideText_ReadMore a:hover, div.tmpSlideText_ReadMore a:visited:hover {
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	color: #f58f2b;
	text-decoration: underline;
	text-transform:uppercase;
}


/* ------------------ Footer Styles ---------------- */

.disclaimer p, .disclaimer a:link, .disclaimer a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.disclaimer a:hover, .disclaimer a:visited:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

/* ------------------ Image Sides Styles ---------------- */

.leftTop{
	background-image: url(../images/l-top.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.rightTop{
	background-image: url(../images/r-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.leftImage{
	background-image: url(../images/l-image.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.rightImage{
	background-image: url(../images/r-image.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* ------------------- Form Element Styling ------------------- */

/* Homepage*/

.vsdElements {
	position:relative;
	width:240px;
	height: 150px;
}

.vsdAccept, .vsdCompany, .vsdCompanyTextBox, .vsdCategories, .vsdPosition, .vsdMobile {
	visibility: hidden;
}

.vsdEmail {
	position: absolute;
	border: 1px solid #dddddd;
	left: 0px;
	top:96px;
	width: 218px;
	height: 21px;
	margin: 0px;
	padding: 0px;
}
.vsdEmailTextBox {
	padding-left:10px;
	padding-top:3px;
	height: 16px;
	width: 207px;
	border:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353535;
}

.vsdFname {
	position: absolute;
	border: 1px solid #dddddd;
	left: 0px;
	top:34px;
	width: 218px;
	height: 21px;
	margin: 0px;
	padding: 0px;
}
.vsdFnameTextBox {
	padding-left:10px;
	padding-top:3px;
	height: 16px;
	width: 207px;
	border:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353535;
}

.vsdLname {
	position: absolute;
	border: 1px solid #dddddd;
	left: 0px;
	top:65px;
	width: 218px;
	height: 21px;
	margin: 0px;
	padding: 0px;
}
.vsdLnameTextBox {
	padding-left:10px;
	padding-top:3px;
	height: 16px;
	width: 207px;
	border:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353535;
}

.vsdSubmit {
	position: absolute;
	left: 0px;
	top:127px;
	width: 57px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	border:0px;
}
.vsdButton {
	width: 57px;
	height: 22px;
	border:0px;
	vertical-align: middle;
}
.vsdMessageBox {
	visibility: hidden;
}
.vsdMessageBox2 {
	position: absolute;
	left: 0px;
	top:-5px;
	padding-right:15px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}



/* ------------------ Font Replacement CSS ---------------- */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */


.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 24px;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
	}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -1px;
	font-size: 19px;
	margin: 0px;
	padding: 0px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -1px;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}

.sIFR-hasFlash h5 {
	letter-spacing: -1px;
	visibility: hidden;
	font-size: 24px;
}

.sIFR-hasFlash h6 a:link, h5 a:visited{
	letter-spacing: -1px;
	visibility: hidden;
}

.sIFR-hasFlash h6 a:hover, h5 a:visited:hover{
	letter-spacing: -4px;
	visibility: hidden;
}
#ctl00_tblDetail td, .formLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
