@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
}
body {
	background-image: url(../images/subba-bg.jpg);
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
#subba-header{
	width: 1095px;
	background-image: url(../images/subba-paper-bg-header.png);
	height: 150px;
	}
	
#subba-header-logo{
	width: 135px;
	height: 130px;
	top: 10px;
	left: 20px;
	position: absolute;
	}
#subba-header-banner{
	width: 800px;
	height: 90px;
	top: 5px;
	left: 145px;
	position: absolute;
	text-align: center;
	}
#subba-header-account{
	width: 150px;
	height: 80px;
	top: 5px;
	left: 930px;
	position: absolute;
	text-align: center;
	border: double 5px #ccc;
	}
#subba-header-nav{
	width: 950px;
	height: 45px;
	top: 95px;
	left: 155px;
	position: absolute;
	background-image: url(../images/subba-nav-bg.png);
	background-repeat: repeat-x;
	}
	
#subba-body{
	width: 1095px;
	background-image: url(../images/subba-paper-bg-content.png);
	clear:both;
	height:auto;
	}
#subba-body-column1{
	width: 480px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	float: left;
	}
#subba-body-column2{
	width: 390px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #D1BDA0;
	margin-right: 10px;
	padding-right: 10px;
	float: left;
	}
#subba-body-column2-inset1{
	width: 205px;
	margin-right: 5px;
	float: left;
	}
#subba-body-column2-inset2{
	width: 180px;
	float: left;
	}
	
#subba-body-column3{
	width: 160px;
	float: left;
	margin-right: 10px;
	text-align: center;
	}
	
#subba-body-column4{
	width: 870px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	float: left;
	}


#subba-body-column5{

	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;

	}
	
#subba-body-column1-inset{
	width: 475px;
}
#subba-body-column1-inset-left{
	width: 265px;
	margin-right: 10px;
	float:left
	}
#subba-body-column1-inset-right{
	width: 200px;
	float:left
	}
#subba-footer{
	width: 1075px;
	background-image: url(../images/subba-paper-bg-footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px;
	}

#subba-footer-bg{

	}

#subba-footer-column{
	width: 248px;
	float:left;
	padding: 10px;
}
	
#subba-footer-sub{
	width: 1095px;
	height: 150px;
	padding: 10px;
}
.categoires {
	background-color:#000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	padding: 5px;
	}
.categoires2 {
	background-image: url(../images/brown-background-fade30.png);
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	padding: 5px;
	}
.categoires3 {
	background-image: url(../images/brown-background-fade60.png);
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	padding: 5px;
	}
.list-news{
	margin-top: 7px;
	margin-right: 7px;
	margin-left: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	}
h1 {
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666;
	margin: 0px;
	}
h2 {
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #666;
	margin: 0px;
	font-weight: normal;
	}
h3 {
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #26AFA5;
	margin: 0px;
	}
	
h4 {
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #26AFA5;
	margin: 0px;
	}
	
.padding-7 {
	padding: 7px;
	}
.font-green {
	color: #26AFA5;
	}
.best-bits {
	margin: 7px;
	padding: 7px;
	border: 1px dotted #FFF;
	background-color: #408E8E;
	color: #FFF;
	}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #26AFA5;
}
a:active {
	text-decoration: none;
	color: #333;
}
a.green:link {
	color: #26AFA5;
	text-decoration: none;
}
a.green:visited {
	text-decoration: none;
	color: #26AFA5;
}
a.green:hover {
	text-decoration: underline;
	color: #666;
}
a.green:active {
	text-decoration: none;
	color: #26AFA5;
}
a.pink:link {
	color: #F36;
	text-decoration: none;
}
a.pink:visited {
	text-decoration: none;
	color: #F36;
}
a.pink:hover {
	text-decoration: underline;
	color: #666;
}
a.pink:active {
	text-decoration: none;
	color: #F36;
}
a.white:link {
	color: #FFF;
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #FFF;
}
a.white:hover {
	text-decoration: underline;
	color: #26AFA5;
}
a.white:active {
	text-decoration: none;
	color: #FFF;
}
a.brown:link {
	color: #AE8B4A;
	text-decoration: none;
}
a.brown:visited {
	text-decoration: none;
	color: #AE8B4A;
}
a.brown:hover {
	text-decoration: underline;
	color: #26AFA5;
}
a.brown:active {
	text-decoration: none;
	color: #AE8B4A;
}

a.footer:link {
	color: #333;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #333;
}
a.footer:hover {
	text-decoration: underline;
	color: #FFF;
}
form {
	margin: 0px;
	padding: 0px;
}
a.footer:active {
	text-decoration: none;
	color: #333;
}
.inputformGreen {
	border: 1px solid #669966;
	background-image: url(../images/green-background-fade50.png);
	background-repeat: repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 4px;
}
.inputformBrown {
	border: 1px solid #AE8B4A;
	background-image: url(../images/brown-background-fade60.png);
	background-repeat: repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 4px;
}
.nav-button {
	float: left;
	height: 25px;
	margin-top: 12px;
	margin-left: 10px;
	}
.nav-ablum {
	background-image: url(../images/nav-album.jpg);
	float: left;
	height: 25px;
	margin-top: 7px;
	width: 100px;
	background-repeat: no-repeat;
	}
.nav-ablum-content {
	background-color: #181512;
	position: absolute;
	top: 36px;
	width: 300px;
	height: 200px;
	}

.nav-feature {
	background-image: url(../images/nav-album.jpg);
	float: left;
	height: 25px;
	margin-top: 7px;
	width: 100px;
	background-repeat: no-repeat;
	left: 10px;
	}
.nav-feature-content {
	background-color: #181512;
	position: absolute;
	top: 36px;
	width: 300px;
	height: 200px;
	left: 100px;
	}
#column-review1 {
	float:left;
	width: 150px;
	}
#column-review2 {
	float:left;
	width: 330px;
	}
.review-title-border {
	background-image: url(../images/green-background-fade35.png);
	padding: 10px;
	}
.review-content-border {
	margin-bottom: 10px;
	padding: 10px;
	}
.review-content-border2 {
	margin-bottom: 5px;
	font-size: 12px;
	padding-bottom: 5px;
	}
.review-image-border {
	background-image: url(../images/green-background-fade35.png);
	padding: 10px;
	margin-bottom:5px;
	}
.thumb-review-frame {
	margin-top: 5px;
	border-bottom: #666 solid 1px;
	}
.thumb-review-image {
	float: left;
	width: 60px;
	margin-right: 10px;
	margin-bottom: 5px;
	}
.thumb-review-text {
	float: left;
	margin-bottom: 5px;
	width: 135px;
	}	

.thumb-feature-image {
	margin-bottom: 5px;
	margin-top: 5px;
	border: #000 solid 1px;
	}
.thumb-feature-text {
	padding-bottom: 5px;
	border-bottom: #666 solid 1px;
	}	
	
.thumb-live-image {
	margin-bottom: 5px;
	margin-top: 5px;
	border: #000 solid 1px;
	}
.thumb-live-text {
	padding-bottom: 5px;
	border-bottom: #666 solid 1px;
	}
	
.loveHate {
	background-image: url(../images/brown-background-fade30.png);
	padding: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	}
.comment-border {
	background-image: url(../images/green-background-fade50.png);
	padding: 10px;
	margin-bottom: 10px;
	}
.breadcrumb {
	margin-bottom: 5px;
	}
	
.seachBox {
	background-image: url(../images/brown-background-fade60.png);
	padding: 5px;
	font-size: 12px;
	margin-bottom: 5px;
	}
.font-smallI{
	font-size:12px;
	font-style:italic;
	}
	
.inputNeed {
	border: 1px solid #C36;
	font-size: 14px;
	padding: 5px;
	}	
	
.inputOpt {
	border: 1px solid #26AFA5;
	font-size: 14px;
	padding: 5px;
	}	
