body {
	background-color:#ffeccc;
	font-family:times; 
	margin:0;
}

font.podm{
 	text-indent:2em;
}

td {
	vertical-align:top;
}
a.podmenu{
 	font-size:11px;
 	text-decoration:none;
	color:#000000;
}
a:hover.podmenu {
	text-decoration : underline;
}

.boldlinks a{
	font-weight:bold;
}
p.ind{
 	text-indent:1em;
}
p.textind{
 	text-indent:2em;
 	text-align:justify;
}
a.ind{
	text-decoration:none;
	color:#000000
}

.botlinks a {
 	text-decoration:none;
 	font-size:12px;
 	color:#000000;
}
.botlinks a:hover {
 	text-decoration:underline;
 	color:#000000;
}
h1 {
 	font-size:22px;
 	text-align:center;
}
#header h2 {
	margin:2px;
	font-size:22px;
}
#header td{
	color:#b93914;
	font-size:12px;
}
#header a {
	color:#b93914;
	text-decoration:none;
}
#header a:hover {
	text-decoration : underline;
}
#tmenu {
	padding:3px 0;
	background-color:#b93914;
	text-align:center;
}
#tmenu a {
	color:#fff6eb;
	margin:0 30px;
	text-decoration:none;
	font-weight:bold;
}
#tmenu a:hover {
	text-decoration:underline;
}
#main td {
	padding:10px;
	border:1px solid #b93914;
}
#footer {
	border:1px solid #b93914;
}

#menu-ul {
	list-style:none;
	padding:0;
}
a.menu-ul {
	color:#B93914;
	font-size:16px;
	padding-left:25px;
	text-decoration:none;
	font-weight:bold;
}
a:hover.menu-ul {
	text-decoration:underline;
	color:#7E270E;
}
.menu-sub {
	list-style:none;
	padding:0 0 10px 30px;
}
.menu-sub li {
	padding:3px 0;
}
.menu-sub li a {
	color:#000000;
	font-size:14px;
	text-decoration:none;
}
.menu-sub li a.active {
	font-weight:bold;
}
.menu-sub li a:hover {
	text-decoration:underline;
}
#content td {
	border:0;
	padding:2px;
}

#cities {
	list-style:none;
	padding:0 0 0 30px;
}

#cities li {
	color:#B93914;
	font-size:16px;
	cursor:pointer;
}
#cities li ul {
	padding:5px 0 10px 30px;
	display:none;
}
#cities li ul li {
	color:#000;
	font-size:14px;
	padding:2px 0 3px;
}

.company input {
	width:250px;
}

.company textarea {
	width:250px;
	height:200px;
}