/*****************************
Project: Cerion Energy
Coded by: Jorsek Softwares
*****************************/

/* -------------------------------------------------------------- 
	
	base.css
	* Sets up some sensible defaults.
	
-------------------------------------------------------------- */


/*******GENERAL TAGS*******/
body 
{
	margin:0px auto;
	padding:0px;
	width: 736px;
	/*color: #A2A2A2;  hurts eyes */
	color: #666;
	position: relative;
	background: #fff url('images/background.png') center top;; 
	font: 14px Arial, Helvetica, sans-serif;
}



img
{
	margin:10px;
}

a img
{
    border:none;
}

.current_link
{
	font-weight:bolder !important;
	color:#272727 !important;
}

/***GENERAL CLASSES***/
.left 
{
	float: left;
}

.right 
{
	float: right;
}

.clearleft 
{
	clear: left;
}

.clearright 
{
	clear: right;
}

.clearall
{
	clear:both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/***MAIN***/
#main {
	width: 736px;
	margin: 30px auto;
	height: auto;
}

/***BACKGROUND***/
.background {
	width: auto;
	height: auto;
	margin: 0;
	background: url('images/content_bg.png') repeat-y center top;
}

/***CONTENT***/
.content {
	width: 700px;
	margin: 0px auto 0 auto;
	padding-top:10px;
}

.content h2 {
	font: 16px Arial, Helvetica, sans-serif;
    margin-top:20px;
    margin-bottom:20px;
	text-transform: uppercase;
	clear:both;
}

/***FOOTER***/
#footer {
	width: auto;
	height: auto;
	background: url('images/footer_bg.png') no-repeat center top;
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding-top: 20px;
}
#footer a {
	color: #fff;
	font-style: italic;
}

/***GENERIC PAGE HACKS***/
.page_left {
	width: 450px;
	float: left;
	padding: 10px 10px 0 10px;
}
.page_right {
	width: 209px;
	float: left;
	padding: 10px 10px 0 10px;
	height: 1%; /*holly hack for peekaboo bug*/
	background: url('./images/shadow_big.png') repeat-y left top;
	min-height:248px;
}


div.blockquote
{
	width: 180px;
	float: left;
	border:none;
	clear:both;
	
}


blockquote {
border:none!important;
display: block;
padding: 0px 10px 0px 30px;

text-decoration:italic;
font-family:Georgia,"Times New Roman",Times,serif;
margin:0 !important;
}

blockquote p{
margin:5px 0px 25px 5px;
font-size:14px;
}

blockquote:before, blockquote:after
{
color: #333;
display: block;
font-size: 400%;
width: 35px;
}

blockquote:before {
content: open-quote;
height: 0;
text-align:left;
margin-left: -0.55em;
}

blockquote:after {
content: close-quote;
height: 50px;
margin-top: -20px;
margin-left: 160px;
}