/* CSS Document */

	html, body {
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:0px;
}

h1{
	color:#f33e0d;
	font-size:14px;
	text-transform:uppercase;}
	
	
h2{
	font-size:13px;
	font-weight: bold;
	margin:0px;
	padding:15px 0px 3px 0px;
}
h3{
	font-size:13px;
	font-style: italic;
	margin:0px;
	padding:10px 0px 3px 0px;}
	
img{
margin:5px;
padding:5px;
}	
#wrappper {
	width:780px;
	height:100%;
	
}
.wrapper {
	border:solid 1px gray;
}
#toolbar {
	background:url("../images/tootbar_bck.gif") no-repeat 0 0;
	height:35px;
}
#toolbar ul {
	padding:0px;
	margin:0px;
	list-style:none;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
#toolbar a{ 
	text-decoration:none;
	color:#fff;
}



#toolbar a:hover{
color:#e5c720;
}
.active {
	color:#e5c720;
	
}
#toolbar ul li {
	float:right;
	margin:0px 5px;
	color:#fff;
	padding-top:5px;
}
#mainbody {
	font-family:Tahoma;
	font-size:13px;
	text-align:justify;
	margin:20px;
}
#mainbody p {
	text-align:justify;
	padding:0px;
	margin:0px;
	padding-bottom:5px;
	
}

#mainbody .mainbody {
	padding:40px;
	text-align:left;
	vertical-align:top;
}
#mainbody .modelbox {
	height:124px;
	width:184px;
	float:left;
	margin:0px 5px;
	font-size:0px;
}
.modelbox .top {
	background:url("../images/box_title_bg.gif") no-repeat 0 0;
	height:17px;
	font-size:9px;
	font-family:Tahoma;
	font-weight:bold;
	padding-left:10px;
}
.modelbox .mid {
	background:url("../images/box_title_repeat.gif") repeat-y 0 0;
	height:101px;
}

.modelbox .mid img{
margin:0;
padding:0;
}
.modelbox .bottom {
	background:url("../images/box_title_bottom.gif") no-repeat 0 0;
	height:6px;
}
.boxes {
	margin-top:25px;
	margin-bottom:25px;
}
.title {
	color:#f33e0d;
	font-size:13;
	text-transform:uppercase;
}
.title2 {
	color:#1b79b7;
	font-size:13;
}
.title3 {
	color:#f33e0d;
	font-size:13;
}
.title4 {
	color:#000;
	font-size:13;
	font-weight:bold;
}
#subcribe_form {
}
#subcribe_form input, select {
	border:solid 1px #cfcfcf;
	margin:3px 1px;
	width:230px;
	font-family:Tahoma;
	font-size:13px;
}
#subcribe_form .btn {
	width:60px;
	background:#fff;
	font-family:Tahoma;
	font-size:13px;
}
#footer {
	background:url("../images/footer_bg.gif") repeat-x 0 0;
	height:64px;
	margin-bottom:0px;
}
#footer .copyright {
	font-family:Tahoma;
	font-size:9px;
	color:#58727c;
	margin:9px 0 0 0;
}
#footer_toolbar {
	height:27px;
	text-align:center;
	vertical-align:middle;
	width:auto;
}
#footer_toolbar ul {
	padding:0px;
	margin:0px;
	list-style:none;
	font-family:Tahoma;
	font-size:9px;
}
#footer_toolbar a, link, active, visited, hover {
	text-decoration:none;
	color:#58727c;
}
#footer_toolbar ul li {
	float:right;
	margin:0px 5px;
	color:#58727c;
}
