/* -------------- Reset Styles -------------- */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead{border: 0pt none;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0pt;padding: 0pt;}
caption, th, td{font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after{content: "";}
blockquote, q{quotes: "" "";}

/* -------------- general styles -------------- */

html,body{
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
}

body{
	font: 76% arial,sans-serif;
}

body.fend{
	background:#aeb0be url(/fend/images/bg.gif) repeat-x;
}

ul{
	list-style: disc outside;
	margin: 10px 0;
}

li{
	margin: 1px 30px;
	color: #4d6b90;
}

b, strong{
	font-weight: bold;
}

i, em{
	font-style: italic;
}

.clear{
	clear: both;
}

h1 {
    color: #4c72a1;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
	margin: 8px 0;
}

h2 {
    font-size : 15px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #0c2577;
    text-decoration: none;
	margin: 8px 0;
}

h3 {
    font-size : 13px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #777aaf;
    text-decoration: none;
	margin: 8px 0;
}

h4 {
    color: #7a7a7a;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
	margin: 8px 0;
}

h5 {
    font-size : 11px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #035197;
    text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 8px 0;
}

h6 {
    font-size : 13px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #ffffff;
    text-decoration: none;
}

p {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #666; 
	margin: 5px 0;
}

.blue 
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #003C7F;
}

.red 
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color: #990000;
}

a:link, a:visited, a:active { 
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #478ac2;
    text-decoration: none;
}

a:hover {
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #00216c;
    text-decoration: none;
}

th{
	background: #003c7f;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

.shade{
	background: #dfe9f4;
}

div#container{
	width: 930px;
	text-align: left;
	margin: 0 auto;
}

	div#headershell{
		position:relative;
		height: 152px;
		background: url(/fend/images/header-backer.gif) no-repeat;
	}
	
		div#headershell h1{
			background: url(/fend/images/smithsrvcentre-logo.png);
			_background-image: none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fend/images/smithsrvcentre-logo.png', sizingMethod='crop');
			position: absolute;
			top: 15px;
			left: 15px;
			z-index: 89;
			margin: 0;
		}
		
			div#headershell h1 a{
				display: block;
				width: 285px;
				height: 120px;
				position: relative;
			}
			
				div#headershell h1 a span{
					display: none;
				}
				
		div#navwrapper{
			position: absolute;
			top: 105px;
			left: 15px;
			width: 900px;
			background: url(/fend/images/nav-backer.gif) repeat-x;
		}
		
		div#searchwrapper {
			width: 230px;
			height: 40px;
			position: absolute;
			top: 15px;
			right: 15px;
			z-index: 99;
		}
		
			div#searchwrapper #search_string {
				float: left;
				background: none;
				border: 0px none;
				margin: 11px 0 0 27px;
				width: 130px;
				height: 15px;
				display: inline;
			}
			
			#searchwrapper #search_submit {
				float: right;
				margin: 11px 11px 0 0;
				width: 55px;
				height: 18px;
				display: inline;
			}
			
		div#banner{
			position: absolute;
			top: 15px;
			right: 15px;
		}
			
	div#wrapper{
		background: url(/fend/images/wrapper-backer.gif) repeat-y;
		padding: 0 15px;
	}
	
		div#content{
			float:right;
			width:664px;
			margin-right: 16px;
			display: inline;
		}
		
			div#navtrail{
				background: url(/fend/images/navtrail-backer.gif);
				height: 24px;
				line-height: 24px;
				padding: 0 10px;
				font-size: 11px;
				color: #b9b9b9;
				margin-bottom: 10px;
			}
			
				div#navtrail a{
					font-size: 11px;
				}
				
				div#navtrail a:hover{
					text-decoration: none;
				}
				
			table.products{
				width: 100%;
				border: 1px solid #003C7F;
			}
			
				table.products tr+tr,
				table.products tr+tr+tr+tr,
				table.products tr+tr+tr+tr+tr+tr,
				table.products tr+tr+tr+tr+tr+tr+tr+tr,
				table.products tr+tr+tr+tr+tr+tr+tr+tr+tr+tr,
				table.products tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr,
				table.products tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr {
					background: #DFE9F4;
				}
				
				table.products tr+tr+tr,
				table.products tr+tr+tr+tr+tr,
				table.products tr+tr+tr+tr+tr+tr+tr,
				table.products tr+tr+tr+tr+tr+tr+tr+tr+tr,
				table.products tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr,
				table.products tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr,
				table.products tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr {
					background: #f2f3ff;
				}
		
		div#columnshell{
			float:left;
			width:198px;
			margin-left: 11px;
			display: inline;
		}
		
			div#columnshell h3{
				height: 30px;
				background: url(/fend/images/title-products.gif);
				margin: 0;
			}
			
				div#columnshell h3 span{
					display: none;
				}
				
			a.colbox{
				display: block;
				width: 190px;
				height: 50px;
				margin: 4px;
			}
			
				a.colbox strong,
				.colbox-newsletter strong{
					display: block;
					padding: 10px 0 0 8px;
					color: #478AC2;
				}
				
					a.colbox:hover strong{
						color: #00216c;
					}
				
				a.colbox span,
				.colbox-newsletter span{
					color: #000;
					display: block;
					padding: 0 0 0 10px;
				}
				
				a.colbox img{
					float: right;
					margin: 5px 1px 0 0;
				}
			
				a.silver{
					background: url(/fend/images/colbox-silver.gif) top;
				}
				
				a.silver:hover{
					background: url(/fend/images/colbox-silver.gif) bottom;
				}
				
				a.orange{
					background: url(/fend/images/colbox-orange.gif) top;
				}
				
				a.orange:hover{
					background: url(/fend/images/colbox-orange.gif) bottom;
				}
				
				a.green{
					background: url(/fend/images/colbox-green.gif) top;
				}
				
				a.green:hover{
					background: url(/fend/images/colbox-green.gif) bottom;
				}
				
				a.blue{
					background: url(/fend/images/colbox-blue.gif) top;
				}
				
				a.blue:hover{
					background: url(/fend/images/colbox-blue.gif) bottom;
				}
				
			.coldivider{
				background: url(/fend/images/coldivider.gif);
				height: 2px;
				margin: 5px;
				overflow: hidden;
			}
			
			.colbox-newsletter{
				width: 190px;
				height: 104px;
				background: url(/fend/images/colbox-newsletter.gif);
				margin: 4px;
			}
			
				div#subscribe_wrapper{
					background: url(/fend/images/subscribe-backer.gif);
					height: 20px;
					width: 170px;
					margin: 5px 11px;
				}
			
				div#subscribe_wrapper input#Email,
				div#subscribe_wrapper input#subscribe_email{
					width: 100px;
					margin: 2px 0 2px 8px;
					border: 0;
					background: none;
					font-size: 11px;
					float: left;
				}
				
				input.subscribe_submit{
					width: 55px;
					height: 18px;
					margin: 1px 1px 0 0;
					float: right;
				}
	
	div#footershell{
		background: url(/fend/images/footer-backer.gif) no-repeat;
		color: #FFF;
		clear:both;
		height: 70px;
		padding: 14px 30px 0 30px;
	}
	
		div#copyright{
			line-height: 30px;
			color: #cbcbcb;
			text-align: right;
		}
		
		div#rootlinks{
			line-height: 25px;
			color: #fff;
			padding: 0 15px;
		}
		
			div#rootlinks a{
				color: #76bdf8;
			}
		
			div#rootlinks a:hover{
				color: #fff;
			}

/*------------------ Video Player START -----------------------*/
div.flv-player{
	background: #000 url(/fend/images/vid_play.gif) no-repeat center;
}

div.flv-player a{
	display: block;
	background: url(/fend/images/vid_botleft.gif) no-repeat bottom left;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

div.flv-player a span{
	display: block;
	background: url(/fend/images/vid_botright.gif) no-repeat bottom right;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/*------------------ Video Player END -----------------------*/

/* ------------------ Calendar START -----------------------*/
.calendar_table
{
	border: solid 1px #000;
	border-left: 0px;
}
.calendar_desc_cell
{
	border: 0px;
	border-left: solid 1px #000;
	background: #b2c3d5 url(/fend/images/cal-desc.gif) repeat-x top;
}
.calendar_desc_text
{
	padding-left: 5px;
}
.calendar_datepick_cell
{
	border: 0px;
	border-left: solid 1px #000;
	background: url(/fend/images/cal-datepick.gif) repeat-x top;
}
.calendar_dayname_cell
{
	border: solid 1px #000;
	border-bottom: 0px;
	border-right: 0px;
	background: url(/fend/images/cal-dayname.gif) repeat-x top;
}
.calendar_prevmonth_cell
{
	border: 0px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	background: #f0f0f4;
}
.calendar_today_cell
{
	border: 0px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	background: #d5e2f2;
}
.calendar_curmonth_cell
{
	border: 0px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
}
.calendar_nextmonth_cell
{
	border: 0px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	background: #f0f0f4;
}
/* ------------------ Calendar END -----------------------*/

/* --------------- Event Listing START -------------------*/

.event-listing-table{width: 100%;}
.event-header-row{}
.event-header-cell{background-color: #bec9d6;}
.event-month-row{}
.event-month-cell{}
.event-row-1{}
.event-row-2{}
.event-cell-1{}
.event-cell-2{}
.event-event-col{}
.event-date-col{}
.event-info-col{}

/* --------------- Event Listing END ---------------------*/

/* --------------- Forms START -------------------*/

ul#parts-request{
	list-style: none;
	width: 340px;
	text-align: right;
}

	ul#parts-request li{
		width: 100%;
		padding:
		4px;
	}
	
		ul#parts-request li label{
			float: left;
			font-weight: bold;
		}
		
		ul#parts-request li input{
			width: 200px;
		}
		
		ul#parts-request li .radio{
			float: left;
		}
		
		ul#parts-request li span{
			display: block;
			width: 100px;
			float: right;
		}
		
	ul#parts-request li input#submit,
	ul#parts-request li input#reset{
		width: auto;
	}

div.formwrapper{
	border: 1px solid #cdcddb;
	padding: 5px;
}

div#productrequestform h2{
	background: url(/fend/images/cal-datepick.gif) repeat-x;
	color: #fff;
	padding: 5px 10px;
	margin: 0;
}

div#productrequestform h3{
	padding: 5px 10px;
	margin: 0;
	background: #b2c3d5 url(/fend/images/cal-desc.gif) repeat-x;
	color: #000;
}

div#productrequestform ul{
	margin: 0;
	list-style: none;
}

	div#productrequestform li{
		margin: 0;
		float: left;
		text-align: right;
		width: 300px;
		padding: 10px;
	}
	
	li.dateselect{
		position: relative;
	}
	
		li.dateselect div.calendar{
			position: absolute!important;
			top: 0!important;
			left: 100px!important;
		}

	div#productrequestform label{
	}

	div#productrequestform input{
		margin-left: 10px;
	}
	
	div#productrequestform h3 input{
		margin: 0;
	}
	
div.productwrapper{
	background: #dfe9f4;
	border: 1px solid #b4c4d6;
}

.select_width{
	width:172px;
	margin:0 0 0 10px;
	}
.input{
	width: 167px;
	}

/* --------------- Form END -------------------*/


/* --------------- Popup Styles -------------------*/

div#popupoverlay{
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	background-color: #000925;
	z-index: 99;
	font-size: 0;
}

	div#popupcontainer{
		position: absolute;
		width:100%;
		top: 0;
		left: 0;
		z-index: 100;
	}
	
		div#popupinner{
			width:480px;
			position: relative;
			margin: 40px auto;
			padding: 0 10px 10px 10px;
			background: #fff url(/fend/images/popup-backer.png) no-repeat top left;
		}
		
		div#popupinner h3{
			font-size: 18px;
			color: #000925;
			line-height: 40px;
			margin: 0;
		}
/* -------------- sitemap styles -------------- */
ul#sitemap{
	list-style: none;
	margin: 0;
}
ul#sitemap li{
	list-style: none;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #666;
}
ul#sitemap ul{
	margin: 0 0 0 15px;
}
ul#sitemap ul li{
	font-weight: normal;
	border: none;
}

/*------------------ video player styles -----------------------*/
div.flv-player{
	background: #000 url(/fend/images/vid_play.gif) no-repeat center;
}
	div.flv-player a{
		display: block;
		background: url(/fend/images/vid_botleft.gif) no-repeat bottom left;
		width: 100%;
		height: 100%;
		text-decoration: none;
	}
		div.flv-player a span{
			display: block;
			background: url(/fend/images/vid_botright.gif) no-repeat bottom right;
			width: 100%;
			height: 100%;
			cursor: pointer;
		}
