* {
	margin: 0 auto;
	text-align: left;
	text-decoration: none;
}
body {
	margin-left: auto;
	margin-right: auto;
	padding: 0.00;
	overflow: hidden;
}

.strip-com {
	position: absolute;
	background-color: rgb(201, 131, 162);
	top: 0;
	width: 100%;
	height: 15px;
}
.strip-per {
	position: absolute;
	background-color: rgb(95, 178, 139);
	top: 0;
	width: 100%;
	height: 15px;
}
.footer-com {
	position: absolute;
	background-color: rgb(201, 131, 162);
	bottom: 0;
	width: 100%;
	height: 15px;
	z-index: 0;
}
.footer-per {
	position: absolute;
	background-color: rgb(95, 178, 139);
	bottom: 0;
	width: 100%;
	height: 15px;
}

.info {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 15px;
	width: 384px;
	background: url(../img/info.png) no-repeat;
	z-index: 2;
}
.skype {
	position: absolute;
	left: 200px;
	bottom: 0;
}
a.skype {
	background: url(../img/skype.png) no-repeat  0 -15px;
	width: 64px;
	height: 15px;
}
a.skype:hoover {
	background-position: 0 0;
}
.flickr {
	position: absolute;
	right: 10px;
	bottom: 0;
}
a.flickr {
	background: url(../img/flickr.png) no-repeat  0 -15px;
	width: 29px;
	height: 15px;
}
a.flickr:hoover {
	background-position: 0 0;
}

/* @group logo */

.type1 {
	position: absolute;
	top: 15px;
	left: 40px;
	background: url(../img/type1.png) no-repeat;
	width: 245px;
	height: 74px;
}

.type2 {
	position: absolute;
	top: 60px;
	left: 150px;
	background: url(../img/type2.png) no-repeat;
	width: 150px;
	height: 74px;
}

.type3 {
	position: absolute;
	top: 110px;
	left: 10px;
	background: url(../img/type3.png) no-repeat;
	width: 368px;
	height: 66px;
}

.type4 {
	position: absolute;
	top: 15px;
	left: 40px;
	background: url(../img/type4.png) no-repeat;
	width: 245px;
	height: 74px;
}

.type5 {
	position: absolute;
	top: 60px;
	left: 150px;
	background: url(../img/type5.png) no-repeat;
	width: 150px;
	height: 74px;
}

.type6 {
	position: absolute;
	top: 110px;
	left: 10px;
	background: url(../img/type6.png) no-repeat;
	width: 368px;
	height: 66px;
}

/* @end */

.dash {
	position: absolute;
	right: 60px;
	background: url(../img/dash.png) no-repeat;
	width: 8px;
	height: 15px;
}
.gallery {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 100%;
	overflow: auto;
	height: 295px;
	white-space: nowrap;
}

/* @group navigation menu */

#nav ul {
	top: 0;
	right: 5px;
	position: absolute;
	padding:0;	
	list-style: none;
}

#nav a.com {
	position: absolute;
	right: 65px;
	background: url(../img/com.png) no-repeat  0 -15px;
	width: 72px;
	height: 15px;
}

#nav a.per {
	position: absolute;
	right: 0;
	background: url(../img/per.png) no-repeat 0 -15px;
	width: 53px;
	height: 15px;
}

#nav a:hover {
	background-position: 0 0;
}
#nav .active a {
	background-position: 0 0;
}


/* @end */

/* @group commercial menu */

#com ul {
	position: absolute;
	text-align: right;
	top: 50px;
	right: 0px;
	padding:0;
	list-style: none;
}

#com li {
	margin:0px 0px -6px 0px;
	height: 32;
	display: block;
}

#com a.new {
	position: absolute;
	right: 0;
	width: 71px;
	background: url(../img/new1.png) no-repeat 0 -32px;
}

#com a.ads {
	position: absolute;
	right: 0;
	width: 60px;
	background: url(../img/ads1.png) no-repeat 0 -32px;
}

#com a.kids {
	position: absolute;
	right: 0;
	width: 67px;
	background: url(../img/kids1.png) no-repeat 0 -32px;
}
#com a {
	display:block;
	height: 32px;
	text-decoration:none;
}

#com a:hover {
	background-position: 0 0;
}
#com .active a {
	background-position: 0 0;
}
.com-text {
	visibility:hidden;
}



/* @end */


/* @group personal menu */

#per ul {
	position: absolute;
	text-align: right;
	top: 50px;
	right: 0px;
	padding:0;
	list-style: none;
}

#per li {
	margin:0px 0px -6px 0px;
	height: 32;
	display: block;
}

#per a.abu {
	position: absolute;
	right: 0;
	width: 113px;
	background: url(../img/abu.png) no-repeat 0 -32px;
}

#per a.its {
	position: absolute;
	right: 0;
	width: 132px;
	background: url(../img/its.png) no-repeat 0 -32px;
}

#per a.dog {
	position: absolute;
	right: 0;
	width: 74px;
	background: url(../img/dog.png) no-repeat 0 -32px;
}

#per a.str {
	position: absolute;
	right: 0;
	width: 132px;
	background: url(../img/tal.png) no-repeat 0 -32px;
}

#per a {
	display:block;
	height: 32px;
	text-decoration:none;
}

#per a:hover {
	background-position: 0 0;
}
#per .active a {
	background-position: 0 0;
}




/* @end */