/* GENERAL 
_____________________________________________________________________________*/

html { 
	margin-bottom: 1px; 
	min-height: 100%; 
	height:100%;
}
 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, th, td, img { 
	margin:0;
	padding:0;
	border:0;
}

fieldset, img {
	border:0;
	margin:0;
	padding:0;
}

table { 
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}
 
.clear { 
	clear: both; 
	height: 0px;
	overflow: hidden;
}
 
img { 
	vertical-align: bottom; 
}


cite, code, em, strong, th {
	font-style: normal;
	font-weight:normal;
}

th {
	text-align: left;
}

h1, h2, h3, h4 {
	font-size:100%;
}

body{
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFF;
	color: #2f2f29;
	height:100%;
}

.editor-button {
	position:relative;
}

.editor-button a {
	display:block; 
	position:absolute; 
	top:0; 
	left:-16px; 
	width:16px; 
	height:12px; 
	background:url(/themes/cp_global_images/edit_template.gif) no-repeat 0 0; 
	text-indent:-9999em; 
	overflow:hidden;
}

/* LINKS
_____________________________________________________________________________*/

a {
	outline: none;
	text-decoration: underline; 
	color: #2f2f29;
}

a:hover { 
	text-decoration: none; 
}

/* STYLES
_____________________________________________________________________________*/

p {
	line-height: 17px;
}

#container {
	margin: 0 auto;
	width: 1010px;
}

#header {
	height: 200px;
	position: relative;
}

#header .share {
	position: absolute;
	top: 108px;
	right: 0;
}

#header .logo a {
	margin: 25px 0 35px 0;
	font-size: 46px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

#header ul.nav {
	background: url(/images/header-bg.gif) repeat-x bottom left;
	height: 65px;
}

#header ul.nav li {
	list-style: none;
	float: left;
	width: 178px;
	border-left: 1px solid #918f8f;
	height: 37px;
}

#header ul.nav li.last {
	width: 105px;
}

#header ul.nav li.active {
	background: url(/images/nav-active.gif) no-repeat 0 9px;
}

#header ul.nav li a {
	text-decoration: none;
	padding: 4px 35px 0 20px;
	display: block;
	line-height: 17px;
}

#header ul.nav li a:hover {
	color: 	#918f8f;
}

#content {
	background: url(/images/content-bg.gif) repeat-y 715px 0;
}

#content .left-column {
	float: left;
	width: 670px;
	padding-left: 20px;
}

#content .right-column {
	float: right;
	width: 250px;
	padding-right: 20px;
}

.home-headline {
	font-weight: bold;
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 30px;
}

h2 {
	font-weight: bold;
	font-size: 35px;
	line-height: 35px;
	margin: 0 0 25px 0;
}

hr {
	border: 0;
	width: 100%;
	background-color: #918f8f;
	height: 1px;
	margin: 25px 0;
}

hr.dotted {
	border: 0;
	width: 100%;
	background: url(/images/dotted.gif) repeat-x;
	height: 1px;
	margin: 25px 0;
}

#footer {
	border-top: 1px solid #918f8f;
	margin: 25px 0;	
	padding-top: 25px;
	text-align: right;
}

#footer img {
	margin-left: 25px;	
}