@import url('reset.css');
body{
	background:#555 url(images/pattern.png) repeat top left;
	color:#000;
	font-family:Helvetica,Arial, sans-serif;
	font-size:12px;
	overflow-y:scroll;
	padding:0;
	margin:0;
}


#banner{
	
	width:100%;
	height:150px;}
	
	#logo{
		background-image:url(images/logo.png);
		height:150px;
		float:left;
		background-repeat:no-repeat;}
		
	#banner-rhs-text{
		font-family: 'Merienda One', cursive;
		font-size:24px;
		color:#FFF;
		margin-top:45px;}
		
	#banner-rhs-text span{
		color:#b5e16e;
		font-family: 'Nothing You Could Do', cursive;
		margin-left:15%;}

.clr{
	clear:both;
}
.container {
	width:100%;
	margin:0 auto;
}
.header{
	padding-top:10px;
}
.more ul{
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	padding:20px 0px 30px 20px;
	height:30px;
}
.more ul li{
	float:left;
	margin:0px 1px;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px 5px 5px 5px;
}
.more ul li a{
	text-shadow:1px 1px 1px #000;
	color:#e3cbfe;
	padding:3px 6px;
}
.more ul li a:hover{
	color:#bda2dc;
}
/*h1{
	margin:0 0 13px 0;
	float:left;
	clear:both;
	font-size:34px;
	padding:12px;
	text-shadow:0px 0px 1px #000;
	color:#f8f8f8;
	font-family:'News Cycle', Georgia, serif;
}
*/

.content{
	width:100%;
	position:relative;
	margin:20px 0 0 0;
	clear:both;
}


#text-scroller{
	color:#CCC;
	height:220px;
	font-family: 'Amaranth', sans-serif;
	font-size:14px;
	line-height:150%;
	letter-spacing:0.6px;
	margin:25px 0;
	padding:0 10px;
	}
	
#article-tips-testimonials-blocks{
	height:150px;
	float:left;}
	


	#testimonials, #testimonials li{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		line-height:180%;
		text-decoration:none;
		list-style:none;}
		
	#testimonials li a{
		color:#FFF;
		text-decoration:none;}
		
	#testimonials .name{
		font-weight:700;
		font-family: 'Merienda One', cursive;}
	
#article-blocks{
	height:150px;
	margin:55px 0;
}


.blocks-220{
	margin:0;
	margin:0 5px;
	padding:0 5px;
	width:220px !important;
	height:150px;
	}
	
.article-blocks-top span{
	top:-12px;
	position:relative;
	color:#c06b17;
	font-weight:700;
	font-size:16px;}

.read-more{
	float:right;
	cursor:pointer;}



#main-body{
	
	border:#000 10px solid;
	margin-bottom:20px;
	margin-top:15px;
	background-color:#000;
}

#main-body .maincolumn{
		background-color:#CCC;
		padding:10px;
		margin:0;
		margin:30px 1px 0 1px;
		width:290px !important;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		border-radius: 8px;
		height:380px;
		color:#333;
		line-height:210%;
		text-align:justify;
		
}


#main-body .maincolumn_single{
		background-color:#CCC;
		padding:10px;
		margin:0;
		margin:30px 1px 0 1px;
		width:917px !important;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		border-radius: 8px;
		/*height:380px;*/
		color:#333;
		line-height:210%;
		text-align:justify;
		
}

#footer{
	/*height:400px;*/
	}


#footer-advertisement{
	height:155px;
	border: #FFF 2px solid;
	padding:25px 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	}
	
	
	.advertisement{
	height:125px;
	width:125px !important;
	background-color:#63F;}
	
	
#footer-our-partners ul li{
	height:25px;
	margin-top:15px;
	margin-left:0;
	text-align:center;
	background-repeat:no-repeat;}


#footer-links{
	margin-top:25px;}
	
#footer-links ul li{
	width:120px !important;
	height:25px;
	margin-left:0;
	text-align:center;
	background-repeat:no-repeat;
	}
	
#footer-links ul li a{
	color:#CCC;
	margin-left:25px;
	font-weight:700;}


#copyright{
	height:25px;
	color:#c1c187;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;}


img{
	border:none;
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      normal;
 
  color:            #666666;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      normal;

  color:            #666666;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-weight:      normal;
 
  color:            #666666;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  font-weight:      normal;
 
  color: #666666;
}
