


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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--end reset--*/ 


.hidethem {visibility:hidden; display:none;}

html{
	background: url(../images/html_bg.png) repeat-x #ad9f92;
}
body {
	margin:0;
	padding:0;
	background: url(../images/homepage.png) no-repeat;
	background-position:top center;
	font-family:"Trebuchet MS";
font-size:0.85em;
}
h1 {
color:#fff;
text-shadow: 1px 2px 1px #222, 1px 2px 1px #333;
font-size: 30px;
}
a {
font-size:14px;
text-decoration:none;
color:#000;
	outline: none;
}
a:hover {
text-decoration:underline;
}
a.share {
padding:10px 50px;
color:#6F2120;
text-decoration:none;
}
#cont{
width:820px;
height:1000px;
margin:0 auto;
padding:0 30px;
}
#head{
width:900px;
height:176px;
}
#logo{
width:162px;
height:176px;
float:left;
}
#net{
width:350px;
height:156px;
float:left;
text-align:right;
padding:10px;
}
#net h1 {
padding-bottom:10px;
}
#center{
margin-top:20px;
height:330px;
}
#bottom{
width:700px;
height:400px;
margin:0 auto;
font-size:12px;
color:#000;
}
#bot_sx{
padding:0 25px;
width:300px;
height:400px;
float:left;
background:url(../images/line_v.png) top right repeat-y;
}
#bot_dx{
padding:0 0 0 40px;
width:310px;
height:400px;
float:left
}
#mail {
padding:10px;
background:url(../images/line.png) top left repeat-x;
}
img {border: 0;}
.container {
	width: 790px;
	padding: 0;
	margin: 0 auto;
}
.folio_block {
	position: absolute;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:286px;	width: 790px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #920000; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
