/* @group Basic Elements */

html, body {
	height: 100%;
}

body {
	background: #c9e5fc url('/images/background.png') fixed center center;
	font: 13px/20px Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000;
	padding: 0;
	margin: 0;
}

/* @group Links */

a, a:visited, a:hover {
	color: #075181;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img, img {
	border: none;
}

/* @end */

/* @group Headings */

h1, h2, h3 {
	color: #075181;
	text-align: left;
	margin-top: 0;
}

h1 {
	font-size: x-large;
	font-weight: bold;
}

h2 {
	font-size: large;
	font-weight: bold;
}

h3 {
	font-size: medium;
}

/* @end */

/* @group Lists */

ul, ol, dl {
	margin: 0 2% 4% 5%;
	padding: 0;
}

dt {
	font-weight: bold;
	margin-bottom: 2%;
}

dd {
	margin: 0 0 3% 4%;
}

/* @end */

/* @group Tables */

td {
	vertical-align: top;
}

/* @end */

/* @group Forms */

input[type='text'], input[type='password'] {
	width: 100%;
	display: block;
}

textarea {
	width: 100%;
	display: block;
}

/* @end */

/* @end */

/* @group Container */

#container {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

/* @group Header */

#header {
	background: url('/images/header.png') no-repeat center top;
	margin: 10px 0 0 0;
	padding: 0;
	width: 800px;
	height: 185px;
	position: relative;
}

#header #section {
	width: 500px;
	margin: 0 0 0 300px;
	padding: 0;
}

#header #section img {
	width: 500px;
	height: 200px;
	margin: 0;
	padding: 0;
	border: none;
}

#menu {
	text-align: right;
	width: 800px;
	padding: 0 10px;
	position: absolute;
	bottom: 0;
	right: 40px;
}

#menu a, #menu a:visited, #menu a:hover {
	text-align: center;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 30px;
	vertical-align: bottom;
	height: 25px;
	width: 80px;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url('/images/btnNormal.png') no-repeat center center;
	border: none;
}

#menu a:hover {
	background: url('/images/btnHover.png') no-repeat center center;
}

#menu a.selected, #menu a.selected:hover, #menu a.selected:visited {
	color: #000;
	background: url('/images/btnSelected.png') no-repeat center center;
}

#btnhome {
	position: absolute;
	right: 360px;
	bottom: 0;
}

#btnportfolios {
	position: absolute;
	right: 270px;
	bottom: 0;
}

#btnservices {
	position: absolute;
	right: 180px;
	bottom: 0;
}

#btnspecials {
	position: absolute;
	right: 90px;
	bottom: 0;
}

#btncontacts {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* @end */

/* @group Navigation */

#nav {
	background: url('/images/bg.png') repeat-y center top;
	width: 720px;
	padding: 0 40px;
	margin: 0;
	height: 25px;
	color: #7D8085;
}

#nav * a, #nav * a:hover, #nav * a:visited {
	color: #7D8085;
}

#administration, #submenu {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#administration {
	text-align: left;
	float: left;
}

#submenu {
	text-align: right;
	float: right;
}

/* @end */

/* @group Content */

#content {
	background: url('/images/bg.png') repeat-y center center;
	width: 720px;
	padding: 5px 40px 20px 40px;
	margin: 0;
}

/* @group Columns, Layout, and Special Formatting */

.leftcolumn, .rightcolumn {
	float: left;
}

.leftcolumn {
	margin-right: 15px;
	width: 260px;
}
.leftcolumn img {
	width: 260px;
	height: auto;
}

.rightcolumn {
	margin-left: 15px;
	width: 430px;
}

.section {
	background-color: #000;
	display: block;
	width: 96%;
	padding: 0 2%;
	margin: 0;
	color:  #fff;
}
.section * {
	color: #fff;
	margin: 0;
}
.sectionpreview {
	width:  100%;
	height: 200px;
	margin: 0;
	background: center center no-repeat #000;
	display: block;
}

.clearboth {
	clear: both;
}

.divider {
	height: 1px;
	background-color: #fff;
	clear: both;
}

.even, .odd, .expired {
	padding: 10px;
}

.even {
	background-color: none;
}

.odd {
	background-color: #def0ff;
	border-top: #ccc dotted thin;
	border-bottom: #ccc dotted thin;
}

.expired {
	background-color: #ccc;
}

/* @end */

/* @group Portfolio */

div.portfolio {
	width: 44%;
	height: 160px;
	padding: 2%;
	border: #fff dotted 1%;
	display: block;
	float: left;
	text-align: center;
}
div.portfolio img {
	height: 140px;
	width: auto;
	margin: 0 auto;
	display: block;
}

div.portfolio:hover {
	border: #bbb dotted 1%;
	background-color: #eee;
}

div.portfolio .preview {
	background: center center no-repeat;
	border: #bbb solid 1px;
	width: 100px;
	height: 100px;
	margin: 0 0 4px 0;
	float: left;
	display: block-inline;
}

div.portfolio .title {
	text-align: center;
	width: 178px;
	height: 20px;
	overflow: hidden;
}

.portfolioside {
	width: 150px;
	height: auto;
	float: right;
	text-align: center;
}

img.portfolioside {
	width: 150px;
	height: auto;
}

/* @end */

/* @end */

/* @group Lists */

.item {
}

.item .preview {
	background: center center no-repeat #c9e5fc;
	width: 60px;
	margin: 0 10px 0 0;
	height: 60px;
	float: left;
}

.title {
	font-weight: bold;
}

/* @end */

/* @group Footer */

#footer {
	background: url('/images/footer.png') top no-repeat;
	width: 100%;
	clear: both;
	height: 64px;
	color: #0d0d0d;
	font-size: x-small;
	font-style: italic;
	padding: 0;
	text-align: center;
	line-height: 64px;
	vertical-align: middle;
	margin: 0;
}

#footer #copyright {
	font-style: italic;
	line-height: 40px;
	vertical-align: center;
}

#footer #designby {
	display: none;
}

#footer a, #footer a:visited, #footer a:hover {
	color: #fff;
}

/* @end */

/* @end */
