/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
html, body{
	height: 100%
}
body{
	background: #383534;
	color: #000000;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #6D297C;
	text-decoration: none;
	outline: none;
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px
}
li{
	list-style: none
}
h1{
color: #EE7C22;
	font-size: 2.1em;
	margin: 0 0 .5em
}
h2{
color: #37B5E2;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 .5em
}
h3{
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 .5em
}
h4{
	font-size: 1em;
	margin: 0 0 .5em
}
p{
	line-height: 1.3em;
	padding: 0 0 1em
}
/*=== Layout ===*/
#pagebg{
	background: url(../images/bgr.png) #d2712c repeat-x
}
#page{
	background: #ffffff;
	margin: 0 auto;
	position: relative;
	width: 824px;
	z-index: 10
}
#page-bot{
	background: url(../images/page-bot.png) top no-repeat;
	height: 37px;
	margin: 0 auto;
	position: relative;
	width: 840px;
	z-index: 10
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.jpg) top right no-repeat;
	height: 135px;
	margin: 0 auto;
	width: 824px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.png) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 275px
}
#header h1 a{
	display: block;
	height: 126px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	float: right;
	font-size: 13px;
	height: 36px;
	padding: 70px 0 0
}
.nav1 li{
	float: left;
	margin: 0 0 0 5px
}
.nav1 li a{
	background: url(../images/nav1-normal.png) no-repeat left;
	color: #f8cba7;
	display: block;
	float: left;
	padding: 0 0 0 21px;
	text-decoration: none
}
.nav1 li a strong{
	color: #ffffff;
	display: block
}
.nav1 li a span{
	background: url(../images/nav1-normal.png) no-repeat right;
	display: block;
	float: left;
	height: 33px;
	padding: 3px 21px 0 0;
	text-align: center
}
.nav1 li.active a span, .nav1 li a:hover span{
	background: url(../images/nav1-hover.png) no-repeat right
}
.nav1 li a:hover, .nav1 li.active a{
	background: url(../images/nav1-hover.png) no-repeat left;
	color: #b35d1a;
	cursor: pointer;
	text-decoration: none
}
/*=== Columns ===*/
#columns{
	background: url(../images/columns-bgr.png) top repeat-x;
	height: 1%;
	padding: 25px 17px
}
/*- Center Column -*/ 
#centercol{
	float: left;
	width: 505px
}
#centercol a{
	font-weight: bold
}
#centercol a:active{
	color: #EE7C22
}
#centercol a:visited{
	color: #666
}
/*- Right Column -*/ 
#rightcol{
	float: right;
	width: 250px
}
#rightcol h1{
	color: #6d297c;
	font-size: 1.9em
}
#rightcol h2{
	font-size: 1.25em;
	color: #222;
	text-transform: uppercase
}
/*- Full Width Column -*/ 
#fullcol{
	float: left;
	width: 780px
}
#fullcol a{
	font-weight: bold
}
#fullcol a:active{
	color: #EE7C22
}
#fullcol a:visited{
	color: #666
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	margin: 0 0 1.5em
}
.list1 li{
	background: url(../images/ico-arrow.png) no-repeat 0 0;
	margin: 0 0 .3em;
	padding: 0 0 0 20px
}
/*- List2 -*/
.list2{
	margin: 0 0 1.5em
}
.list2 dt{
	background: #d7f0f9;
	display: block;
	padding: 6px 5px;
	font-weight: bold;
}
.list2 dd{
	background: #f2f2f2;
	padding: 5px;
	font-weight: bold;
}

/*=== Social Media Box ===*/
.social{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px;
	padding: 1em;
	background: #d7f0f9;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 2em;
	margin-left: 0em;
}
.social dt{
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
}
.social dd{
	padding: 5px;
	font-weight: bold;
}
/*=== Link Buttons ===*/
.btn-espacecho a{
	background: url(../images/btn-espacecho.png) no-repeat;
	color: #ffffff;
	display: block;
	float: right;
	font-size: 16px;
	font-weight: bold;
	height: 48px;
	line-height: 48px;
	margin: -14px 20px 0 0;
	position: relative;
	text-align: center;
	text-shadow: -2px -2px 2px #333333;
	width: 204px
}
.btn-espacecho a:hover{
	color: #F6FFBA;
	text-decoration: none
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic-footer{
	float: left;
	height: 124px;
	margin: -70px 0 0 -60px;
	position: relative;
	width: 188px;
	z-index: 1
}
.sd-left{
	background: url(../images/shadow-left.png) top no-repeat;
	height: 272px;
	left: 0;
	position: absolute;
	top: -272px;
	width: 8px
}
.sd-right{
	background: url(../images/shadow-right.png) top no-repeat;
	height: 272px;
	position: absolute;
	right: 0;
	top: -272px;
	width: 8px
}
/*=== Footer ===*/
#footer{
	font-size: 10px;
	height: 45px;
	margin: 0 auto;
	width: 824px
}
.copyr{
	color: #ee7c22;
	float: left;
	padding: 5px 0 0;
	width: 355px
}
.copyr a{
	color: #ee7c22
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
