/*css reset*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style: none;
}
.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.textJustify {
	text-align: justify;
}
.blockCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
} /* remember to set width */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.noindent {
	margin-left: 0;
	padding-left: 0;
}
.nomargin {
	margin: 0;
}
.nopadding {
	padding: 0;
}
.nobullet {
	list-style: none;
	list-style-image: none;
}
/*end css reset*/



/*typography*/

p {
	margin-bottom:10px;
	font:normal 12px/1.3 Arial, Helvetica, sans-serif;
	color:#FFFFFF
}
a {
	color:#3DA5AD;
	text-decoration:none;
}
h5 {
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#666;
}
h2 {
	margin-bottom:10px;
	color:#09C;
	font:bold 18px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.h3 {
	color: #333;
	font-size: 26px;
}
.h4 {
	color: #C90;
}
blockquote {
	background:url(images/quoleft.png) left top no-repeat;
	line-height:100px;
	padding: 0 48px;
}
/*end typography*/



body {
	margin:5px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/background_slice.jpg) repeat-x #FFFFFF;
	background-color:#1a1a19
}
#header {
	position:relative;
	margin-top:56px;
	margin-left:2px;
}
#side_logo {
	position:absolute;
	width:auto;
	height:auto;
	z-index:1;
	left: 719px;
	top: 0px;
}
#container {
	position:relative;
	width:1058px;
	min-height: 375px;
	background-image: url(images/background_main.jpg);
	background-repeat:no-repeat;
	padding-top: 62px;
}
#first_content {
	position:relative;
	float:left;
	width:510px;
	margin-right:65px;
}
.content_right {
	float:right;
	padding:0 20px 10px 20px;
	width:181px
}
.content_left {
	float:left;
	width:271px;
}
/*image opacity*/

.content_left>a>img {
	opacity:0.7;
	filter:alpha(opacity=70)
}
.content_left>a>img:hover {
	opacity:1;
	filter:alpha(opacity=100)
}
#first_content>a>img {
	opacity:0.7;
	filter:alpha(opacity=70)
}
#first_content>a>img:hover {
	opacity:1;
	filter:alpha(opacity=100)
}
/*end image opacity*/



.menu {
	float:left;
	width:238px;
	margin-right:0px;
}
ul.menu_items {
	list-style:none;
}
ul.menu_items li a {
	list-style:none;
	color:#FFFFFF;
	display:block;
	padding:45px 10px 20px 10px;
	text-decoration:none;
	font-size:36px;
	margin:0px;
	text-transform: uppercase;
	clear:both;
	font-weight: bold;
}
ul.menu_items li a:hover {
	color:#3399cc;
}
ul.list_items {
	list-style:none;
	margin:0px;
	clear:both;
}
ul.list_items li a {
	color:#3399cc;
	display:block;
	padding:30px 10px 20px 10px;
	text-decoration:none;
	font-size:12px;
}
ul.list_items li a:hover {
	color:#FFFFFF;
}
#main {
	margin:0;
	position:relative;
	background-color:#FFFFFF;
}
#footer, footer p{
	min-height:5px;
	background:url(images/footertiled.jpg) repeat-x #FFFFFF;
	position:relative;
	color:#FFFFFF;
	font-size:9px;
	line-height:14px;
	height: 50px;
	width:100%;
	background-color: #1A1A1A;
	bottom:0px;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #ffffff;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer img {
	float:left;
	margin-right:10px;
}
#footer span {
	display:block;
	float:left;
	width:400px;
}
#footer a {
	color:#3DA5AD;
	text-decoration:none;
}
#footer a:hover {
	color:#35CBD2;
}
#top_menu {
	margin:0px;
	padding:0px;
	position:absolute;
	top:21px;
	left:5px;
	width: 293px;
	height: auto;
	color: #C90;
	word-spacing: 4px;
	letter-spacing: 2px;
	vertical-align: baseline;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
	text-align: justify;
	white-space: normal;
}
ul#top_menu li {
	margin:0px;
	padding:0px;
	list-style:none;
	margin-right:10px;
	font-size:14px;
	display:inline;
	color: #FFF;
}
ul#top_menu li a {
	text-decoration:none;
	color:#CCCCCC;
}
ul#top_menu li a:hover {
	text-decoration:none;
	color:#00CCCC;
	word-spacing: 1em;
}
#load {
	display: none;
	position: absolute;
	left: 500px;
	top: 120px;
	background: url(images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}
.photo-link {
	margin: 2px;
	display: block;
	width: 80px;
	float: left;
}
.photo-link:hover {
	border-color: black;
}
