body {
	background: #d7a3e1; 
	margin: 0;
	font-family: Tahoma; 
	font-size: 14px;
}

h1 {
	font-size: 19px;
	font-weight: normal;
}

div.main-div {
	background: #f5e9f7 url(/static/i/bg1.jpg) repeat-x bottom;
	margin-top: 0; 
	width: 1000px;
}
table.main-tbl {
	background: url(/static/i/bg.jpg) repeat-x top;
	margin-top: 0;
	width: 1000px;
	height: 700px;
}

.side {
	width: 50px;
}

.indent-top {
	height:25px;
}

.logo-block {
	width: 225px;
	height: 55px;
	text-align: left;
}

.company-name a 
.company-name a:link,
.company-name a:visited,
.company-name a:active,
.company-name a:hover{
	color: #da3d48;
	font-size: 30px;
	text-decoration: none;
}

.company-description {
	color: #3d3d3d;
	font-size: 13px;
	
}

#menu-top td {
	padding-left:25px;
}

#menu-top td a {
	font: 20px Times New Roman;
	text-decoration: none;
}

#menu-top td a:link,
#menu-top td a:visited,
#menu-top td a:active {
	color: #5a5858;
}

#menu-top td a:hover {
	color: #da3d48;
}

.menu-left {	 
	padding-top: 100px;
	
}

.menu-left td a {
	font-size: 18px;
	text-decoration: none;
}

.menu-left td a:link,
.menu-left td a:visited,
.menu-left td a:active {
	color: #da3d48;
}

.menu-left td a:hover {	
	color: #5a5858;
}

.illustration {
	background-image: url(/static/i/image.jpg); 
	height: 280px; 
	width:645px;
}

.illustration img {
	margin-top:26px;
}

.footer {
	height:22px;
	border-top: 1px dotted #b3b3b3;
	padding-top: 15px;
}

.phone {
	color: #da3d48;
	padding-bottom: 1px;
	font-size: 30px;
}

.phone-code {
	color: #5a5858;
	font-size: 20px;
}

.copy {
	color: #5a5858;
	font-size: 11px;
}

.input-text {
	border:1px solid #d7a3e1;
}

.button {
	background-color:#ECE9D8; 
	border:1px solid #999999; 
	width:120px;
}

img.brand {
	margin:15px;
	border: none;
}
fieldset.brand {
	border: 1px solid #999999; 
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
}

legend.brand {
	padding: 5px; 
	color: #DA3D48; 
	font-size: 16px;
}

a.red:link,
a.red:visited,
a.red:active {
	color: #da3d48;
}

a.red:hover {
	color: #5a5858;
}

span.red {
	color: #da3d48;
}

.icon {
	margin: 0 5px;
}

.warning {
	color: #ee5f09;
}

.msg {
	color: #648207;
}
