@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,800,600,700,300);

.container {
	width: 980px;
	margin: auto auto auto auto;
}
/* --- Genarel Styles --- */
.clearfix:after {
	font-size: 0px;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}
body {
	background: #FFF;
	padding: 0px;
	margin: 0px;
	font-family:'Open Sans', sans-serif;
	font-size: 13px;
	color: #666;
	line-height:22px;
}
a {
	border-bottom: none;
	color: #666;
	text-decoration: none;
	outline: none;
	font-size:12px;
}
a:hover {
	text-decoration:none;
}
p {
	padding: 1em 0;
	color: #666;
	line-height: 150%;
}
strong {
	color: #000;
}
blockquote {
	padding-left: 25px;
	color: #3156A3;
	font-size: 15px;
	font-family:'Open Sans', sans-serif;
	border-left: 2px solid #3156A3;
	line-height: 150%;
	margin-bottom: 25px;
}
.margin_top_10
{
	margin-top: 10px;
}
.margin_left_10
{
	margin-left: 10px;
}
/* --- font face --- */
/*@font-face 
{
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: url('../font/DroidSans.eot');
  src: local('Droid Sans'), local('DroidSans'), url('../font/DroidSans.ttf') format('truetype');
}
@font-face 
{
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: normal;
  src: url('../font/DroidSerif-Regular-webfont.eot');
  src: local('Droid Serif'), local('DroidSerif'), url('../font/DroidSerif-Regular-webfont.ttf') format('truetype');
}*/
/* --- text colors --- */
.list li
{
	color: #666;
}
/* --- headers --- */
h1, h2, h3, h4, h5
{
	font-family: 'PT Sans';
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
	padding:5px 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a
{
	color: #000;
}
h1
{
	font-size: 30px;
	margin-top:20px;
}
h2
{
	font-size: 24px;
}
h3
{
	font-size: 18px;
}
h4
{
	font-size: 16px;
}
h5
{
	font-size: 13px;
}
h1.not_found
{
	font-size: 150px;
	color: #E8E8E8;
}
.page_margin_top
{
	margin-top: 30px;
}
/* --- Holder --- */
.holder {
}
.holder p {
	padding: 10px 0;
}
.holder .vertical_align {
	height: 69px;
}

.title {
	border-bottom: 1px solid #d9d9d9;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 0px;
	}
	
.title span {
	border-bottom: 1px solid #fc0101;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: -1px;
	}


/*------------------*/
/*	GLOBAL USE
/*------------------------------------------------------*/


a.readmore_01 {
	padding: 0px 0px 0px 18px;
	margin: 35px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #999;
	display: block;
	font-weight: 600;
	background: url(../images/arrow-01.png) no-repeat 45px 7px;
}
a.readmore_01:hover {
	color: #ff9900;
	background: url(../images/arrow-02.png) no-repeat 45px 7px;
}

a.readmore_02 {
	float: left;
	padding: 9px 18px 9px 18px;
	margin: 0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background-color: #ff9900;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px solid #cc7a00;
}
a.readmore_02:hover {
	background-color: #ffb200;
}

a.readmore_03 {
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding: 7px 13px 7px 13px;
	margin: 9px 0px 0px 0px;
	color: #999;
	background-color: #f9f9f9;
	border-bottom: 1px solid #eee;
}
a.readmore_03:hover {
	background-color: #f3f3f3;
}
a.readmore_04 {
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding: 7px 13px 7px 13px;
	margin: 0px 0px 0px 0px;
	color: #FFF;
	/*background-color: #ff9900;*/
	background: #0059f8 url(../images/carve-03.png) no-repeat left bottom;
	/*border-bottom: 1px solid #eee;*/
}
a.readmore_04:hover {
	background-color: #eeeded;
	color: #000;
}

a.knowmore_but {
	float: right;
	padding: 16px 25px 16px 25px;
	margin: 0px 0px 0px 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background-color: #ff9900;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px solid #cc7a00;
}
a.knowmore_but:hover {
	background-color: #ffb200;
}








