body
{
    background: url(images/pagebkg.jpg) repeat-x;
    font-size: 80%;
    font-family: "Gill Sans" , Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #000000 !important;
    margin: 0px;
    border: 0px;
    padding: 0px;
    line-height: 1.2;
    font-weight: 200;
    text-align: left !important;
}

body p
{
    font-size: 100%; /*font-family: "Gill Sans" , Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
    color: #000000;
    margin: 0px;
    border: 0px;
    padding: 0px;
    line-height: 1.4;
    font-weight: 200;
}
#main_content_table
{
	text-align: left !important;
}
/*
table tbody tr td
{
	font-size: 80%;
	color: #000000;
	margin: 0px;
	border: 0px;
	padding: 0px;
	line-height: 1.0;
	font-weight: 200;
}
*/

.debug
{
    border: solid 1px black;
}
/* layout styles */
.center_text
{
    float: none;
    clear: both;
    margin: 0px;
    text-align: center;
}
#center
{
	text-align: center;
	float: none;
	clear: both;
	margin: 0;
}

#banner
{
    background: url(images/wrapperbkg.jpg) no-repeat;
    height: 180px;
    width: 900px;
    padding: 0px 50px 0px 50px;
}


#navigation
{
    height: 22px !important;
    margin: 0px;
    width: 900px;
    padding: 0px 50px 0px 70px;
    /*overflow: hidden;*/
}

.TopPane
{
    width: 900px;
    padding: 0px 50px 0px 50px;
}

.ContentPane
{
    background-color: White;
    width: 500px;
    margin: 20px 10px 0px 20px;
}

.RightPane
{
    width: 260px;
    margin: 20px 0px 0px 0px;
}

.ContentPane-Full
{
    background-color: White;
    width: 770px;
    margin: 20px 10px 0px 20px;
}

.ContentPane-Split
{
    background-color: White;
    width: 380px;
    margin: 20px 10px 0px 20px;
}

.RightPane-Split
{
    width: 380px;
    margin: 20px 0px 0px 0px;
}


#navigation ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 800px;
    text-align: center;
}

#navigation li
{
    display: inline;
    padding: 0px 30px 0px 30px;
}


#navigation a:link, #navigation a:visited
{
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
    font-weight: normal;
}

#navigation a:hover
{
    color: #ffffff;
    background: url(images/navbkg.jpg);
    background-repeat: repeat-x;
    padding: 0px 0px 5px 0px;
}

#left
{
    width: 500px;
    float: left; /*padding: 0px 10px 10px 20px;*/
    margin: 30px 10px 10px 20px;
}

#facebook-link
{
	float: right;
	clear: both;
    width: 802px;
    position: absolute;
    margin-top: 124px;
    text-align: right;
    margin-right: 15px;
}

#lefthalf
{
    width: 370px;
    float: left;
    padding: 0px 10px 10px 20px;
    margin: 30px 0px 0px 0px;
}

#righthalf
{
    width: 370px;
    padding: 0px 20px 10px 10px;
    float: left;
    margin: 30px 0px 0px 0px;
}

.footer_text
{
    font-size: .8em;
    white-space: nowrap;
}

.footer
{
    width: 800px;
    margin: 10px 50px 10px 50px;
    font-size: .6em;
    white-space: nowrap;
}

.footer a:link, #footer a:visited
{
    text-decoration: none;
    color: #000000;
}

.footer a:hover
{
    text-decoration: underline;
}


/* HTML */

p
{
    margin: 5px 0px 0px 0px;
}

h1
{
    font-size: 1.6em;
    color: #247DB1;
    font-weight: 500;
    margin: 0px 0px 30px 0px;
    display: block;
}

h2
{
    font-size: 1.6em;
    color: #247DB1;
    font-weight: 500;
    margin: 0px 0px 30px 0px;
    display: block;
}

h3
{
    font-size: 1.4em;
    color: #247DB1;
    font-weight: 300;
}

h4
{
    font-size: 1.2em;
    color: #247DB1;
    font-weight: 300;
}


A:link
{
    color: #000066 !important;
}
A:visited
{
    color: #000066 !important;
}
A:hover
{
    color: #FFCC00 !important;
}

b
{
    color: #247DB1;
}
/* Specific elements */

.tagline
{
    font-weight: bold;
    font-style: italic;
    color: #247DB1;
    font-size: 1.2em;
}

.tagline_plain
{
    font-size: 1.3em;
    color: #247DB1;
    font-weight: 300;
}

/* Click here boxes */
.freebox
{
    cursor: pointer;
    color: #ffffff;
    background-image: url(images/freebox-bkg.jpg);
    background-repeat: no-repeat;
    width: 250px;
    height: 41px;
    text-align: center;
    font-weight: 400;
    font-size: 1.4em;
    padding: 4px 0px 4px 0px;
}
center a:hover
{
    color: #ffffff;
    text-decoration: none;
}

.freebox a:link, .freebox a:hover, .freebox a:visited
{
    color: #ffffff;
    text-decoration: none;
}


/* Quotes */

.quote_box
{
    background: #E0E7F0;
}
.quote
{
    background: #E0E7F0; /*width: 100%; 	padding: 10px;*/
    padding: 10px;
    font-style: italic;
    color: #247DB1;
    font-weight: 400;
}

.attribution
{
    margin: 20px 0px 10px 30px;
    font-style: normal;
    color: #000000;
    font-weight: normal;
}


/* Miscellaneous */
.clear
{
    clear: both;
}



/* Product table*/
table.order
{
    border: solid 1px black;
}
td.productheader
{
    background: #247DB1;
    color: #ffffff;
    font-weight: 400;
    padding: 2px 2px 2px 2px;
    text-align: center;
    font-size: 1.0em;
}

th.productheader
{
    background: #247DB1;
    color: #ffffff;
    font-weight: 400;
    padding: 0px;
    margin: 2px 5px 2px 5px;
    text-align: center;
    font-size: 1.0em;
}

td.productshot
{
    background: #ffffff;
    padding: 2px 0px 2px 0px;
}

img
{
    border: none;
}

td.productshot img a
{
    text-decoration: none;
}

td.productshot_alt
{
    background: #ffffff;
    padding: 2px 0px 2px 0px;
}

td.productbold
{
    color: #247DB1;
    font-weight: 400;
    padding: 2px 0px 2px 0px;
    border-left: 1px solid black;
    text-align: center;
    font-size: .8em;
}

td.productbold_noborder
{
    color: #247DB1;
    font-weight: 400;
    padding: 2px 0px 2px 0px;
    border: none;
    text-align: center;
    font-size: .8em;
}

td.productbold_left
{
    color: #247DB1;
    font-weight: 400;
    padding: 2px 0px 2px 0px;
    border: none;
    text-align: left;
    font-size: .8em;
}

td.productbold_alt
{
    background: #E0E7F0;
    color: #247DB1;
    font-weight: 400;
    padding: 2px 0px 2px 0px;
    border-left: 1px solid black;
    text-align: center;
    font-size: .8em;
}

td.productplain_left
{
    color: #000000;
    font-weight: 200;
    padding: 2px 0px 2px 0px;
    border: none;
    text-align: left;
    font-size: .8em;
}

td.productplain
{
    color: #000000;
    font-weight: 200;
    padding: 2px 0px 2px 0px;
    border-left: 1px solid black;
    text-align: center;
    font-size: .8em;
}

td.productplain_noborder
{
    color: #000000;
    font-weight: 200;
    padding: 2px 0px 2px 0px;
    border: none;
    text-align: center;
    font-size: .8em;
}

td.productplain_alt
{
    background: #E0E7F0;
    color: #000000;
    font-weight: 200;
    padding: 2px 0px 2px 0px;
    border-left: 1px solid black;
    text-align: center;
    font-size: .8em !important;
}

.ordersectiontitle
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 1.0em;
    font-weight: bold;
    color: #003366;
}

.productorder_plain
{
    color: #000000;
    font-weight: 200;
    padding: 4px 0px 4px 0px;
    border-bottom: none;
    border-top: none;
    border-left: 1px solid black;
    text-align: center;
    font-size: .9em !important;
}

.productorder_plain_left
{
    color: #000000;
    font-weight: 200;
    padding: 4px 0px 4px 5px;
    border-bottom: none;
    border-top: none;
    border-left: 1px solid black;
    text-align: left;
    font-size: .9em !important;
}

.productorder_alt
{
    background: #E0E7F0;
    font-weight: 200;
    padding: 4px 0px 4px 5px;
    border-bottom: none;
    border-top: none;
    border-left: 1px solid black;
    text-align: left;
    font-size: .9em !important;
}

td.distributor
{
    color: #000000;
    font-weight: 200;
    padding: 2px 0px 2px 0px;
    border: none;
    text-align: center;
    font-size: .7em !important;
}

tr.shade
{
    background-color: #E0E7F0;
}
/*  Main Menu Normal  */
.main_dnnmenu_rootitem
{
    height: 21px;
    display: inline;
    color: #ffffff;
    background-color: Transparent;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    padding: 0px 30px 0px 30px;
    margin-right: 1px;
    white-space: nowrap;
    float: left;
    margin-top: 1px;
}

.main_dnnmenu_rootitem_selected
{
    height: 21px;
    display: inline;
    color: #ffffff;
    background-color: Transparent;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    padding: 0px 30px 0px 30px;
    margin-right: 1px;
    white-space: nowrap;
    float: left;
    margin-top: 1px;
}

.main_dnnmenu_rootitem_hover
{
    height: 21px;
    display: inline;
    color: #ffffff;
    background-color: Transparent;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    margin-right: 1px;
    white-space: nowrap;
    float: left;
    background: url(images/navbkg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    padding: 0px 30px 0px 30px;
    margin-top: 1px;
}
.main_dnnmenu_submenu 
{
	background-color: #FFFFFF;
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	position: relative;
	color: #247DB1;
    font-family: "Gill Sans",Tahoma,Verdana,Arial,Helvetica,sans-serif;
}
.main_dnnmenu_submenu span
{
    padding: 5px 10px 5px 0px;
}
.main_dnnmenu_itemhover td 
{
	background-color: #333333;
	text-decoration: none;
	color: #ffffff;
}
.main_dnnmenu_itemhover span
{
    margin: 0px;
}

