body {
	background-color: #FFFFFF; 
	/*
	background-color: #CCCCCC; 
	background-image: url(body_bg.jpg);
	background-repeat: repeat-x
	*/
}

div {
	font : 10pt sans-serif;
}

li {
	font : 10pt sans-serif;
}

td {
	font : 10pt sans-serif;
}

thead {
	background-color : #666699; 
}

br {
	clear: both;
}

td.table-header {
	text-align : center;
	color : white;
	font-weight : bold; 	
	background-color : red;
}

a:link { color : blue; }       /* unvisited link */
a:visited { color : darkblue; }   /* visited links */
a:active { color : red; }    /* active links */

span.company_name {
	font-family: sans-serif; 
	font-size: 20pt; 
	font-weight: bold;
}

div.company_name {
	color: #FFFFFF; 
	background-color: #CC0000; 
	border:1px #663333 solid; 
	display: inline; 
	float: left; 
	padding: 5px;
}

div.center_area { 
	background-color: #FFFFFF; 
	position: relative; 
	top: 20; 
	left: 50; 
	width: 90%;
	/*width: 90%;*/
}
 
div.main_list {
	position: relative; 
	top: 20; 
	left: 10; 
	width: 85%;
	align: center;
	border : 1px #FFFFFF solid; 
}

img.centered {
	display: block;
    margin-left: auto;
    margin-right: auto}

a.main_menu:link {
	color : #FFFFFF;
	font : 8pt sans-serif;
	font-weight : bold;
	text-decoration : none;
}       /* unvisited link */

a.main_menu:visited {
	color : #CCCCCC;
	font : 8pt sans-serif;
	font-weight : bold;
	text-decoration : none;
}   /* visited links */

a.main_menu:active { 
	color : #FF0000; 
	font : 8pt sans-serif;
	font-weight : bold;
	text-decoration : none;
}    /* active links */

ul.main_menu {
	list-style: none;
	background-color : #0E0C71;
	width : 100%;
	padding : 0;
	margin :  0;
	border : none;
}

li.main_menu {
	display : inline;
	background-color : #0E0C71;
	color : #000077;
	padding : 0px 10px 0px 10px;
	margin :  0;
	border : none;
}

li.main_menu_sepr {
	background-color : transparent;
	display : inline;
	vertical-align : text-bottom;
}

ul.contacts {
	list-style: none;
}

div.label {
	float:left; 
	width:30%; 
	text-align:right;
	margin: 3px;
}

div.input {
	float: left;
	width: 65%;
	text-align: left;
	margin: 3px;
}

tr.list_row_0 {
	background-color : #ccccff;
}

tr.list_row_1 {
	background-color : transparent;
}

td.label {
	text-align: right;	
}

div.specials_title {
	text-align: center;
	background-color : #CFCFCF;
	color : #4F0D6F;
	font : 14pt sans-serif;
}

div.specials_description {
	text-align: center;
	background-color : #CFCFCF;
	color : #4F0D6F;
	font : 10pt sans-serif;
}

div.specials_price {
	text-align: center;
	background-color : #CFCFCF;
	color : #9B33CF;
	font : 14pt sans-serif;
}

li.specials {
	padding-right: 45px;
	padding-left: 45px;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	background: url(images/bullet-star1.gif) center center no-repeat;
}
li.specials span {
	color : #FFFF00;
}
