/* Generic elements */

*
{
	font-family: inherit;
}

body
{
	background: white url(../images/body-bg.png) repeat-x;
	margin: 0;
	padding: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
}

form
{
	display: inline;
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

h1
{
	line-height: 110%;
	font-size: 22px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 15px 0;
}
	
h2
{
	font-size: 13px;
	color: white;
	background: #E16619 url(../images/h2-bg.png) no-repeat top right;
	padding: 1px 0 1px 4px;
	margin: 6px 0 15px 0;
}


/* Main layout */

#ContainerPadding
{
	width: 779px;
	background: white url(../images/padding-bg.png) repeat-y;	
	margin: 0 auto 0 auto;
}

#Container
{
	background: url(../images/container-bg.png) no-repeat;		
	padding: 2px 0 0 0;
}

#Header
{
	clear: both;
	padding: 8px 8px 25px 10px;
}

#Header .Logo
{
}

#Header .Navigation
{
	background: url(../images/navigation-bg.png) no-repeat;
	height: 29px;
}

#Header .Navigation ul
{
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	border-top: 1px solid white;
}

#Header .Navigation li
{
	margin: 0;
	padding: 0;
	display: inline;
}

#Header .Navigation a
{
	color: white;
	display: block;
	width: 82px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
	padding-top: 5px;
	background: url(../images/nav-button-off.png) bottom left;
	height: 18px;
	float: left;
}

#Header .Navigation a:hover,
#Header .Navigation a.selected
{
	background-image: url(../images/nav-button-on.png);
}

/* Department navigation */

#Left
{
	padding: 0 9px 10px 10px;
	float: left;
	margin-bottom: 15px;
	width: 180px;
}

#Departments h2
{
	padding: 4px 0 0 23px;
	background: url(../images/nav-header.png) no-repeat;
	height: 18px;	
	color: white;	
	font-size: 11px;
}

#Left h2,
#Right h2
{
	margin: 0;
	font-size: 11px;
}

#Left a
{
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 22px;
	border-top: 1px solid white;
	text-decoration: none;
	font-size: 10px;
	color: white;
	background-color: #5D5E60;
	background-image: url(../images/nav-arrow.gif);
	background-repeat: no-repeat;
}

#Left a:hover
{
	background-color: #383C3F;
}

#Left .Quality a
{
	display: inline;
	padding: 0;
	border: none;
	text-decoration: none;
	font-size: 11px;
	color: #333333;
	background-color: transparent;
	background-image: none;
		color: #E86A20;
	font-weight: bold;
	text-decoration: none;

}

#Left .Quality a:hover
{
	background-color: transparent;
}

#Left a.selected
{
	background-color: #383C3F;
	background-image: url(../images/nav-arrow-down.gif);
}

#Left .Lines a
{
	color: black;
	background-color: #DEDEDE;
	background-image: none;
	padding-left: 30px;
}

#Left .Lines a:hover
{
	color: black;
	background-color: white;
}

#Left .Lines a.selected
{
	color: #E56A1A;
	background-color: white;
}

#Left .Lines
{
	display: none;
}

#Departments
{
	margin-bottom: 12px;
	border-bottom: 1px solid #dddddd;
}

/* Main page content */

#Content
{
	padding: 0 9px 10px 9px;
	width: 357px;
	float: left;
	margin-bottom: 15px;
	background: url(../images/content-bg.png) repeat-y;
}

#Content p, 
#Right p,
#Content li,
#Content th,
#Content td
{
	font-size: 11px;
	line-height: 130%;
	padding: 0;
	color: #333333;
	text-align: left;
}

#Content th,
#Content td
{
	padding-right: 10px;
	padding-bottom: 5px;
	vertical-align: top;
}

#Content p,
#Right p
{
	margin: 0 0 12px 0;
}

#Content li
{
	margin: 0 0 6px 30px;
	list-style-image: url(../images/li-arrow.png);
}

#Content ul
{
	margin: 0;
	padding: 0;
}

#Content a,
#Right a
{
	color: #E86A20;
	font-weight: bold;
	text-decoration: none;
}

#Content a:hover,
#Right a:hover
{
	color: black;
}

/* Right hand column */

#Right
{
	width: 181px;
	float: left;
	padding-left: 9px;
	margin-bottom: 15px;
}

#Right h2
{
	margin-top: 0;
}

#Right .Panel h2
{
	margin-bottom: 9px;
}

#Right p 
{
	margin-left: 4px;
}

.Panel
{
	padding: 4px;
	background: #ECEBE9 url(../images/panel-corner.png) no-repeat bottom right;
	margin-bottom: 9px;
}

#Right .Download a
{
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 22px;
	border-top: 1px solid white;
	text-decoration: none;
	font-size: 10px;
	color: white;
	background-color: #5D5E60;
	background-image: url(../images/nav-arrow.gif);
	background-repeat: no-repeat;
}


/* Footer */

#Footer
{
	clear: both;
	background: url(../images/footer-bg.png) no-repeat;
	height: 52px;
	font-size: 10px;
	color: #717171;	
}

#Footer .Telephone
{
	float: left;
	padding-top: 15px;	
	padding-left: 33px;
	width: 463px;
}

#Footer .Copyright
{
	float: left;
	padding-top: 15px;	
	width: 233px;
}

#Footer .Logo
{
	float: left;
	padding-top: 9px;
}

#Footer a
{
	color: #717171;	
	text-decoration: none;
}

/* Line details */

.LineHeading
{
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/line-heading-bg.png) repeat-x;
	height: 124px;
}

.LineHeading h1
{
	color: white;
	padding: 40px 0 2px 0;
	margin: 0;
	background: url(../images/line-heading-dots.png) repeat-x bottom left;
	float: left;
	width: 170px;
}

.LineHeading .Image
{
	float: right;
	padding: 1px;
	width: 170px;
	overflow: hidden;
	text-align: right;
}

#Content .QuoteButton
{
	text-align: right;
}

.Thumb
{
	width: 55px;
	float: right;
}

/* Form layouts */

#Content fieldset
{
	border: none;
	background: url(../images/horizontal-dots.png) repeat-x bottom left;
	margin-bottom: 5px;
	
}

#Content input,
#Content select,
#Content textarea
{
	font-size: 11px;
	margin-right: 4px;
}

#Content input.Text
{
	width: 150px;
	border: 1px solid #333333;
	padding: 1px 0 0 3px;
}

#Content textarea
{
	width: 215px;
	height: 100px;
	border: 1px solid #333333;
	overflow: auto;
	padding: 1px 0 0 3px;
}

#Content fieldset td
{
	padding-bottom: 5px;
}

#Content fieldset th
{
	text-align: right;
	font-weight: normal;
}

#Content li
{
	padding-left: 0;
	margin-left;
}


#Content .Submit.Button
{
	margin-bottom: 12px;
}