body {
	background-color: #fff;
	color: #000;
	font-family: 'Arial', 'Verdana', Helvetica, san-serif;
	font-size: 14px;
	line-height:21px;
}

/* Links */
	a, a:link, a:active, a:visited {
		color:#245C7F;
		text-decoration: none;
	}
	
	a:hover {
		color: #245C7F;
	}

/* Clear */
	.clear{
	    clear: both;
	    display: block;
	    overflow: hidden;
	    visibility: hidden;
	    width: 0;
	    height: 0;
	}
	    
/* Top */
	#top {
		width: 940px;
		padding: 10px;
		padding-bottom: 0px;
		margin: 0 auto;
	}
  
  	#top img {
	max-width:80%
	}

/*Header*/
	#header 
  {
    width:100%;
	}
  
  #header img
  {
  max-width:100%;
 }
  
	
	#header-hl {
			position: absolute;
		top: 2px;
		left:0;
		width: 100%;
		height: 258px;
		text-indent: -999em;
	}

/*Header Links*/
	#header a, #header a:link, #header a:active, #header a:visited {
		color: #fff;
		font-weight: bold;
	}

/*Slider Area*/
	#slider {  

		position: relative;
    overflow:hidden;
	}
	
	#slider-image {
		position: absolute;
		top: -115px;
		right: 24px;
	}
	
	#slides {
		width: 100%;  
		float: left;
		margin: 35px auto 60px auto;
		position: relative;
		background-color:transparent !important;
	}

/* Slides */
	#slides li {

	}
	
	#slides li.first {
		    display: block;
        float:left;
        width:200px
	}
	
	#slides h3 {
		text-shadow: 0 2px 0 #64141F;
	}
	
	#slides .subtitle {
		color: #ff6f6f;
		padding-bottom: 8px;
	}
	
	#slides p {
		line-height: 18px;
	}
	
	#slides .button {
		background: transparent url('../images/slide-btn-bg.png') no-repeat;
		color: #fff;
		font-size: 14px;
		width: 165px;
		height: 27px;
		padding-top: 6px;
		display: block;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		margin:0;
	}
	
	#slides .button:hover {
		background-image: url('../images/slide-btn-hover-bg.png');
	}

/* Row CSS */
	.row {
		background: transparent url('../images/box-bg.png') repeat-x;
		width: 100%;
		margin-top: 7px;
	}
	
    #content.row
  {
  padding:25px;
  width:90%;
  }
  
	.row .main {
		width: 100%;
		margin: 0 auto;
	}

/* Box CSS */
	.box {
		width: 100%;
		float: left;
		margin-bottom: 25px;
	}
	
	.box.full {
		width: 100%;
		clear:both; 
		margin:0;
	}
	
	.box.two-thirds {
		width: 600px;
		margin-right: 20px;
	}
	
	.first.box {
		margin-left: 0;
	}
	
	.box .icon {
		float: left;
		margin: 10px;
		margin-left: 0;
	}

/* Box Title */
	.box .title {
		font-family: 'Trebuchet MS', 'Arial', Helvetica, san-serif;
		font-size: 14px;
		margin-top: 25px;
		line-height:100%;
	}
	
	.row.two .box .title, .row.three .box .title {
		color: #3f3e3e;
		margin-top: 30px;
	}
	
	.row.three .box .title {
		margin-top: 40px;
	}
	
	.box .subtitle {
		font-family: 'Arial', Helvetica, san-serif;
		color: #9b9b9b;
		font-size: 11px;
		margin-top: 6px;
	}
	
	.box .content {
		color: #525252;
		line-height: 18px;
		margin-top: 10px;
		clear:both;
	}
	
	.row.two .box .content {
		margin-top: 0px;
	}

/* Box Button */
	.box .button {
		background: transparent url('../images/button-bg.png') no-repeat;
		color: #fff;
		width: 101px;
		height: 22px;	
		display: block;
		padding:2px 0 0 0;
		text-decoration: none;
		text-align: center;
		display:block;
	}
	
	.box .button:hover {
		background-image: url('../images/button-hover-bg.png');
	}
	
	.box .meta {
		color: #929292;
		font-style: italic;
		margin-top: 15px;
	}

/* Twitter */
	.tweet_list {
		list-style-type:none;
		list-style-position:outside;
	}
	
	.tweet_list li {
		color: #525252;
		line-height: 18px;
		border-bottom: 1px solid #e1e1e1;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	.row.last {
		background-position: 0 1px;
		border-top: 1px solid #e8e8e8;
	}

/* Footer */
	#footer {
		color: #989898;
		margin-top: 15px;
		margin-bottom: 50px;
    text-align:center;
	}
	
	#footer .icons li, #footer .icons {
		display: inline;
	}
	
	#footer .copyright {
		display: inline;
		position: relative;
		bottom: 3px;
		left: 10px;
	}
	
	.partners {
		margin-bottom: 10px;
	}
	
	.partners li {
		display: inline;
		margin-left: 10px;
	}
	
	.partners li.first {
		margin: 0;
	}

/* Subscribe Form */
	#subscribe {
	}
	
	#subscribe .input {
		background: transparent url('../images/subscribe-input.png') no-repeat;
		color: #555;
		width: 193px;
		height: 17px;
		border: 0;
		padding: 5px 10px;
		float: left;
		font-size: 11px;
	}
	
	#subscribe .button {
		background: transparent url('../images/subscribe-btn-bg.png') no-repeat;
		width: 78px;
		height: 27px;
		border: 0;
		font-size: 11px;
		padding: 0;
		cursor: pointer;
	}
	
	#subscribe .button:hover {
		background-image: url('../images/subscribe-btn-hover-bg.png');
	}


/* Lists */
	ul{
	    list-style: disc;
	    list-style-position:inside;
	    margin:0px 0px 20px 0px;
	}
	 
	ul ul{
	    list-style: circle;
	    list-style-position:inside;
	    padding:0 10px;
	    margin:0px 0px 0px 0px;
	}
	
	ul ul lii{ 
	    list-style-position:inside;
	    padding:0px 10px 0px 10px;
	    margin:5px 0px 5px 0px;
	}
	
	
	ol{
	    list-style:  decimal;
	    list-style-position:inside;
	    margin:0px 0px 20px 0px;
	}
	 
	ol ol{
	    list-style:  upper-roman;
	    list-style-position:inside;
	    padding:0 10px;
	    margin:0px 0px 0px 0px;
	}
	
	ol ol li{ 
	    list-style-position:inside;
	    padding:0px 10px 0px 10px;
	    margin:5px 0px 5px 0px;
	}    

/* Tables */
	table{
	    width:auto;
	    border-collapse:collapse;
	    border-spacing:0;	
	    margin:0 0 20px 0; 
	    padding:0px;
	    border-right:1px solid #e5e8eb;
	    border-top:1px solid #e5e8eb; 	
	}
	
	table caption strong{
	    text-align:left;
	    font-size: 14px;
	    font-weight: normal;
	    line-height:20px;
	    font-weight:bold;
	}
	
	table caption{
	    text-align:left;
	    padding: 10px;
	}
	
	table th {
	    padding: 13px; 
	    font-size: 12px;
	    background:#F1EEEE; 
	    border-bottom:1px solid #e5e8eb;
	    border-left:1px solid #e5e8eb;		
	}
	
	table tr {
	}
	
	table td {
	    padding: 10px;
	    text-align: left;
	    margin:10px;
	    border-bottom:1px solid #e5e8eb;
	    border-left:1px solid #e5e8eb;	
	}


/* Images and Alignments */
	.aligncenter{
	    display:block;
	    text-align:center;
	    display: block;
	    margin:0 auto 0 auto;
	}
	
	.alignleft{
	    float:left;
	    display: inline;
	}
	
	.alignright{
	    float:right;
	    display: inline;
	}
	
	img.aligncenter{
	    display:block;
	    text-align:center;
	    display: block;
	    margin:0 auto 20px auto;
	    padding:0px;
	    border:0px;
	    background:none;
	}
	
	img.alignleft{
	    float:left;
	    margin: 6px 20px 6px 0;
	    display: inline;
	    border:0px;
	    background:none;
	    padding:0;
	    display:block;
	}
	
	img.alignright{
	    padding:0;
	    float:right;
	    margin: 6px 0 6px 20px;
	    border:0px;
	    display:block;
	    background:none;
	}


/* Text Elements */

	/* Headings */
	h1,h2,h3,h4,h5,h6 {
		letter-spacing:0px;
		font-weight:normal;
		position: relative;
		font-family: 'Trebuchet MS', 'Arial', Helvetica, san-serif;
		font-weight:normal;
	}
	    
	h1 {
		font-size: 34px;
		line-height:54px;
	}
	    
	h2 {
		font-size: 32px;
		line-height:36px;
	}
	    
	h3 {
		font-size: 24px;
		line-height:32px;
	}
	    
	h4 {
		font-size: 20px;
		line-height:30px;
	}
	    
	h5 {
		font-size: 18px;
		line-height:27px;
	}
	    
	h6 {
		font-size: 16px; 
		line-height:24px;
	}


	/* Standart block quote */
	blockquote {
	    font-size:15px;
	    line-height: 24px;
	    padding:10px 0 10px 75px;
	    margin:10px 0px 30px 5px;
	    font-style:italic;
	    font-family:"Georgia","Times New Roman", sans-serif;
	    background:transparent url(../images/blockquote.png) left top no-repeat;
	    color:#A0A0A0;	
	}
	
	blockquote em, blockquote i, blockquote cite {
	    font-style:normal;
	}
	
	pre {
	    line-height:18px;
	    margin-bottom:18px;
	}
	
	code {
	    display:block;
	    margin:0 0 20px 0;
	    padding:0 10px;
	    font-weight:normal;
	    font-size:12px;
	    font-family:"Courier New", Courier, Consolas, Monospace;
	    line-height:18px;
	    overflow:auto; ;
	    white-space:pre;
	}
	
	ins {
	    text-decoration:none;
	}
	
	sup {
	    bottom: 1ex;
	}
	
	sub {
	    top: .5ex;
	}
	
	p {
	    padding-bottom:20px !important;
	}
	
	.box p{
	    padding:0px;
	}
	
	.box br{
	    padding:0px 0 20px 0;
	}