*{margin: 0; padding: 0;}

body {
	position: relative;
	text-align: center;
	background: #000000 url(../images/bg_01.png) repeat-x top; /*
	scrollbar-3d-light-color: #CCCCFF;
	scrollbar-arrow-color: #CCCCFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	*/
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.body_1 {
	width: 900px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
	padding: 0 0 20px 0; /* except for IE */
}

#logo {
	background: url(../images/logo.png) no-repeat;
	width: 270px;
	height: 295px;
	float: left;
}
#logo p {
	margin-top: 60px;
}

.flash {
	float: right;
}

/********** Buttons **********/
#button {
	width: 630px;
	height: 24px;
	background: url(../images/bg_b.png) no-repeat;
	margin-top: 1px;
}
#button ul {
	list-style-type: none;
	margin-left: 214px;
}
#button li {
	position: relative;
	float: left;
}
/*****************************/


/********** Home - About Us **********/
.body_2, .body_3, .body_4 {
	width: 900px;
	margin: 10px 0 0 0;
	/margin: 10px 0 0 -1px; /** for IE **/
	text-align: left;
	padding: 0;
	/*background-color: Aqua;*/
}
.body_in_1 {
	width: 315px;
	background: url(../images/bg_03.png) no-repeat top;
	list-style-type: none;
	margin-left: 20px;
	position: relative;
	float: left;
}
.body_in_2 {
	width: 295px;
	margin: 10px 0 10px 10px;
	/*background-color: Fuchsia;*/
}
.num {
	list-style-type: decimal;
	margin-left: 25px;
}
.dot {
	list-style-type: square;
	margin-left: 25px;
}


.body_in_3 {
	width: 210px;
	position: relative;
	float: right;
}
#testimonial, #news {
	width: 208px;
	border: 1px solid Silver;
	float: left;
}
#testimonial ul, #news ul {
	width: 208px;
	margin: 0;
	list-style-type: none;
	padding: 0;
}
#testimonial ul {
	background: url(../images/bg_04.png) no-repeat top;
}
#news ul {
	background: url(../images/bg_05.png) no-repeat top;
}
#testimonial li, #news li {
	width: 188px;
	margin-left: 10px;
	padding: 10px 0 10px 0;
	/*background-color: Black;*/
}

/*****************************/

.small {
	font-size: 10px;
}


/********** Prices **********/

.body_3 {
	height: 332px;
	background: url(../images/bg_06.jpg) no-repeat scroll top;
}
.body_in_4 {
	width: 335px;
	margin-left: 20px;
	padding-top: 20px;
}
#boxes {
	border: 1px solid #000000;
	line-height: 24px;
}
#boxes td {
	border: 1px solid #000000;
}
.line {
	border-top: 1px solid #999999;
	width: 330px;
	margin-bottom: 18px;
	/margin-bottom: 0;
}
/*****************************/


/********** Contact Us **********/

.body_in_5 {
	position: relative;
	float: left;
	margin-left: 20px;
}
.line_2 {
	border-top: 1px dashed #999999;
	width: auto;
	margin-bottom: 18px;
}
.body_in_6 {
	width: 194px;
	background: url(../images/bg_05.png) no-repeat top;
}

/*****************************/

#bottom {
	width: 900px;
	height: 175px;
	margin: 0 auto 0 auto;
	background: url(../images/bg_02.png) no-repeat top;
	list-style-type: none;
	position: relative;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 1px;
}
#bottom li.right {
	float: right;
	position: relative;
	top: 100px;
	right: 20px;
	text-align: right;
	/*background-color: Blue;*/
}
#bottom li.left {
	float: left;
	position: relative;
	top: 100px;
	left: 20px;
	/*background-color: Lime;*/
}

#bottom li.right a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}
#bottom li.right a:hover {
	color: #000000;
	text-decoration: none;
}
/*****************************/

a {
	color: #9a1c1f;
	text-decoration: none;
	border-bottom: 1px dashed #9a1c1f;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a.active {
	color: #9a1c1f;
	text-decoration: none;
	border-bottom: 1px dashed #9a1c1f;
}

a.pic { border: none !important; }

/*****************************/

.cleaner {
	clear: both;
	height: 1px !important;
	background: transparent;
	list-style-type: none;
	margin-left: 0;
	/margin-left: -15px; /*only for IE*/
}


/********** Form start **********/

.form_1, .form_2, .form_3, .form_4 {
	border: 1px solid #9a1c1f;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.form_1 {
	width: 138px;
}
.form_2 {
	width: 60px;
}

.form_button_1 {
	border: 1px solid #9a1c1f;
	background-color: #9a1c1f;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: 70px;
	letter-spacing: 1px;
}