/* ============================ common ============================== */

body { 
	color: #fff; background: #000;
	font: normal 62.5% Arial, Helvetica, sans-serif;
}

a{ color: #fff; text-decoration: none; }
a:hover, a:active, a:focus { text-decoration: underline; }

img 	{ display: block; }
a img 	{ border: none; }
a span	{ cursor: pointer; }
strong 	{ font-weight: bold; }
em 		{ font-style: italic; }

.clearfix:after {
	clear: both;
	display: block; visibility: hidden;
	height: 0;
	content: ".";   
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.aural{
	position: absolute;
	left: -2007px;
	font-size: 0;
}

/* ========================== common end ============================ */

/* ============================ layout ============================== */

.holder{ 
	width: 980px;
	margin: 0 auto;
}

#header{
	height: 118px;
	background: #cecfd1 url(../img/bg-header.gif) repeat-x 0 0;
}

#wrapper{
	color: #fff; background: #ec008c url(../img/bg-wrapper.gif);
}

#main{
	padding: 20px 0;
	background: url(../img/shadow.png) repeat-x 0 100%;
}

#news{
float: left;
width: 400px;
}

#footer{

}

/* ========================== layout end ============================ */

/* ============================ header ============================== */

#header h1{
	float: right;
}

#phone{
	position: relative;
	width: 320px; height: 118px;
}
#phone span{
	position: absolute;
	width: 100%; height: 100%;
	background: url(../img/phone.gif) no-repeat 0 0;
}

/* ========================== header end ============================ */

/* ============================ content ============================= */

#nav{
	height: 80px;
	color: #fff; background: url(../img/bg-nav.png) repeat-x 0 0;
	font-size: 1.6em; font-weight: bold;
}
#nav li{
	float: left;
}
#nav a{
	display: block;
	height: 22px;
	padding: 15px;
	color: #ec008c; text-decoration: none;
}
#nav .current a,
#nav a:hover,
#nav a:focus,
#nav a:active{
	color: #fff; background: url(../img/nav-hover.gif) no-repeat 50% 46px;
}

#nav2{
	height: 96px;
	color: #fff; background: url(../img/bg-nav2.gif) repeat-x 0 0;
	font-size: 1.6em; font-weight: bold;
}
#nav2 li{
	float: left;
}
#nav2 a{
	display: block;
	height: 22px;
	padding: 15px;
	color: #ec008c; text-decoration: none;
}
#nav2 .current a{
	color: #fff; background: url(../img/nav-hover.gif) no-repeat 50% 46px;
}
#nav2 a:hover,
#nav2 a:focus,
#nav2 a:active{
	color: #fff;
}
#nav2 .subnav a{
	display: block;
	height: 22px;
	padding: 6px 15px 15px 15px;
	color: #000; text-decoration: none;
}
#nav2 .subnav .current a{
	color: #fff; text-decoration: underline; background: url(../img/nav-hover2.gif) no-repeat 50% 37px;
}
#nav2 .subnav a:hover,
#nav2 .subnav a:focus,
#nav2 .subnav a:active,
#nav2 .subnav a.current{
	color: #fff; text-decoration: underline;
}

#text{
	float: left;
	width: 528px;
}

#text_home{
	float: left;
	width: 408px;
}


#flash{
	float: right;
	width: 562px; height: 380px;
	background: url(../img/flash.png) no-repeat 0 0;
}

#main h2{
	margin: 0 0 15px 0;
	font-size: 2.5em; font-weight: bold;
	color: #000;
}

#main h2 small{
	margin: 0 0 15px 0;
	font-size: 0.5em; font-weight: bold;
	color: #000;
        display: block;
}
#main h3{
	margin: 0 0 15px 0;
	font-size: 1.5em; font-weight: bold;
	color: #000;
}

#main h3 small{
	margin: 0 0 15px 0;
	font-size: 0.8em; font-weight: bold;
	color: #000;
        display: block;
}
#text p, #text_home p{
	margin: 0 0 10px 0;
	font-size: 1.6em;
}
#text p.excerpt, #text_home p.excerpt{
	font-size: 1.8em; font-weight: bold;
}

.pagination li{
font-size: 1.5em;
}


/* ========================== content end =========================== */

/* ============================= footer ============================= */

.bottom-logo{
	float: left;
}

.bottom-text{
	float: right;
	padding: 20px 0;
}
.bottom-text p{
	font-size: 1.1em; font-weight: bold;
	text-align: right;
}
.bottom-text p.copyright{
	color: #ec008c;
	font-weight: normal;
}

/* =========================== footer end =========================== */
.add-string {
	float:right;
	width:330px;
}
.add-string-top {
	width:330px;
	height:56px;
	float:left;
	background:url(../img/guestbook-top.gif);
}
.add-string-mid {
	background:#000000;
	width:330px;
	float:left;
}
.add-string-btm {
	background:url(../img/guestbook-btm.gif);
	width:330px;
	height:13px;
	float:left;
}
#recaptcha_widget_div {
	margin-right:7px;
}
div#captcha {
	margin-left:-4px;
	float:left;
}
div#captcha label {
	float: left;
	width: 0px;
	color: Black;
	font-size: 1em;
	font-weight: normal;
}
fieldset.add-string-form label {
	width:55px;
	float:left;
	font-weight:bold;
	font-size:1.2em;
	padding-left:20px;
	padding-top:4px;
	margin-bottom:11px;
}
fieldset.add-string-form input, textarea {
	width:237px;
	float:left;
	font: normal 110% Arial, Helvetica, sans-serif;
	padding:3px;
	border:1px solid #EC008C;
	margin-bottom:11px;
}
.gbline {
	background:url(../img/guestbook-bg.gif) no-repeat center left;
	width:580px;
	padding-top:20px;
	padding-bottom:20px;
	float:left;
	clear:both;
}
.gbname {
	color:#000;
	font-size:130%;
	font-weight:bold;
	text-decoration:underline;
	margin-top:-6px;
}