/* CSS Document */
html {
	height: 100%;
}

body {
	margin: 0px;
	text-align: center;
	height: 100%;
	background: #f4f4f4 url(images/header_bg.jpg) repeat-x center 0px;
}

body.sub {
	 background: #f4f4f4 url(images/sub_bg.jpg) repeat-x center top;
}

div#wrapper {
	position: relative;
	min-height: 100%;
	text-align: left;
	margin: 0 auto;
	width: 904px;
	/*background: #f4f4f3;*/
	overflow: hidden;
}

* html div#wrapper {
	height: 100%;
	overflow: visible;
}

.header_wrap {
	float: left;
	width: 904x;
	height: 303px;
	padding: 0px;
	margin: 0px;
	/*background: #FFFFFF;*/
}
.header_wrap_sub {
	float: left;
	width: 904x;
	height: 255px;
	padding: 0px;
	margin: 0px;
	/*background: #FFFFFF;*/
}
.html_header_main {
	width: 904px;
	height: 270px;
	background: url(images/main_navi.jpg) no-repeat top left;
	padding: 15px 0px 0px 0px;
	text-align: left;
}
.html_header_sub {
	width: 904px;
	height: 205px;
	background: url(images/subnavi.jpg) no-repeat top left;
	padding: 15px 0px 0px 0px;
	text-align: left;
}
.html_header_sub a, .html_header_main a {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 15px 20px 0px 0px;
}
.html_header_sub a:hover, .html_header_main a:hover {
	color: #dd0183;
}

.logo {
	margin-top: 4px;
	height: 27px;
}
.contact {
	width: 119px;
}
#navi {
	margin-top: 8px;
}
.content_wrap {
	width: 904px;
	margin: 0 0 10px 0px;
}
.content {
	margin: 0px;
	
}


.sub_navi {
	margin: 18px 0px 20px 0px;
	padding: 0px 0px -105px 0px;
	width: 285px;
	float: left;

}
.sub_navi ul {
	margin: 0px;
	padding: 0px;
}
.sub_navi li {
	margin: 0px;
	padding: 5px 0px 7px 2px;
	background: url(images/li_bg.gif) repeat-x left bottom;
	display: block;
	list-style-type: none;
}

.sub_navi a {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #3f3f2d;
	background: url(images/subanvi.gif) no-repeat right 4px;
	display: block;
	text-decoration: none;
	margin: 0px;
	width: 283px;
}
.sub_navi a:hover {
	color: #ec008b;
	background: url(images/subnavi_o.gif) no-repeat right 4px;
}


.sub_content {
	float: right;
	width: 460px;
	margin: 18px 40px 0px 0px;
	padding-bottom: 50px;
	font-family: arial;
	font-size: 12px;
	color: #3f3f2d;
}

.content_left {
	float: right;
	width: 420px;
	margin: 18px 40px 65px 0px;
	font-family: arial;
	font-size: 12px;
	color: #3f3f2d;
}
.content H1 {
	font-family: arial;
	font-size: 20px;
	font-weight: normal;
	color: #ec008b;
	margin: 0px;
	padding: 0px;
}
.content p {
	margin: 7px 0px 7px 0px 
}

.content_left ul, .sub_content ul {
	margin: 0px;
	padding: 0px;
}
.content_left li, .sub_content li {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background: url(images/square.gif) no-repeat 0px 5px;
	display: block;
}
.photo {
	margin: 10px 22px 0px 0px;
	width: 130px;
	float: left;
}
.clients {
	margin: 10px 10px 0px 0px;
	width: 100px;
	float: left;
}

.name {
	text-align: center;
}
.sub_content a {
	font-family: arial;
	font-size: 12px;
	color: #ec008b;
	text-decoration: none;
}
.sub_content a:hover {
	font-family: arial;
	font-size: 12px;
	color: #ec008b;
	text-decoration: underline;
}

.news {
	float: right;
	padding: 24px 0px 0px 0px;
}
.nosto {
	background: url(images/nosto_bg.gif) repeat-y  top left;
	width: 251px;
}
.nosto_header {
	float: left;
	background: url(images/nosto_header.gif) no-repeat top left;
	height: 9px;
	width: 251px;
	margin: 0px;
	padding: 0px;
}
.nosto_content {
	background: url(images/nosto_footer.gif) no-repeat bottom left;
	
	margin: 0px;
	padding: 0px 19px 26px 19px;
	font-family: arial;
	font-size: 12px;
	color: #58595b;
}
.nosto_content H1 {
	font-family: arial;
	font-size: 12px;
	color: #ec008b;
	margin: 0px;
	padding: 0px;
}
.nosto a {
	color: #000000;
	text-decoration :none;
}

.nosto a:hover {
	text-decoration: underline;
}

.rock_on {
	xclear: both;
	background: url(images/rock_on.gif) no-repeat left bottom;
	width: 904px;
	height: 10px;
	margin: -50px auto 50px auto;
	padding: 0;
	position: relative;
}

* html .rock_on {
	margin: -60px auto 60px auto;
}

.footer_wrap {
	height: 35px;
	/*width: 904px;*/
	background: transparent url(images/footer.gif) no-repeat center top;
	color: #404037;
	font-family: arial;
	font-size: 11px;
	position: relative;
	margin: -45px auto 0 auto;
}

* html .footer_wrap {
	margin-top: -55px;
	background: transparent url(images/footer.gif) no-repeat center top;
}
.footer_bg {
	background: transparent url(images/footer_bg.gif) repeat-x center 1px;
}

.footer_wrap p {
	float: center;
	padding-top: 17px;
	margin: 0px;
}
.pink_text {
	color: #dd0183;
	font-family: arial;
	font-size: 11px;
	margin-left: 70px;
}
.pink_text a{
	color: #dd0183;
	text-decoration: none;
}
.pink_text a:hover{
	color: #dd0183;
	text-decoration: underline;
}

dfn { cursor:help; }
.tooltip { width:180px; height:auto; padding:5px; color:black; background-color:#eee; border:1px solid black; position:absolute; display:none; margin-left: -280px;}
.tooltip2 { width:180px; height:auto; padding:5px; color:black; background-color:#eee; border:1px solid black; position:absolute; display:none; margin-left: -280px; margin-top: -160px;}
.tooltip .head, .tooltip2 .head { margin:-5px -5px 5px -5px; padding: 2px 5px; color:black; font-weight:bold; background-color:#ccc; border-bottom:1px solid black; }

