/*
-----------------------------------------------
Burwell Styles
Author:   Chris Pearce (Cornerstone Technologies)
----------------------------------------------- */

ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}

html, body {margin: 0; padding: 0;}

body  {
	background: #4E5D73 url(/_templateFiles/container-bg.gif) repeat-y top center;
	color: #FFF;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	position: relative;
	text-align: left;
	padding: 0;
}

body.flash {background: #01133F;}

/* -------------------------------BASIC HTML ELEMENTS-------------------------------------- */

:link, :visited {text-decoration: underline; font-weight: 500;}
:link:focus, :visited:focus {color: #2C3F77; font-weight: 500;}
:link {color: #2C3F77;}
:visited {color: #2C3F77;}
:link:hover, :visited:hover {text-decoration: none; color: #CC6600;}
:link:active, :visited:active {color: #CC6600;}

p {
	padding: 0px;
	margin: 16px 0px 16px 0px;
}

a img {border: 0px; text-decoration: none;}

form {margin: 0px; padding: 0px;}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 1.6em;
}

table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 1.6em;
	text-align: left;
}

blockquote {
	font-weight: bold;
	color: #FFF;
	font-style: italic;
}

ul {
  	padding: 0px;				
	background: transparent;
	margin: 20px 30px 20px 50px;
}

ul li {
	line-height: 1.6em;
	list-style-image: url(/_templateFiles/list-bullet.gif);
}

hr {
	color: #3E486D;
	border-style: solid;
	border-width: thin;
}

/* Header Styles
----------------------------------------------- */

h1 {
	color: #FFF;
	margin: 0px 0px 25px 0px;
	font-size: 13px;
	font-weight: 600;
}

h2 {
	margin: 18px 0px 18px 0px;
	font-weight: 600;
	font-size: 13px;
	color: #FFF;
}

h3 {
	margin: 18px 0px 18px 0px;
	font-weight: 600;
	font-size: 12px;
	color: #336699;
}

h4 {
	margin: 18px 0px 18px 0px;
	font-weight: 600;
	font-size: 12px;
	color: #2C3F77;
}

h5 {
	margin: 18px 0px 18px 0px;
	font-weight: 600;
	font-size: 11px;
	color: #89A4BE;
}

h6 {
	margin: 18px 0px 18px 0px;
	font-weight: bold;
	font-size: 10px;
	color: #4E5D73;
}

/* -------------------------------------SPECIFIC DIVS----------------------------------------- */

/* Page Structure: Main Container 
(used to center align elements, workaround for IE 5, IE 5.5)
----------------------------------------------- */

#container {
	width: 100%;
	background: #4E5D73 url(/_templateFiles/container-bg.gif) repeat-y top;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#container-flash {
	width: 100%;
	background: #01133F url(/_templateFiles/container-bg.gif) repeat-y top;;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
#container-flash :link, #container-flash :visited {font-weight: bold; font-size: 12px;}


/* Page Structure: Header Inside
----------------------------------------------- */

#container #secondaryLinks {
	width: 768px;
	height: 172px;
	background: #01133F url(/_templateFiles/insideHeader2.jpg) no-repeat top left;
	position: relative;
	margin: 0px auto 0px auto;
} 

#container #secondaryLinks img {position: absolute; top: 8px; left: 9px;}

/* Page Structure: Header Home
----------------------------------------------- */

#container #headerHome {
	margin: 0px auto 0px auto;
	width: 768px;
	height: 83px;
	background: #01133F url(/_templateFiles/topbanner2.jpg) no-repeat top left;
	text-align: left;
	position: relative;
}

#container #headerHome img {
	position: absolute;
	top: 8px;
	left: 7px;
}

/* Page Structure: Content Area
----------------------------------------------- */

div#insideContent {
	width: 768px;
	margin: 0px auto 0px auto;
	background: #01133F;
}

div#insideContent h1.mainTitle {display: none;}

div#insideContent div#contentArea {
	margin: 0px;
	background: transparent url(/_templateFiles/header-underlineLong.gif) no-repeat top left;
	padding: 15px 50px 35px 45px;
	text-align: left;
	min-height: 230px;
}

* html div#insideContent div#contentArea {height: 230px;}

/* Page Structure: Footer
----------------------------------------------- */

#container #footer, #container #footerHome {
	width: 768px;
	background: #01133F url(/_templateFiles/watermark.gif) no-repeat top right;
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	clear: both;
	padding: 67px 0px 2px 0px;
	position: relative;
	text-align: center;
}

#container #footerHome {padding-bottom: 5px; width: 768px;}

#container #footer p, #container #footerHome p {
	color: #CCCCCC;
	background: transparent;
	margin: 0px 0px 0px 0px;
	font-size: 9px;
}

#container #footer p.footerLinks, #container #footerHome p.footerLinks {
	color: #CCCCCC;
	margin: 1px 10px 0 10px;
	font-size: 9px;
	line-height: 1.2em;
}

#container #footer p.destinations, #container #footerHome p.destinations {
	color: #FFF;
	background: transparent;
	margin: 0px 0px 4px 0px;
	font-size: 10px;
}

#container #footer p.destinations :link, #container #footer p.destinations :visited,
#container #footerHome p.destinations :link, #container #footerHome p.destinations :visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#container #footer p.destinations :hover, #container #footerHome p.destinations :hover {
	color: #CC6600;
	text-decoration: underline;
}

#container #footer p.destinations span, #container #footerHome p.destinations span {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	margin-right: 10px;
}




/* Page Structure (Home Page): Top Menu & Secondary Links
------------------------------------------------------- */

#container #topMenu {
	margin: 0px auto 0px auto;
	width: 768px;
	height: 104px;
	background: url(/_templateFiles/topMenu2.jpg) no-repeat 0px -9px;
	position: relative;
}

#container #topMenu #links, #container #secondaryLinks #links {
	position: absolute;
	top: 0px;
	left: 400px;
	background: transparent;
	width: 350px;
}

#container #secondaryLinks #links {top: 79px; left: 396px;}

#container #secondaryLinks #links a {
	display: block;
	font-size: 10px;
	color: #FFF;
	font-weight: 700;
	background: transparent;
	float: left;
	margin-right: 22px;
}
#footer a {
	color: #CCCCCC;
}

div#secondaryLinks #links :link, div#secondaryLinks #links :visited {text-decoration: none;}

#container #secondaryLinks #links :hover {text-decoration: none; color: silver;}

#container #secondaryLinks #links a.news {margin-right: 13px;}
#container #secondaryLinks #links a.brochures {margin-right: 17px;}

#container #topMenu #links a {
	display: block;
	font-size: 10px;
	color: #FFF;
	font-weight: 700;
	background: transparent;
	float: left;
	margin-right: 19px;
}

#container #topMenu #links :link, 
#container #topMenu #links :visited {text-decoration: none;}

#container #topMenu #links :hover {text-decoration: none; color: silver;}

#container #topMenu #links a.news {margin-right: 27px;}
#container #topMenu #links a.brochures {margin-right: 18px;}

/* Page Structure (Home Page): Flash
----------------------------------------------- */

#container #flash {
	margin: 0px auto 0px auto;
	width: 768px;
	height: 138px;
	background: #01133F url(/_templateFiles/flash-bg2.jpg) no-repeat top left;
	border-left: 1px solid #000033;
	border-right: 1px solid #000033;
	text-align: right;
}

/* Page Structure (Home Page): Content
----------------------------------------------- */

#container #homeContent {
	margin: 0px auto 0px auto;
	width: 768px;
	background: #01133F;
	text-align: left;
	padding: 10px 0px 0px 0px;
	border-left: 1px solid #000033;
	border-right: 1px solid #000033;
}

#container #homeText {
	background: #01133F;
	text-align: left;
	padding: 0px 20px 0px 126px;
}

#container #homeText h1 {
	margin: 0px 0px 5px 0px;
	color: #336699;
	font-size: 13px;
}

/* -------------------------------------CONTENT STYLES----------------------------------------- */

/* Content Styles: Home Page
----------------------------------------------- */

/* Content Styles: Inside Pages
----------------------------------------------- */

.productName {color: #FF0000; width: 100%; background: #003366; color: #FFFFFF; text-align: left; border: 1px solid #000;}

/*Product Main Table_________________________________*/

table.productsTable {
	width: 650px;
	margin: 0px auto 0px auto;
	border-bottom: 1px dotted #336699;
}

table.productsTable td {padding: 0px; vertical-align: top; font-size: 10px;}
table.productsTable td p {margin: 0px 0px 0px 5px;}

table.productsTable td.emptyCell {padding: 5px 0px 10px 0px;}
table.productsTable td.productsInfo {padding: 3px 3px 3px 8px; vertical-align: middle;}
table.productsTable td.productsImage {width: 165px; vertical-align: top; padding-top: 3px;}

/*Product Nested Tables_________________________________*/

table.productsInfoTable {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #000;
	border-bottom: 0px;
	border-right: 0px;
	background: #3E486D;
}

table.productsInfoTable td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 2px 10px 2px 5px;
	color: #FFF;
	font-size: 9px;
}

table.productsImageTable {width: 165px;}

table.productsImageTable td.productImageInside {border: 1px solid #000; border-left: 2px solid #000;}

table.productsImageTable td.productsNo {
	width: 165px; 
	background: #3E486D;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding: 1px 0px 3px 0px;
	border: 2px solid #000;
	border-right: 1px solid #000;
	border-top: 0px;
	color: #000;
}

table.productsInfoTable td :link, table.productsInfoTable td :visited {color: #3399FF; text-decoration: none; font-size: 10px; font-weight: 500;}
table.productsInfoTable td :hover {color: #00CCFF;}

/*Contact Us Table_________________________________*/

table.contact, table.contact2 {
	width: 90%; 
	margin: 0px auto 40px auto; 
	border-left: 1px solid #000; 
	border-right: 1px solid #000;
	background: #000033;
}

table.contact2 {border-right: 0px; background: #000033;}

table.contact td, table.contact2 td {padding: 2px; vertical-align: top;}

table.contact td.wideCell, table.contact2 td.wideCell {
	width: 20%; 
	background: #01133F; 
	padding: 0px; 
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

table.contact2 td.wideCell {border-right: 0px;}

table.contact td.contactHeader,
table.contact2 td.contactHeader,
table.contact2 td.contactHeader2 {
	width: 35%; 
	background: #3E486D; 
	padding: 2px 0px 2px 8px;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #336699;
	border-top: 1px solid #000;
}

table.contact2 td.contactHeader2 {border: 0px; background: transparent;}

table.contact td.contactDesc,
table.contact2 td.contactDesc,
table.contact td.contactDesc2,
table.contact2 td.contactDesc2 { 
	padding: 2px 8px 2px 0px;
	font-weight: 500;
	border-bottom: 0px solid #000;
	text-align: right;
	color: #336699;
}

table.contact td.contactDesc2, table.contact2 td.contactDesc2 {border-bottom: 1px solid #000; padding-bottom: 5px;}
table.contact td.contactBorder, table.contact2 td.contactBorder {border-bottom: 1px solid #000; padding-bottom: 5px;}

/*Air & Abrasive Tables_________________________________*/

table.airAbrasive {
	width: 80%; 
	margin: 0px auto 0px auto; 
	border-left: 1px solid #000; 
	border-bottom: 1px solid #000;
}

table.airAbrasive td {
	padding: 3px 5px 3px 0px; 
	border-top: 1px solid #000; 
	border-right: 1px solid #000; 
	font-size: 9px;
	text-align: right;
	background: #3E486D;
}

table.airAbrasive td.airAbrasiveHeader {
	padding: 4px; 
	background: #000033;
	text-align: center;
	font-weight: bold;
}

span.mainLinks {
	background: transparent;
	display: block;
}

#container #footer p.destinations :link, #container #footer p.destinations :visited, #container #footerHome p.destinations :link, #container #footerHome a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
