/* Website template from moobnn.com */
@font-face {
	font-family: 'DaysOne-Regular';
	src: url('../eot/daysone-regular-6.eot');
	src: local('☺'), url('../woff/daysone-regular-6.woff') format('woff'), url('../ttf/daysone-regular-6.ttf') format('truetype'), url('../svg/daysone-regular-6.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	/*background: url(../images/bg-body.jpg) repeat left top;*/
	font-family: Verdana, Tahoma, arial, sans-serif;
	min-width: 960px;
	margin: 0;
}
.background {
	background: url(../jpg/bg-pattern-orange.jpg) repeat left top;
    background-color:#CC6600;
}
.background2 {
	background: url(../jpg/bg-pattern-gray.jpg) repeat left top;
    background-color:#D9D9D9;
}
#page {
	width: 960px;
	margin: 0 auto;
	padding: 156px 0 0;
}
img {
	border: 0;
}
/*------------------------------ SPRITES ------------------------------*/
.more {
	background-position: 0 -35px;
	color: #636974;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	width: 170px;
	padding: 1px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.more:hover {
	background-position: 0 -82px;
	color: #010000;
}
/*------------------------------ HEADER ------------------------------*/
#header {
	width: 100%;
	border-bottom: 5px solid #c3c3c3;
	position: absolute;
	left: 0;
	top: 0;
}
#header .background {
	height: 150px;
	border-bottom: 1px solid #b6051c;
}
/** Logo **/
#logo {
	font-family: 'DaysOne-Regular';
	font-size: 40px;
	font-weight: normal;
	line-height: 130px;
	width: 960px;
	margin: 0 auto;
    position: relative;
}
#logo a {
	color: #fff;
	text-decoration: none;
}
#csae {
	color: #fff;
    font-size:14px;
    position:absolute;
    top: 38px;
    left: 0px;
}
#topmenu {
	color: #CC6602;
    background-color:#FAC090;
    font-size:14px;
    position:absolute;
    top: -60px;
    right: 0px;
    height:70px;
    padding:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
#topmenu a {
	color: #CC6602;
}
/** Navigation **/
#navigation {
	/*background: url(../images/bg-navigation.png) no-repeat;*/
    background-color:#FDE9D9;
	height: 49px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: 0;
}
#navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 1px 10px;
}
#navigation li {
	float: left;
}
#navigation li a {
	color: #632423;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 47px;
	width: 154px;
	border-color: transparent;
	border-style: none solid;
	border-width: 1px;
	text-align: center;
	text-decoration: none;
}
#navigation li a:hover, #navigation li.selected a {
	background-color: #FAC090;
	color: #632423;
	border-color: #F2CC3D;
}
/*------------------------------ CONTENTS ------------------------------*/
#contents {
	background: #fff url(../png/bg-content-bottom.png) no-repeat left bottom;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	padding: 23px 0 0;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
    background-color:#f8f8f8;
}
#contents h1, #contents h2, #contents h4, #contents h5, #contents h6 {
	color: #2e3a54;
	font-family: "DaysOne-Regular";
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 18px;
}
#contents h2 {
	font-size: 24px;
	line-height: 24px;
}
#contents h4 {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 12px;
}
#contents h5 {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}
#contents h5 a {
	color: #940315;
	text-decoration: none;
}
#contents h6 {
	font-size: 12px;
	line-height: 24px;
}
#contents p {
	color: #636974;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 24px;
}
#contents p a {
	color: #636974;
}
#contents p a:hover {
	color: #0066CC;
}
#contents h5 a:hover {
	text-decoration: underline;
}
#contents .footer {
	background-color: #f8f8f8;
	clear: both;
	width: 900px;
	margin: 0 0 4px -30px;
	padding: 20px 30px 0;
}
#contents .footer h6 {
	float: left;
	margin-bottom: 30px;
	margin-right: 20px;
}
#contents .section {
	width: 260px;
	padding: 0 0 0 20px;
}
#contents > div:first-child {
	padding: 48px 30px 24px;
}
.time {
	color: #636974;
	display: block;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 0 5px;
}
/** adbox **/
#contents #adbox {
	background: url(../png/bg-adbox-bottom.png) no-repeat left bottom;
	padding: 0 0 19px;
	position: relative;
}
#adbox > div {
	background-color: #f0f0f0;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
	padding:10px 20px 0 0;
}
#adbox > div:after {
	clear:both;
	content:"";
	display:block;
	height:1%;
	line-height:0;
	visibility:hidden;
}
#adbox h1 {
	padding-top: 18px;
}
#adbox h4 {
	font-size: 14px;
}
#adbox img {
	float: left;
	margin: 20px;
    width: 330px;
}
#adbox p {
    text-align:justify;
    padding:10px 0 0 0;
}
#adbox .im {
    display:block;
    float:left;
    text-decoration:none;
    margin: 20px 0;
    padding:10px;
}
#submit {
    border: 1px solid #FAC090;
    border-radius:10px;
    font-weight:bold;
    color:#FFF;
    background-color:#CC6600;
}
/*#bottom {
    width: 920px;
	margin: -19px 40px 0 0;
    padding: 20px;
}
#bottom .section {
	float: left;
	width: 280px;
	padding: 0 20px 0 0;
}
#bottom .section .head {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #F3AA19;
    color: #FFF;
    line-height: 30px;
    padding:0 20px;
}
#bottom .section .head span {
    font-weight:bold;
}
#bottom .section .head a {
    float:right;
    text-decoration:none;
    font-size:12px;
}
#bottom .section ul {
    padding-left:10px;
}
#bottom .section ul li {
    list-style-type:none;
    clear:both;
}
#bottom .section ul li img {
    width: 100px;
    float:left;
    margin-right:10px;
}
#bottom .section ul li span {
    float:left;
    display:block;
    width: 150px;
    font-size:14px;
}*/
/** Sidebar **/
#contents .sidebar {
	float: left;
	width: 240px;
	border-right: 1px solid #f2cc3d;
	margin: -19px 40px 0 30px;
	padding: 20px 0 0;
}
#contents .sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contents .sidebar ul li {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 24px;
}
#contents .sidebar ul span {
	color: #636974;
	display: block;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 0 5px;
}
#contents .sidebar ul li a {
	color: #636974;
	text-decoration: none;
}
#contents .sidebar ul li a:hover {
	text-decoration: underline;
}
#sidebar, .highlight {
	float: right;
    width: 270px;
	display: inline-block;
	border-left: 1px solid #f2cc3d;
	margin: 0 0 24px 9px;
}
#sidebar .section {
	border-top: 1px solid #f2cc3d;
	padding-top: 24px;
}
#sidebar .section:first-child {
	border: 0;
	padding-top: 0;
}
#sidebar .section ul {
	color: #636974;
	font-size: x-small;
	margin: 0 0 24px;
	padding-left: 12px;
}
#sidebar .section ul li {
	padding-left: 10px;
}
#sidebar .section ul li > a {
	color: #636974;
	display: block;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
}
#sidebar .section ul li a:hover {
	text-decoration: underline;
}
/** list **/
ul.list {
	list-style: none;
	width: 600px;
	margin: 0;
	padding: 0;
}
ul.list li h5 + img {
	float: left;
	margin-right: 20px;
	margin-top: 6px;
}
/** Main **/
#main {
    float:left;
	width: 610px;
	margin: -19px 0 0 0;
	padding: 20px 0 0;
}
#main > ul {
	display: inline-block;
	list-style: none;
	width: 580px;
	margin: 0;
	padding: 0;
}
#main > ul li {
	float: left;
	width: 290px;
}
#main > ul li p {
    padding:10px;
}
#main > ul li p b {
	color: #2e3a54;
	display: block;
	font-family: 'DaysOne-Regular';
	font-weight: normal;
}
/** About **/
#contents #about {
	padding-bottom: 0;
	padding-top: 48px;
}
#about #main img {
	margin-bottom: 18px;
}
#about .footer p {
	font-size: 12px;
}
#about ul li b {
    display:block;
}
/** Services **/
#contents #services {
	display: inline-block;
	width: 900px;
}
#services #sidebar {
	min-height: 620px;
}
/** Rates **/
#rates #sidebar {
	min-height: 616px;
	margin-left: 19px;
}
#rates ul.list li {
	display: inline-block;
	width: 100%;
}
#rates ul.list li > div {
	float: right;
	width: 198px;
	margin-left: 20px;
}
/** Blog **/
#blog {
    padding:48px 30px 24px;
}
#blog #sidebar {
	min-height: 740px;
}
#blog #sidebar ul.posts {
	list-style: none;
	padding: 0;
}
#blog #sidebar ul.posts li {
	margin: 0 0 0 20px;
	padding: 0;
    font-size:14px;
    line-height:24px;
    text-align:justify;
    list-style-type:lower-alpha;
}
#blog #sidebar ul.posts li a {
	color: #636974;
	text-decoration: none;
}
#blog #sidebar ul.posts li a:hover {
	text-decoration: underline;
}
#blog #main span.time, #blog #main .time a {
	color: #2e3a54;
	text-decoration: none;
}
#blog #main > ul li {
	width: 100%;
}
/** Contact **/
#contents #contact {
	padding-bottom: 0;
	padding-top: 48px;
}
#contact .highlight {
	width: 438px;
	padding-left: 20px;
}
#contact .highlight ul {
	display: block;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#contact .highlight ul li {
	float: left;
	display: inline-block;
	width: 180px;
	vertical-align: text-top;
}
#contact .highlight ul li:first-child {
	margin-right: 60px;
}

/*------------------------------ FOOTER ------------------------------*/
#footer {
	width: 100%;
	border-top: 5px solid #c3c3c3;
	position: absolute;
	left: 0;
}
#footer .background {
	border-top: 1px solid #b6051c;
    background-color:#434343;
}
#footer .body {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0px;
}
#footer .section {
	float: left;
	display: inline-block;
	margin: 0px 10px;
}
#footer h3 {
	color: #000;
	font-family: 'DaysOne-Regular';
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 18px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	color: #000;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
	border-top: 1px solid #8a0413;
	padding: 12px 0 0;
	vertical-align:top;
}
#footer ul li:first-child, #footer ul li {
	border: 0;
	padding: 0;
}
#footer ul li span {
	float: left;
	display: inline-block;
	width: 150px;
    padding-right:10px;
	vertical-align:top;
}
#footer ul li strong {
	float: left;
	display: inline-block;
	margin-right: 6px;
	vertical-align: top;
}
#footer ul li p {
	float: left;
	display: inline-block;
	width: 370px;
	margin: 0;
	padding: 0 0 12px;
}
#footer ul li a {
	color: #000;
	display: inline-block;
	margin: 0 10px;
	text-decoration: none;
}

#footnote {
    border-top:1px solid #C3C3C3;
    padding-top:20px;
	clear: both;
	font-size: 14px;
	margin: 0;
	text-align: center;
    color:#000;
}

.mine {
    font-family: Verdana,Tahoma,arial,sans-serif;
    font-size:14px;
    line-height:24px;
}
.mine table th{background:#A5A5A5;font-weight:bold;line-height:24px;font-size:14px;color:#FFF;}
.mine table td,table th{border:1px solid #EEE; text-align:left;}
.mine table tr:nth-child(odd){background:#EDEDED;}
.mine table tr:nth-child(even){background-color:#FFFFFF;}
.mine table td,th{padding:5px 10px;}
/*.mine table td:nth-child(even){color:#177D7F;}*/
/*.mine table tr:hover{background:#73B1E0;color:#FFF;}*/


.votingBt {
    border-radius:10px; border:1px solid #C14919; padding:10px 20px;cursor: pointer;font-size: 16px;text-align:center;background-color:#C14919;color:#ffffff;margin-left:25px;
}
.pp table td, table th {
border:1px solid #000;

}
.pp th a {
text-decoration:none;
font-size:15px
}