/* CSS Document for THM02 Copyright teeinter.com 2009 All rights Reserved. Designed by gatoon.*/
@charset "utf-8";

/*###################start global style###################*/
/*start reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,th,var {
    font-weight: normal;
    font-style: normal;
}
ul {list-style: none;}
caption,th {text-align: left;}
q:before,q:after {content:'';}
abbr,acronym { border: 0;}
br {clear:both;}


/*start page property*/
body,td,th {
    font:normal 12px Tahoma, "Microsoft Sans Serif";
    color:#333333;
}
body {
    margin:0px;
    padding:0px;
    background:#FFFFFF url(../images/bg_maintmp.jpg) repeat-x left top;
    border-top:5px solid #FF99CC;
}
a {
    color:#FF0000;
    text-decoration: none;
}
a:hover {
    color:#000000;
}
/*end page property*/

.fleft {float:left;}
.fright {float:right;}

.txtleft {text-align:left;}
.txtright {text-align:right;}

/*trans fixed*/
#topspanerbttm,#topbanner {behavior: url(css/iepngfix.htc);}
/*trans fixed*/


/*font & heading section*/
h1,h2,h3,h4,h5,h6 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    margin-bottom:15px;
	text-transform:uppercase;
	color:#CC0099;
}
h1 {font-size:36px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:10px;}
h6 {font-size:9px;}

.txtwhite {color:#ffffff;}
.txtblack {color:#000000;}
.txttheme {color:#CC0066;}

.txtupcase {text-transform:uppercase;}
.txtcap {text-transform:capitalize;}

.bgwhite {background-color:#ffffff;}
.bgblack {background-color:#000000;}
.bgtheme {background-color:#CC0066;}


.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}
.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

/*r-corner box*/
rcorner {
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
/*###################end global style###################*/

/*###################start main content###################*/
#wrapper {
	clear:both;
	width:100%;
	height:575px;
	background:transparent url(../images/bg_home.jpg) no-repeat left top;
	overflow:visible;
}

#newadded {
	clear:both;
	padding:15px 0px 15px 550px;
	width:400px;
}
#newadded p{margin-bottom:10px;}
#newadded ol{padding-left:25px;}

#footer {
	clear:both;
	padding:10px;
	width:100%;
	overflow:visible;
	color:#CCCCCC;
}
#footer p {margin-bottom:10px;}
#more {margin:15px auto; padding:5px; width:30%;}
#more a {
	display:block;
	padding:3px 5px;
	color:#FFFFFF;
	background-color:#CC0066;
	border:1px solid #CC3399;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
}
#more a:hover {background-color:#CC3399;}
.copy {
	clear:both;
	margin-top:20px;
	text-align:center;
	color:#999999;
	font:normal 10px Arial, Helvetica, sans-serif;
}
/*###################end main content###################*/