/* @override http://ishtar.dev:8888/css/base.css */



body {
	background: #222;
	color:  #fff;
	font-family: Geneva, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
	margin-top: 20px;
	background: url(/images/pattern.gif) repeat;
}

.page {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 50px;
	padding: 0px 30px 20px 30px;
	border: 1px solid #444;
	background: #282825 url(/images/header_top2.jpg) repeat-x;
}

.gallery {
	width: 100%;
	margin-bottom: 20px;
}

.columns {
	width: 100%;	
}

.columns .left {
	width: 435px;
}

.columns .right {
	width: 222px;
	float: right;
}

.clear_wrapping {
	clear: both;
	margin-bottom: 40px;
}

.title {
	font-size: 30px;
	color: #FFA100;
	margin-bottom: 5px;
}

.subtitle {
	padding-bottom: 10px;
	text-transform: uppercase;
}

.float_left {
	float: left;
	margin-right: 20px;
}
.float_right {
	float: right;
	margin-left: 20px;
}

.box {
	padding: 20px;
	background: #363630;
}

a {
	color: #88E3FF;
}

a:hover {
	color: #fc0;
}

.wideline {
	width: 760px;
	margin-left: -30px;
	padding-left: -30px;	
	border-bottom: 1px solid #444;
	margin-bottom:30px;
}

blockquote {
	color: #b0f186;
	font: italic 20px/120% Georgia, "Times New Roman", Times, serif;
}
blockquote .author {
	color: #fff;
	font-size: 12px;
}

.emailbox {
	width: 231px;
	height: 63px;
	background: url(/images/email_button.gif) no-repeat;
	padding-left: 60px;
	padding-top: 15px;
	color: #222;
	cursor: pointer;
}
.emailbox .title {
	color: #fff;
	font-size: 26px;
	margin-bottom: 1px;
}

/* @group Image Menu */

.albumheader {
	position: relative;
	left: -16px;
	background: url(/images/album_header.jpg) no-repeat;
	width: 241px;
	height: 81px;
	margin-bottom: 0px;
}
.albumheader .content {
	position: relative;
	margin-left: 76px;
	padding-top: 30px;
}
.albumheader .content .title {
	color: #fff;
	font-size: 26px;
}
.albumheader .content .subtitle {
	color: #333;
}

ul.imagemenu {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	border: 1px solid #444;
	background: #363630;
}

ul.imagemenu li.header .title {
	font-size: 25px;
}

ul.imagemenu li {
	clear: both;
	border-bottom: 1px solid #555;
	padding: 5px 0px;
}
ul.imagemenu li.last {
	border: none;
}

ul.imagemenu li .image {
	width: 50px;
	float: left;
	margin-right: 10px;
}

ul.imagemenu li.header .image {
	position: relative;
	left: -20px;
}

ul.imagemenu li .title {
	font-size: 14px;
	padding-top: 2px;
	margin-bottom: 0px;
}
ul.imagemenu li .subtitle {
	font-size: 12px;
	padding-bottom: 0px;
	text-transform: none;
}


/* @end */

/* @group Image List */

ul.imagelist {
	width: 50%;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
	padding-bottom: 200px;
}
ul.imagelist li {
	width: 50%;
	display: block;
	float: left;
}
ul.imagelist li img {
	float: left;
	padding-right: 10px;
}

/* @end */

/* @group Header */

div.header {
	position: relative;
	margin-bottom: 10px;
	height: 120px;
}

div.header .logo {
	position: absolute;
	top: 30px;
}
div.header .menu {
	position: absolute;
	top: 0px;
	right: -2px;
	width: 114px;
	height: 128px;
	background: url(/images/menu_bg.jpg) no-repeat;
}
div.header .menu ul {
	position: absolute;
	bottom: 0px;
}

div.header .info {
	position: absolute;
	top: 30px;
	right: 140px;
	text-align: right;
}
div.header .info li a {
	text-decoration: none;
	color: #fff
}
div.header .info  li a:hover {
	text-decoration: underline;
}

.info ul,
.menu ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.menu ul {
	padding: 10px;
	color: #333;
	font-size: 14px;
}
.menu ul li a {
	color: #333;
	text-decoration: none;
}
.menu ul li a:hover {
	color: #333;
	font-size: 13px;
	font-weight: bold;
}
.info ul li {
	padding: 2px 0px;
}
.menu ul li {
	padding-bottom: 5px;
}
.menu ul li.selected {
	font-weight: bold;
}

.info ul li.email {
	font-size: 16px;
}
.info ul li.phone {
	font-size: 21px;
	color: #fa0;
}
.info ul li.copyright {
	font-size: 9px;
}


/* @end */
