@import url(menus.css);
@import url(products.css);
@import url(forms.css);

form
{
margin: 0px;
}

body
{
	background: url("images/bg.gif");
	font-family: lucida grande, verdana, sans-serif;
	font-size: 10px;
	
	margin: 0px;
}

table
{
	border-spacing: 0;
	border-collapse: collapse;

	font-family: lucida grande, verdana, sans-serif;
	font-size: 10px;
}

font
{
	font-size: 10px;
}

table.cart32
{
	width: 520px;
	
	border: 1px solid #777777;
	font-size: 10px;
}

table.cart32 input
{
	font-size: 10px;
	font-family: lucida grande, verdana, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

table.cart32 td
{
	font-size: 10px;
}

table.cart32 td a
{
	font-weight: normal;
}

table.cart32sub
{
	float: right;
}

table.cart32left
{
	margin-left: 25px;
}

div.cart32buttons
{
	margin: 5px 15px 0 0;
}

div.cart32buttons input
{
	margin: 0;
	
	font-size: 11px;
}

table.header
{
	width: 760px;
	margin-top: 20px;
}

td.header_menu
{
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
	
	text-align: right;
	vertical-align: bottom;
}

td.header_menu a
{
	color: black;
	text-decoration: none;
}

td.header_menu a:hover
{
	color: #A73E3E;
}

table.top_menu td
{
	height: 25px;
	vertical-align: center;
	
	padding-left: 9px;
	padding-right: 9px;
}

table.main
{
	background: white;
	width: 773px;
	
	margin-top: 5px;
}

table.main td.left
{
	background: url("images/content_left.gif");
	width: 3px;
}

table.main td.right
{
	background: url("images/content_right.gif");
	width: 5px;
}

.table_content
{
	border-top: 0px solid black;
	border-bottom: 0px solid black;
}

table.content
{
	width: 765px;
}

td.gray_line
{
	background: #8c8f94;
	width: 1px;
}

td.top_menu
{
	background: #D0D0D0;
	height: 25px;
	
	vertical-align: center;
	text-align: center;
}

td.menu
{
	background: #6B6B6B;
	width: 194px;

	color: white;
	text-align: right;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 11px;
}

td.content
{
	width: 568px;
	vertical-align: top;
	
	font-size: 10px;
}

td.content p
{
	margin: 10px 25px 10px 25px;
}

td.content a
{
	color: #A73E3E;
	font-weight: bold;
	text-decoration: none;
}

td.content a:hover
{
	color: black;
}

td.content h2
{
	color: #A73E3E;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	
	margin: 25px 0 10px 25px;
}

td.content h3
{
	color: #A73E3E;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
	
	margin: 20px 30px 0 25px;
	
	border-bottom: 1px dotted #BBBBBB;
}

td.content h4
{
	color: #A73E3E;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	
	margin: 20px 30px 0 25px;
	
	border-bottom: 1px dotted #BBBBBB;
	
}

td.content ul
{
	list-style-type: none;

	margin: 0 45px 0 10px;
}

td.content li
{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	
	padding-left: 10px;
}

td.content ul.clients
{
	width: 520px;
	margin: 20px 10px 25px 36px;
	padding: 0;
	
	font-size: 9px;
}

td.content ul.clients li
{
	float: left;
	width: 168px;
	height: 20px;
	
	padding: 0px 2px 0px 2px;
	background-image: none;
}


.red
{
	color: #A73E3E;
}

.phone
{
	font-weight: bold;
	font-size: 12px;
}

.footer
{
	margin-top: 10px;
}

div.navbar
{
	width: 545px;
	max-height: 25px;
	
	font-size: 9px;
	text-transform: uppercase;
	
	margin: 15px 0 0 10px;
	padding: 0;
	
	border-bottom: dotted 1px #BBBBBB;
}

div.navbar a
{
	text-decoration: none;
	font-weight: normal;
	color:#A73E3E;
}

div.navbar a:hover
{
	color: black;
}

div.prodnavbar
{
	width: 545px;
	max-height: 25px;
	
	font-size: 9px;
	text-transform: uppercase;
	
	margin: 15px 0 7px 10px;
	padding: 0;
	
}

div.prodnavbar a
{
	text-decoration: none;
	font-weight: normal;
	color:#A73E3E;
}

div.prodnavbar a:hover
{
	color: black;
}
