@charset "utf-8";

* { margin:0; padding:0; }

body {
	font-family: Arial, Century Gothic, Bookman Old Style, Times New Roman;
	font-size: 12px;
	color: #333;
}
a:link { color: #69F; text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { color: #69F; text-decoration: none; }

#container {
	margin: auto;
	width: 925px;
	padding: 0px 40px;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	margin-top: 20px;
}

/* ------------- HEADER ----------------*/
#header #up #box {
	height: 45px;
	width: 45px;
	background-color: #69F;
	font-family: Century Gothic;
	font-weight: bold;
	font-size: 36px;
	color: #FFF;
	padding: 10px;
	float: left;
	margin: 10px 0 0 4px;
}
#header #up #title {
	float: left;
	width: 205px;
	padding-top: 10px;
	padding-left: 12px;
	font-size: smaller;
	margin-top: 10px;
}
#header #up #title h1 {
	color: #69F;
	font-family: Century Gothic;
	font-size: xx-large;
	margin: 0px; padding: 0px;
}
#header #up #hb {
	float: right;
}
#header #up #hb1 {
	color: #69F;
	font-size: small;
	float: right;
}
#header #up #hb1 #contact {
	float: left;
	margin: 8px 8px 0 0;
}
#header #up #hb1 #logo {
	float: left;
}
#header #up #hb #hb2 {
	margin: 0;
}
#header #up #hb #hb2 ul {
	list-style: none;
}
#header #up #hb #hb2 ul li {
	display: block; float: left; margin: 4px 3px 2px 3px;
}
#header #up #hb #hb2 ul li b {
	color: #33F;
}
#header #bigimg {
	height: 210px;
	width: 918px;
	background-image: url(images/big.jpg);
	background-repeat: no-repeat;
	margin: 15px auto 0 auto;
	padding: 80px 0 0 0;
	background-color: #69F;
	text-align: center;
	z-index: 1;
}
#header #bigimg #btn2 {
	height: 60px;
	width: 188px;
	text-align: center;
	margin: 20px auto;
	background-image: url(images/btn2.png);
	background-repeat: no-repeat;
	padding: 6px 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
}
#header #bigimg #btn2 strong {
	color: #FF9;
}
#btn2 a { color: #FFF; text-decoration: none; }

/* ------------- MAIN ----------------*/
#main #left, #main #right {
	margin: 10px;
	padding: 10px;
	width: 420px;
	float: left;
	background-image: url(images/bg_bar.png);
	background-repeat: repeat-x;
	border-bottom: solid thin #CCC;
}

/* ------------- FOOTER ----------------*/
#footer {
	text-align: center;
}

/* ------------- CLASSES ----------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.line {
	background-color: #69F;
	margin-bottom: 10px;
	height: 5px;
}
.text_tags {
	margin-left: 15px;
	float: left;
	width: 221px;
	color: #F60;
}
.text_tags h2 {
	color: #333;
}
}
.text_tags p {
	color: #333333;
}
.text_tagshp {
	margin-left: 15px;
	float: left;
	width: 221px;
	color: #333;
}
.btn {
	height: 22px;
	width: 147px;
	background-image: url(images/btn1.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 2px;
	color: #FFF;
	margin: 10px 0;
	font-weight: bold;
}
.btn a { color: #FFF; text-decoration: none; }
.t {
	width: 286px;
	margin: 25px 10px;
	float: left;
	text-align: justify;
	font-size: 12px;
}
.t h4 {
	font-weight: bold;
}
.t p {
	margin-top: 3px;
	margin-bottom: 6px;
}
