* {
	margin: 0;
	padding: 0;
}
html {

}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #ccc;
	background-color: #000;
}
a {
	color: #808080;
	text-decoration: none;
}
a img {
	border: 0 none;
}
.photos td span {
	display: block;
	position: absolute;
	top:0px;
	left:0px;
	padding:10px;
	height:460px;
	width:697px;
}
.photos td div {
	position: relative;
	height:480px;
	width:717px;
}
input, textarea {
	padding: 2px;
}
.photos td {
	position: relative;
}
.photos td img{
	height:480px;
	width:717px;
}
#logo {
	position: relative;
	top: 0;
	left: 8px;
	z-index: 33;
}
#logo a {
	display: block;
	width: 170px;
	height: 68px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#logo2 {
	position: fixed;
	top: 0;
	left: 8px;
	z-index: 33;
}
#logo2 a {
	display: block;
	width: 170px;
	height: 68px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#stuff {
	position: relative;
	padding-top: 10px;
}
#stuff2 {
	position: relative;
	padding-top: 76px;
}
#nav {
	float: left;
	width: 280px;
}
#nav p {
	font-size: .92em;
}
#menu {
	padding-top: 0.3em;
	margin-bottom: 0em;
}
#menu li {
	list-style: none;
	font-size: 16px;
}
#menu li a {
	display: block;
	margin-left: -120px;
	width: 174px;
	padding: 4px 30px 4px 12px;
	background-position: right;
	background-repeat: no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
#menu li.current a, #menu li a:hover {
	margin-left: 0;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#nav p {
	color: #999;
	padding: 15px 30px 0 10px;
	line-height: 1.1em;
     width: 180px;
}
#nav ul#other {
	padding: 12px 0 0 12px;
	list-style: none;
}
#nav ul#other li {
	font-size: .92em;
	padding: 0 0 9px 0;
}
#nav ul#other li a#blog {
	color: #999;
	padding: 7px 3px 3px 24px;
	background-image: url(../images/new_blog.png);
	background-position: left;
	background-repeat: no-repeat;
}
#nav ul#other li a#facebook {
	color: #999;
	padding: 7px 3px 3px 24px;
	background-image: url(../images/facebook.png);
	background-position: left;
	background-repeat: no-repeat;
}
#nav ul#other li a#about {
	color: #999;
	padding: 7px 3px 3px 24px;
	background-image: url(../images/about.png);
	background-position: left;
	background-repeat: no-repeat;
}
#nav ul#other li a#contact {
	color: #999;
	padding: 7px 3px 3px 24px;
	background-image: url(../images/b_contact2.png);
	background-position: left;
	background-repeat: no-repeat;
}
#nav ul#other li a#price {
	color: #999;
	padding: 7px 3px 3px 24px;
	background-image: url(../images/b_price.png);
	background-position: left;
	background-repeat: no-repeat;
}
#nav ul#other li a#about:hover, #nav ul#other li a#blog:hover, #nav ul#other li a#contact:hover, #nav ul#other li a#facebook:hover, #nav ul#other li a#price:hover  {
	color: #fff;
}
a:hover{
	color: #fff;
}
#content {
	position: absolute;
	left: 220px;
	padding-bottom: 30px;
}
#content2 {
	position: absolute;
	left: 280px;
	padding-bottom: 30px;
}
.tool-tip {
	color: #fff;
	width: 189px;
	z-index: 13000;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9a9a9a;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
/*
#footer {
	position: relative;
	color: #666;
	margin-top: -20px;
	padding-right: 10px;
	height: 20px;
	font-size: 10px;
	text-align: right;
}
*/
#footer {
	position: fixed;
	bottom: 12px;
	right: 20px;
	height: 12px;
	padding: 0px;
	overflow: none;
	font-size: 10px;
	text-align: right;
	color: #666;
	z-index: 0;
}
#footer a {
	color: #888;
}
#footer a:hover {
	color: #ccc;
}
#footer abbr {
	color: #666;
	border-bottom: dotted 1px #333;
}