/*css reset*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
html{height:100%;margin-bottom:1px;}/*Force a scrollbar*/

/*
 *.body{font-size:62.5%} //alows conversion from px to em. 12px = 1.2em;
 */
body{
	font-family:Arial,Helvetica,sans-serif;
	font-size:62.5%;
}	

/*
 * default list styles.
 */
.type-style ul, .site-webpage ol, .site-webpage dd{padding-left:20px;}
.type-style ul li{list-style:outside disc;display:list-item;}
.type-style ol li{list-style:inside decimal;display:list-item;}
.type-style p{margin:1em 0;}
b, strong{font-weight:bold;}
u{text-decoration:underline;}
i{font-style:italic;}
/*
 * Default link styles.
 */
a{
	color:#00413A;
}
a:hover{
	color:#007467;
} 

/*
 * Template Styles
 */
.site-webpage{
	font-size:1.4em;
	color:#333;
	padding:20px 0;
}

/*
 * Site Wrapper
 */
#siteWrapper{}

/*
 * Generic: site width
 */
.site-width{
	width:940px;
	margin:0 auto;
}

/*
 * Header
 */
#siteHeader{
	height:166px;
	background:url(../Design/siteHeader.png) left top repeat-x scroll;
}

/*
 * Header Top
 */
#siteHeaderTop{
	height:117px;
	width:940px;
	overflow:hidden;
}

/*
 * Site Logo
 */
#siteLogo{
	display:block;
	float:left;
	width:285px;
	height:83px;
	background:url(../Design/siteLogo.png) left top no-repeat scroll;
	line-height:83px;
	text-indent:300px;
	overflow:hidden;
}

/*
 * Site Search
 */
#siteSearch{
	float:right;
	height:76px;
	width:439px;
	padding:41px 0 0 6px;
	background:url(../Design/siteSearch.png) left bottom no-repeat scroll;
	overflow:hidden;
}
#siteSearchLabel{
	display:block;
	float:left;
	width:109px;
	height:24px;
	background:url(../Design/siteSearchLabel.png) left top no-repeat scroll;
	line-height:24px;
	text-indent:110px;
	overflow:hidden;
}
#siteSaerchTop{
	margin-left:128px;
}
#siteSearchTxt{
	width:232px;
	height:18px;
	padding:4px 4px 0;
	border:none;
	background:url(../Design/siteSearchTxt.png) left top no-repeat scroll;
	color:#444;
	vertical-align:middle;
}
#siteSearchBtn{
	width:64px;
	height:22px;
	border:none;
	background:url(../Design/siteSearchBtn.png) left top no-repeat scroll;
	cursor:pointer;
	vertical-align:middle;
}
#siteSearchBtn:hover{
	background-position:left -22px;
}
#siteSaerchBot{
	margin-left:128px;
	color:#007467;
	font-size:1.1em;
}
.siteSearchOption{
	margin-right:10px;
}

/*
 * Header Bottom
 */
#siteHeaderBot{
	height:49px;
}
#siteTel,
#siteEmail{
	float:left;
	height:35px;
	padding:14px 25px 0 0;
	background:url(../Design/siteHeaderArrow.png) left bottom no-repeat scroll;
	color:#fff;
	font-size:1.4em;
}
#siteTel a,
#siteEmail a{
	color:#fff;
	text-decoration:none;
}
#siteTel a:hover,
#siteEmail a:hover{
	text-decoration:underline;
}
#siteMiniCart{
	float:right;
	background:url(../Design/siteHeaderSep.png) left 4px no-repeat scroll;
}
#siteMiniCartInner{
	height:39px;
	padding:7px 10px 0 55px;
	background:url(../Design/siteMiniCart.png) 15px 4px no-repeat scroll;
	color:#fff;
	font-size:1.3em;
}
#siteCartLinks{
	float:right;
	height:40px;
	padding:6px 10px 0 13px;
	background:url(../Design/siteHeaderSep.png) left 4px no-repeat scroll;
	font-size:1.3em;
	text-align:center;
}
#siteCartLinks a{
	display:block;
	padding-bottom:2px;
	color:#fff;
	text-decoration:none;
}
#siteCartLinks a:hover{
	text-decoration:underline;
}

/*
 * Site Body
 */
#siteBody{
	color:#333;
}

/*
 * Foooter
 */
#siteFooter{}

/*
 * Footer Top
 */
#siteFooterTop{
	border-top:1px solid #ccc;
	padding-left:2px;
	background:#E3EEED;
	overflow:hidden;
}
#siteFooterTop .site-width{
	width:938px;
	padding-left:2px;
}
.footer-frame{
	float:left;
	width:226px;
	margin:11px 4px;
	background:url(../Design/siteFooterFrameMid.png) left top repeat-y scroll;
}
.footer-frame-top{
	background:url(../Design/siteFooterFrameTop.png) left top no-repeat scroll;
}
.footer-frame-bot{
	padding:3px;
	background:url(../Design/siteFooterFrameBot.png) left bottom no-repeat scroll;
}

/*
 * Footer Bottom
 */
#siteFooterBot{
	min-height:182px;
	border-top:1px solid #ccc;
	background:#fff url(../Design/siteFooter.png) left top repeat-x scroll;
	color:#333;
	font-size:1.1em;
}
#siteFooterLeft{
	float:left;
}
#siteFooterLeft a{
	margin:0 10px;
}
#siteFooterRight{
	float:right;
}
#siteFooterBot a{
	color:#333;
	text-decoration:none;
}
#siteFooterBot a:hover{
	color:#2A8B80;
}
#poweredBy{}
#webDesignBy{}

