/* GENERAL DEFINITIONS STARTS */
* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color:#FFF;
	background-image:url(../images/defaults/bg_body.jpg);
	background-repeat:repeat-x;
}

img {
	vertical-align:bottom;
	border: none;
}
.clear {
	clear: both;
}

h1 {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#DF7D31;
	padding:0 0 15px 0;
}
h2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#922526;
	padding:0 0 15px 0;
}

h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#922528;
	border-bottom: 2px solid #922528;
	padding:11px 0 7px 0;
}
h4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
}



p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#3E2617;
}
a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#922527;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.left {
	float:left;
}

.right {
	float:right;
}
/* GENERAL DEFINITIONS ENDS */

/* TOP STARTS */
#Top {
	margin: 0 auto;
	width: 900px;
	background-image:url(../images/defaults/header_img.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

#logo {
		padding: 0 0 10px 0;
}

#Top_menu {
	background-color:#E77033;
	background-image:url(../images/defaults/bg_menu_top.jpg);
	background-repeat:repeat-x;
	width:900px;
	float:left;
}

#Top_menu ul{
	float:left;
	padding: 7px 0 0 33px;
	list-style:none;
}

#Top_menu ul li{
	float:left;
	padding: 0 10px;
	border-right: 1px solid #A6282C;
}

#Top_menu ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

#Top_menu ul li a:hover{
	color:#A5272C;
}

#home{
	border-left: 1px solid #A6282C;
}
/* TOP ENDS */

/* MAIN PAGE STARTS */
#PageContent {
	margin: 0 auto;
	width: 900px;
	padding: 17px 0 30px 0;
}

.ColorBox {
	width: 284px;
	height:210px;
	background-image:url(../images/defaults/bg_colorbox.jpg);
	background-repeat:repeat-x;
}

.ColorBox .Info{
	width: 350px;
	float:left;
	padding:0 0 0 0px;
}
y
.ColorBox a{
	width: 142px;
	float:left;
	padding:0 0 0 0px;
}


.ColorBox h1{
	color:#922527;
	padding:10px 0 4px 0;
	border-bottom:1px solid #FFF;
	font-size:20px;
}

.ColorBox p{
	padding:10px 0 4px 0;
	font-size:11px;
}


.img_ColorBox{
	float:left;
	margin:41px 0 0 15px;
	border:1px solid #FFF;
}

/* MAIN PAGE ENDS */

/* BOTTOM STARTS */
#Bottom {
	margin: 0 auto;
	border: 1px solid #000;
}
/* BOTTOM ENDS */

/* FOOTER STARTS */
#Footer {
	margin: 0 auto;
	background-image:url(../images/defaults/bg_footer.jpg);
	background-repeat:repeat-x;
}

#Footer #Footer_center{
	margin: 0 auto;
	width:900px;
	padding:20px 0 25px 0;
}

#Footer #Footer_center p{
	color:#922527;
	padding-top:15px;
}

#Footer #Footer_center span{
	color:#DF7D31;
}

#Footer #Footer_center a {
	padding:0 8px;
	border-left:1px solid #922527;
	border-right:1px solid #922527;
	color:#DF7D31;
	text-decoration:none;
}

#Footer #Footer_center a:hover {
	text-decoration:underline;
}

/* FOOTER ENDS*/