/***********************************************/
/* smithsons.css                               */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/* Global
================================================*/
* {
	margin:0;
	
	}
body,
html {}
body {
	padding:0px;
	color:#222;
	font:10pt/14pt Arial, verdana, Helvetica, sans-serif;
	background: #fff;
	}

/* Main layout
================================================*/

#wrap {
	position:relative;
	margin: 10px auto;
	width: 850px;
	background-color: #ffffff;
	color:#222;
	}


#content {
  margin:0 auto;
  padding:0;
  }	
	
#main {
	float:left;
	width:590px;
	margin:11px 15px 10px 8px;
	height: auto;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	}
	
#mainSingle {
	float:left;
	width:810px;
	margin:11px 15px 10px 8px;
	height: auto;
	padding-right: 10px;
	}
	
	
#sidebar {
	font-size:1em;
	line-height:1.6em;
	float:right;
	width:205px;
	margin:11px 8px 10px 0px;
	background-color: #FFFFFF;
	padding-left: 10px;
	}
	
#specialOffers {
	font-size:1em;
	line-height:1.6em;
	width:190px;
	margin:11px 5px 30px 5px;
	background-color: #FFFFFF;
	border:1px solid #000;
	}	
	
	
#news{
	width:830px;
	clear: both;
	border-bottom: 1px dotted #000;
	margin: 5px;
	padding: 5px;
	background-color: #e1e1e1;
}

	
#footer {
	clear:both;
	padding:0.7em 0.7em 2em 0.7em;
	text-align:left;
	font-size:0.94em;
	color:#fff;
	background-color: #447398;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}

/* Links
================================================*/
a:link {
color:#447398;
	font-weight:normal;
	text-decoration:none;
	margin:0 0px;
	}
a:visited {
	color:#6fb6ee;
	font-weight:normal;
	text-decoration:none;
	margin:0 0px;
	}


a:active {
	font-weight:normal;
	text-decoration:none;
	margin:0 0px;
	}

a:focus {
	color:#580801;}
a:hover {
	color:#d4c424;
}


a.NAV:link {
color:#fff;
	font-weight:bold;
	text-decoration:none;
	margin:0 0px;
	}
a.NAV:visited {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	margin:0 0px;
	}
a.NAV:active {
color:#fff;
	font-weight:bold;
	text-decoration:none;
	margin:0 0px;
	}

a.NAV:focus {
	color:#467498;
}
a.NAV:hover {
	color:#ffe800;
}
a.imglink:link,
a.imglink:visited {border:0;}
a.imglink:hover {background:transparent;}

a.footer:link {
	color: #ffe800;
	padding: 5px 2px 1px 2px;
	text-decoration:none;
}
a.footer:active {
	color: #ffe800;
	padding: 5px 2px 1px 2px;
	text-decoration:none;
}
a.footer:visited {
	color: #ffe800;
	padding: 5px 2px 1px 2px;
	text-decoration:none;
}
a.footer:hover {
	color: #ffe800;
	padding: 5px 2px 1px 2px;
	text-decoration:none;
}

a.home:link {color: #fff; padding: 5px 2px 1px 2px;text-decoration:none;}
a.home:active {color: #fff;padding: 5px 2px 1px 2px;text-decoration:none;}
a.home:visited {color: #fff;padding: 5px 2px 1px 2px;text-decoration:none;}
a.home:hover {color: #000;padding: 5px 2px 1px 2px; text-decoration:none;}



/* Headings
================================================*/
h4,h5,h6 {
	font-weight:normal;
	font-size:1.3em;
	color:#2D71AB;
	background-color:#FFFFFF;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	}
h1 {
	font: 13px "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
	font-weight:bold;
	line-height:1.4em;
	margin:0px 0 0 0px;
	color: #123f60;
}
	
.panel h1  {
	font: 13px "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
	font-weight:normal;
	line-height:1.7em;
	margin:0px 0 0 10px;	
	
	}
h2 {
	font-size:1em;
	margin:1px 0 0.625em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	}
h3 {
	margin:.25em 0 0;
  padding:0 0 4px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.2em;
  font-weight:normal;
  line-height:1.4em;
  color:#A80303;
}
.home h2 {
	font-weight:normal;
	font-size:1.6em;
	margin:0 0 0.625em;
	}
h2 a:link,
h2 a:visited,
h2 a:hover {
	font-weight:normal;
	background-color:#fff;
	color:#000;
	border:0;
	padding:0;
	margin:0;
	}
	


/* Lists
================================================*/
dl,
ol,
ul {
	margin:0 0 0em;
}
dl {
}
dt {
	font-weight:bold;
	margin:3px 0 0;
	color: #fff;
	background-color:#FFFFFF;
	}
dd {margin:1em 0 0 0em;}
dd p {margin:0 0 0.5em;}
ul {
	padding:0 0 0 1.5em;
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: url(none);
	}

ol {padding:0 0 0 3em;}
li {
	margin:10px 0px 0px 3px;
	padding-left: 2px;
	padding-right: 3px;

}

li.navigation {
	padding-left: 10px;
	list-style-image: url(images/red-bull.gif);
	list-style-position: outside;
	white-space:normal;
}



/* Images
================================================*/
img {
	border:0;
	display:inline;
}
.fullwidth {
	padding:4px;
	margin:1em 0;
	margin-left: 78px;
	}
	
.fullwidthnoborder {
	padding:4px;
	margin:1em 0;
	}
.flow {
	float:right;
	margin:0 3px 10px 6px;
	padding: 0px 0px 10px 0px;
	}
.flowtext {
	float:left;
	margin:0 10px 6px 0px;
	}
.dec {
	padding:4px;
	border:1px solid #ccc;
	}
.flowbox {
	padding-bottom:2px
	}	
	
/* Navigation
================================================*/
#nav {
	float:left;
	width:100%;
	display:inline;
	background-color:#447398;
	margin:0 0 0.5em;
	padding:2px 0 0px;
	height: 68px;
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	}



/* Header
================================================*/
#header {
	height:144px;
	background-color:#fff;
	color:#cccccc;
	
	}
#header img {
	color:#cccccc;
	top:0px;
	right: 0px;
	left: 0px;
	}
#header a,
#header a:hover {
	border:0;
	background:transparent;
	}



/* Sidebar
================================================*/


#sidebar h3 {
	font-size:1.1em;
	text-transform:none;
	color:#8B7A63;
	margin-bottom:0.5em;
	}
#sidebar dl {margin-top:-0.5em;}
#sidebar dt {margin-top:1.5em;
padding-top: 0.5em;}
#sidebar dd {margin:0;}


#quicklinks dd {display:inline;}

/* Quotations
================================================*/
blockquote {
	margin:2em 0 1em 0;
	padding-left:380px;
	color:#FFFFFF;
	background-image: url(images/machine-panel.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	height: 159px;
	padding-top: 30px;
	text-align: center;
	padding-right: 10px;
	font-size: 1.2em;
	}
	

.vertline {
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	width: 90%;
}

/* Extras
=================================================*/

.headerImg {
}
.sidebarTxt {
	line-height: 3em;
}


/* This is necessary bc IE does not deal with hr correctly */
div.separator {
	margin: 12px 0 12px 0;
	background-position: top;
	clear:both;
	height: 1px;
	width: 100%;
	line-height: 1px;
	color:#fff;
	border-top: 1px solid #cbc900;
 
}
.footerText {
	font-size: 0.98em;
	color: #333333;
	padding-top: 10px;
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
}
.h1indent {
	font-size: 11px;
}
.sectionTxt {
	font: 1em "Lucida Grande", Arial, Tahoma, sans-serif, serif;
	text-transform: lowercase;
}


.dotline {
	border-bottom: 1px dotted #3477ae;
}

.goImage {
	display: inline;
}
.panelBg {
	background: url(images/panel-bg.gif) repeat-y;
}
.panelfoot {
	background: url(images/panel-foot.gif) no-repeat;
	height: 34px;
}
.PANELTEXT {
	padding: 0px 8px;
}
.newsHead {
	color: #FFFFFF;
	padding: 2px 2px 5px 5px;
	background-color: #437397;
	margin-bottom: 5px;
}
.tableBottomLine {
	border-bottom: 4px solid #c6c6c6;
	padding-bottom: 3px;
	margin-bottom: 2px;
}
.columnBG {
	background: #e4e1df;
}
.TableLeftBG {
	background: #f3f3f3;
}
.h1News {
	color: #000000;
}
.specialRed {
	color: #FF2500;
	font-weight: bold;
}
.specialOfferText {
	padding:0 0 0 2.5em;
}
.sitemapVert {
	border-left: 1px solid #666666;
}
.sitemapBottom {
	border-bottom: 1px dotted #999999;
}
.Breadcrumb {
	font-weight: normal;
	color: #EE2407;
	
}
