/* Home Page */
#HomeIntro
{
	background-image:url(../images/bg-homeintro.jpg);
	background-repeat:no-repeat;
}

#HomeIntro div.container
{
	padding-left:10px;
	padding-top:10px;
	margin-right:30px;
	height:212px;
	overflow:hidden;
	font-size:11px;
	width:300px;
}

#HomeIntro div h1
{
	font-size:18px;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

#HomeIntro div
{
	width:150px;
}

/*------------------------------*/

#HomePrices
{
	background-image:url(../images/bg-pricelist.jpg);
	background-repeat:no-repeat;
	width:324px;
	padding-top:43px;
	font-size:12px;
	font-weight:bold;
	height:200px;
}

#HomePrices table tr td
{
	padding-top:6px;
	padding-bottom:5px;
	font-size:12px;
}

#HomePrices table tr td.left
{
	padding-left:10px;	
	font-size:12px;
}

#HomePrices table tr td.right
{
	padding-right:30px;	
	font-size:12px;
}

#HomePrices table tr
{
	color:#333333;
	font-size:12px;
}

#HomePrices table tr:hover
{
	color:#990000;
	font-size:12px;
}



/* PriceList Page */

div.PriceList
{
	display:inline-block;
	float:left;
	width:190px;
	margin-right:25px;
}

div.PriceList table
{
	padding:0px;
	margin:0px;
	width:100%;
	
}

div.PriceList table tr
{
	
}

div.PriceList table tr:hover
{
	background-color:#CCCCCC;
}

div.PriceList table tr th
{
	text-align:left;
	border-bottom: solid 1px red;
	padding-bottom:5px;
}

div.PriceList table tr.heading:hover
{
	background-color:#FFFFFF;
}

div.PriceList table tr td
{
	border-bottom: solid 1px #6699FF;
	padding-top:5px;
	padding-bottom:2px;
}

div.PriceList table tr td a
{
	text-decoration:none;
	color:#333333;
}








#OrderForm
{
	background-image:url(../images/bg-orderform.jpg);
	width:426px;
	height:400px;
	padding:20px;
	background-repeat:no-repeat;
	margin:0 auto;
}


#OrderForm table tr td
{
	padding:5px;
}

#OrderForm a
{
	font-size:10px;
	font-style:italic;
	color:red;
	text-decoration:none;
}

#OrderForm a:hover
{
	text-decoration:underline;
}

#OrderTotal
{
	font-size:24px;
	font-weight:bold;
	color:#003366;
	background:none;
	border:none;
}










.topnav
{
	background-image:url(/images/new-bg-top.jpg);
	background-repeat:no-repeat;
	width:700px;
	height:228px;
	margin-top:0px;
	padding-top:20px;
}

.topnav #dvLinks
{
	height:177px;
	overflow:hidden;
}

.topnav #dvButtons
{

	padding-left:125px;
}

.topnav ul
{
	margin:0px;
	padding:0px;
}

.topnav ul li
{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-bottom:4px;
	margin-left:10px;
}

.topnav ul li a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(/images/new-nav-bullet.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:12px;
}

.topnav ul li a:hover
{
	color:#ff6600;
}