/* main styles */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

td {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#main_container {
	height: 100%;
	width: 100%;
}

#photo_bckgrnd {
	background: url(/files/photo.jpg) #FFFFFF;
	background-repeat: no-repeat;
	background-position: top right;
	height: 100%;
	width: 100%;
}

#main_image {
	background-image: url(images/main_pic.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	width: 100%;
	height: 194px;
}

.header {
	height: 105px;
}

.pic {
	height: 239px;
}

#logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 105px;
	width: 334px;
	margin-left: 25px;
	
	position: absolute;
	top: 0px;
	left: 0px;
}

#top_links {
	margin-right: 25px;
}

#white_left {
	position: absolute;
	top: 105px;
	left: 0px;
	width: 25px;
	height: 194px;
	background-color: #FFFFFF;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#white_right {
	position: absolute;
	top: 105px;
	right: 0px;
	width: 25px;
	height: 194px;
	background-color: #FFFFFF;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#main_menu {
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.menu_div {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

.left {
	background-image: url(images/footer_pic.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 25px;
	padding-bottom: 127px;
	height: 100%;
	width: 270px;
	font-size: 11px;
	color: #285BA1;
}

.title_left {
	background-color: #B8B8B8;
	background-image: url(images/title_dot.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px;
}

.title_left_brdr {
	background-color: #DBDBDB;
	background-image: url(images/title_dot_brdr.jpg);
	background-position: right top;
	background-repeat: repeat-y;
	line-height: 0px;
	font-size: 1px;
	height: 5px;
	margin-bottom: 10px;
}

.left_item {
	margin-bottom: 6px;
	margin-top: 6px;
}

.title_navi {
	font-weight: bold;
	color: #888888;
	padding: 5px;
}

.bckgrnd_right{
	background-image: url(images/bckgrnd_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 50px;
	padding-left: 25px;
	padding-bottom: 25px;
	font-size: 12px;
}

#main_content {
	line-height: 20px;
}

.separator {
	height: 3px;
	background-color: #DBDBDB;
	margin-right: 50px;
	margin-left: 25px;
	line-height: 0px;
	font-size: 1px;

}

#footer_pad {
	margin-right: 25px;
	color: #B8B8B8;
	font-size: 10px;
}

.footer_text, .copyrights {
	color: #B8B8B8;
	font-size: 10px;
}

#footer_img {
	background-image: url(images/bottom_pic.jpg);
	background-repeat: no-repeat;
	height: 25px;
}

#footer_menu {
	padding: 3px;
	margin-left: 12px;
	margin-right: 50px;
}

.copyrights {
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.request_field {
	width: 265px;
	height: 120px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}

.phone_number {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
}

/* links styles */

a:link, a:visited {
	color: #326CB8;
	text-decoration: underline;
}

a:hover {
	color: #FF8A00;
	text-decoration: underline;
}

a.menu_link:link, a.menu_link:visited {
	color: #999999;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a.menu_link:hover {
	color: #FF8A00;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

a.navi_link:link, a.navi_link:visited {
	color: #FF8A00;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

a.navi_link:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}

a.footer_link:link, a.footer_link:visited {
	color: #FF8A00;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a.footer_link:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}

a.copy_link:link, a.copy_link:visited {
	color: #B8B8B8;
	text-decoration: none;
}

a.copy_link:hover {
	color: #FF8A00;
	text-decoration: none;
}

.phone_number {
     color: #999999;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
     font-size: 20px;
}

#flatid table {
	padding:5px;
}

#flatid th {
	font-weight:bold; 
	font-size:12px; 
	background-color:#CCCCCC;
}

#flatid td {
	font-size:10px;
	padding:5px;
}

tr.cat td {
	background-color:#ECECEC;
}

#order {
	width:100%;
}

#orderid {
	padding:5px;
}

#orderid input {
	width:100%;
}

#orderid textarea {
	width:100%;
}

p {
  text-indent: 20px;
}
