html {
	height:100%;
	background:#19191a url(../img/bg.png) center top;
	min-width:1190px;
}
body {
	height:100%;
	padding:0px;
	margin:0px;
	font:12px/15px Tahoma, Geneva, sans-serif;
	color:#888;
	background:url(../img/bg_top.png) repeat-x top center;
}
a {
	outline-style:none;
}
a:link {
	color:#FFF;
	text-decoration:none;
}
a:visited {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
}
a img {
	border:0px;
}
h1 {
	font-size:18px;
	color:#FFF;
	padding:0px 0px 18px 0px;
	margin:0px;
	font-weight:normal;
	line-height:30px;
}
h1:first-letter {
	font-size:30px;
}
h2 {
	font-size:18px;
	line-height:30px;
	color:#FFF;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
p {
	padding:0px;
	margin:0px;
}
#top {
	min-height:100%;
	margin:0 auto;
	width:1190px;
}
/* HEADER */


#header {
	height:360px;
	overflow:hidden;
	width:1190px;
}
#header div {
	position:absolute;
}
#photoframe {
	width:598px;
	height:266px;
	background:url(../img/top_pic_frame.png);
	top:44px;
}
#photoframe div {
	width:590px;
	height:250px;
	background:url(../img/top_pic.jpg);
	margin:6px 0px 0px 8px;
}
#cat {
	width:593px;
	height:266px;
	background:url(../img/sheet.png);
	top:44px;
	margin-left:598px;
}
#email {
	top:11px;
	padding-left:440px;
	position:relative !important;
	overflow:hidden;
}
#email a {
	height:50px;
	display:block;
	font:11px/29px Verdana, Geneva, sans-serif;
	color:#d0d0d0;
	text-indent:44px;
	background:url(../img/top_letter.png) no-repeat 0px 0px;
}
#email a:link {
	text-decoration:underline;
}
#email a:visited {
	text-decoration:underline;
}
#email a:hover {
	text-decoration:none;
}
#phones {
	top:10px;
	margin-left:745px;
	height:30px;
}
#phones ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	width:460px;
	height:30px;
}
#phones li {
	float:left;
	padding:0px 15px;
	line-height:30px;
	height:30px;
	font-size:30px;
	color:#afafaf;
	font-weight:bold;
	border-right:1px dotted #afafaf;
	margin-right:1px;
	letter-spacing:1px;
}
#phones ul .last {
	border-left:1px dotted #afafaf;
	border-right:none;
}
#phones span {
	color:#FFF;
	font-size:12px;
}
#caption {
	top:249px;
	margin-left:35px;
}
#homelink {
	width:172px;
	height:27px;
	top:81px;
	margin-left:37px;
	text-indent:-999em;
	overflow:hidden;
	z-index:2;
}
#homelink a {
	display:block;
	height:27px;
}
#topcat {
	width:565px;
	margin-left:625px;
	top:85px;
	overflow:hidden;
}
#topcat ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	font-size:11px;
	line-height:12px;
}
#topcat li {
	width:210px;
	height:88px;
	margin:0px 66px 20px 0px;
	float:left;
}
#topcat img {
	border:0px;
	padding:4px 11px 0px 4px;
	float:left;
}
#topcat .b3 {
	width:105px;
	height:88px;
	display:table-cell;
	vertical-align:middle;
}
#topcat .b1 {
	cursor:pointer;
	text-decoration:none;
	display:block;
	width:105px;
}
#topcat .b0 {
	width:108px;
	display:block;
	position:relative;
	z-index:3;
}
#topcat .frame {
	display:block;
	width:210px;
	height:88px;
	float:left;
	background:url(../img/top_cat_left.png) no-repeat 0px 0px;
	margin-top:-88px;
	cursor:pointer;
	position:relative;
	z-index:1;
}
#topcat a:link {
	color:#FFF;
	text-decoration:none;
}
#topcat a:visited {
	color:#FFF;
	text-decoration:none;
}
#topcat a:hover {
	color:#FFF;
	text-decoration:none;
}
#topcat .catright li {
	width:197px;
	height:88px;
	margin:0px 0px 20px 0px;
	float:left;
}
#topcat .catright .b3 {
	width:92px;
	height:88px;
	display:table-cell;
	vertical-align:middle;
}
#topcat .catright .b1 {
	cursor:pointer;
	text-decoration:none;
	display:block;
	width:92px;
}
#topcat .catright .b0 {
	width:92px;
	display:block;
	position:relative;
	z-index:3;
}
#topcat .catright .frame {
	display:block;
	width:197px;
	height:88px;
	float:left;
	background:url(../img/top_cat_right.png) no-repeat 0px 0px;
	margin-top:-88px;
	cursor:pointer;
	position:relative;
	z-index:1;
}
#address {
	font-weight:bold;
	top:316px;
	margin-left:627px;
}
#topline {
	width:1190px;
	height:10px;
	overflow:hidden;
	background:url(../img/top_line.png);
	top:350px;
}
/* HEADER END */





/* CONTENT */

#content {
	display:inline-block;
}
#text {
	float:left;
	width:792px;
	padding:0px 0px 40px 60px;
	text-align:justify;
}
#text table {
	border-collapse:collapse;
}
#text table td {
	font-family: Tahoma;
	font-size: 12px;
	color:#888888;
	border:1px solid #888888;
	padding:2px 5px 4px 5px;
	vertical-align:middle;
}
#text blockquote {
	padding:0px 0px 0px 17px;
	margin:0px 0px 10px 0px;
	border-left:3px solid #9bbb00;
	text-align:left;
}
#text blockquote ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#text blockquote ul li {
	padding:3px 0px 5px 0px;
}
#text hr {
	color:#888;
	height:2px;
	border:0px;
	background:#888 url(../img/hr.png);
}
.textimg {
	border:2px solid #FFF;
	margin-right:20px;
}
.tbl {
	border-bottom:1px solid #888;
	border-left:1px solid #888;
}
.tbl td {
	border-top:1px solid #888;
	border-right:1px solid #888;
	text-align:left;
}
.firstline {
	background:#888;
	color:#242425 !important;
	
}


.firstline td {
	background:#888;
	color:#242425 !important;
	padding:13px;
	font-weight:bold;
	
}


hr {
	color:#999;
	padding:0px;
	margin:15px 0px 15px 20px;
}
#other {
	padding:25px 0px;
	border-bottom:1px dashed #888;
	display:inline-block;
	width:100%;
	margin-bottom:20px;
}
#wtf {
	width:470px;
	float:left;
}
#wtf strong {
	display:block;
	color:#FFF;
	padding-bottom:11px;
}
#wtf b {
	display:block;
	color:#FFF;
	padding-bottom:11px;
}
#special {
	width:260px;
	float:right;
}
#special strong {
	font-size:18px;
	line-height:30px;
	color:#9bbb00;
	display:block;
	padding-bottom:6px;
	left:-20px;
	position:relative;
	white-space:nowrap;
}
#special b {
	font-size:18px;
	line-height:30px;
	color:#9bbb00;
	display:block;
	padding-bottom:6px;
	left:-20px;
	position:relative;
	white-space:nowrap;
}
#special strong span {
	font-size:30px;
}
#special b span {
	font-size:30px;
}
#undercontent {
	height:220px;
}
/* CONTENT END */




/* FOOTER */

#bottom {
	height:150px;
	background:#2e2e2f url(../img/bottom_line.png) repeat-x top;
	margin-top:-150px;
}
#footer {
	width:1190px;
	height:150px;
	overflow:hidden;
	margin:0 auto;
	background:url(../img/bottom_center_line.png) no-repeat top;
}
#footer div {
	position:relative;
	float:left;
}
#bottomlogo {
	top:40px;
}
#bottomlogo span {
	display:block;
	padding:6px 0px 0px 3px;
	font-size:11px;
}
#bottomaddress {
	color:#d0d0d0;
	font-size:12px;
	line-height:18px;
	padding:50px 0px 0px 105px;
	width:488px;
}
#bottomaddress a {
	display:block;
	width:115px;
	font:11px/11px Verdana, Geneva, sans-serif;
	text-indent:25px;
	background:url(../img/bottom_letter.png) no-repeat 0px 2px;
	margin-top:12px;
}
#bottomaddress a:link {
	color:#d0d0d0;
	text-decoration:underline;
}
#bottomaddress a:visited {
	color:#d0d0d0;
	text-decoration:underline;
}
#bottomaddress a:hover {
	color:#d0d0d0;
	text-decoration:none;
}
#stat {
	top:62px;
}
#goldenstudio {
	color:#fff;
	font:11px/12px Arial, Helvetica, sans-serif;
	white-space:nowrap;
	height:40px;
	width:215px;
	top:65px;
	float:right !important;
}
#goldenstudio strong {
	font-size:12px;
	float:left;
}
#goldenstudio img {
	border:0px;
	float:left;
	margin-top:-4px;
	padding-right:4px;
}
#goldenstudio a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#goldenstudio a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#goldenstudio a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
/* FOOTER END */





/* LEAFS */

#topleaf1 {
	position:absolute;
	width:108px;
	height:90px;
	background:url(../img/top_leaf_1.png);
	top:0px;
	z-index:99;
	margin-left:155px;
}
#topleaf2 {
	position:absolute;
	width:140px;
	height:74px;
	background:url(../img/top_leaf_2.png);
	top:0px;
	z-index:99;
	margin-left:595px;
}
#leftleaf1 {
	position:absolute;
	width:106px;
	height:196px;
	background:url(../img/left_leaf_1.png);
	top:485px;
	left:0px;
	z-index:99;
}
#leftleaf2 {
	position:relative;
	width:74px;
	height:182px;
	background:url(../img/left_leaf_2.png);
	margin:264px 0px 0px 264px;
	z-index:99;
}
#ant {
	position:relative;
	width:183px;
	height:145px;
	background:url(../img/ant.png);
	z-index:99;
	margin:-39px 0px 0px 210px;
}

/* LEAFS END */



