﻿body {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family: Georgia, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	background-color: #BAC3AB;
	background-image: url('../images/body.jpg');
	background-repeat: repeat-x;
	background-position: 50% top;
}

a, a:link, a:visited { 
	color: #8AC5FF; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}

p {
	margin: 0px;
	padding: 0;
	font-size: 13px;
	color: #FFFFFF;
}

img { 
	border: none; 
}

h1, h2, h3, h4 {
	color: #8AC5FF;
	font-weight: bold;
}

h1 { 
	font-size: 40px; 
	font-weight: normal; 
	margin: 0 0 30px 0; 
	padding: 5px 0; 

}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 10px 0;
	padding: 0;
}

h4 { 
	font-size: 18px; 
	margin: 0 0 15px 0; 
	padding: 0; 
}

.cleaner { 
	clear: both; 
	width: 100%; 
	height: 0px; 
	font-size: 0px;  
}

.float_l { 
	float: left; 
}

.float_r { 
	float: right; 
}

.image_wrapper { display: inline-block; border: 1px solid #000; background: #343239; padding: 8px; margin-bottom: 10px; }
.image_fl {
	padding: 5px;
	border: 1px solid #FFFFFF;
	float: left;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 0;
}
.image_fr { float: right; margin: 3px 0 0 15px; }

.hr_divider {
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../images/hr_divider.png) bottom repeat-x;	
}

#wrapper_outer {
	width: 100%;
	margin: 0 auto;
}
#wrapper {
	width: 900px;
	padding: 0 10px;
	margin: 0 auto;
	
}

/* header */

#header {
	width: 900px;
	height: 100px;
	padding: 0 10px;
}

#header  #site_title {
	float: left;
	width: 300px;
	padding-top: 40px;

}

#header  #site_title h1 {
	margin: 30px 0 0px 0;
	padding: 0;
	font-family: "bankGothic Lt BT";
	font-size: 50px;
	text-shadow: 2px 2px 3px #000;
	font-weight: bold;
}

#header  #site_title {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#header  #site_title strong {
	color: #fff;
}

#header  #site_title span {
	display: block;
	font-size: 22px;
	color: #8AC5FF;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 5px;
}

/* end of header */

/* menu */

#menu {
	clear: both;
	width: 900px;
	height: 51px;
	background: url('../images/menu.png') no-repeat;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 12px;
}

#menu ul {
	margin: 0;
	padding: 14px 12px 0;
	list-style: none;
}

#menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}
#menu ul li a {
	float: left;
	font-size: 13px;
	width: 100px;
	height: 25px;
	padding: 5px 0 0 0;
	color: #afdeff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	outline: none;
}

#menu ul li a:hover, #menu ul .current {
	color: #fff;
	background: url('../images/menu_hover.png') no-repeat left 50%;
/* end of menu */
}
#image_wrapper {
	clear: both;
	width: 900px;
	padding: 30px 10px 0 10px;
}

#wrapper2 {
	width: 820px;
	margin: 25px auto;
	background: url('../images/content.png') repeat-y;
	}

#intro {
    padding-bottom: 10px;
}

#slider {
	width: 800px;
	margin: 0 auto;
	position: relative;
	border: 10px solid #ccc;
	
}

.scroll {
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
	position: relative;
}

.scrollContainer {
	position: relative;
	overflow: hidden;
}

.scrollContainer div.panel {
	padding: 10px;
	width: 275px;
	height: 320px;
	overflow: hidden;
}

.left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url('../portfolio/images/leftshadow.png') repeat-y;
}

.right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url('../portfolio/images/rightshadow.png') repeat-y;
}

.inside {
	padding: 10px;
	border: 1px solid #999;
	overflow: hidden;
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	color: #8AC5FF; 
	font-size: 12px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #fff;
}

.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}

#content_wrapper {
	clear: both;
	width: 900px;
	padding: 10px 10px 20px 10px;
	background: url('../images/content.png') repeat-y;
}
#content_wrapper_bottom {
	width: 900px;
	height: 5px;
	background: url('../images/content_bottom.png') no-repeat;
	padding-right: 10px;
	padding-left: 10px;
}

#content {
	padding: 0 30px 0 30px;
	width: 850px;
}
#content p {
	margin-bottom: 10px;
	font-size: 13px;
	color: #fff;
	font-family: verdana;
	line-height: 1.5em;
}

.col {
	float: left;
	width: 245px;
	padding-right: 30px;
	text-align: left;
}
.col h3 {
	font-size: 16px;
	margin: 15px 0 5px 0;
	padding: 0;
	padding: 0;
	font-weight: bold;
	color: #fff;
}

.textcol {
	float: left;
	width: 820px;
}
.textcol h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 5px 0;
	padding: 0;
	color: #8AC5FF;
}
.col ul {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	list-style-type: none;
	font-family: Verdana;
	color: #FFFFFF;
}
.col ul li {
	background-position: left 4px;
	line-height: 1.7em;
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
	display: block;
	padding-left: 20px;
}


.contactform {
	width: 500px;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.contactform fieldset {
	padding: 20px 0 0 0;
	padding: 0;
	margin: 0 0 20px 0;
	border: 1px none rgb(41, 42, 44);
}
.contactform fieldset legend {
	padding: 0 2px 7px 5px;
	color: rgb(255, 255, 255);
	font-size: 12px;
	margin-bottom: 20px;
	font-family: verdana;
}
.contactform label.left {
	float: left;
	width: 170px;
	padding: 5px 10px 5px 5px;
	font-size: 10pt;
	color: #FFFFFF;
	font-family: verdana;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
}
.contactform input.field {
	width: 200px;
	padding: 5px;
	border: 1px solid rgb(255, 255, 255);
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	height: auto;
	margin-bottom: 10px;
}
.contactform textarea {
	width: 275px;
	padding: 2px;
	border: 1px solid rgb(255, 255, 255);
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	height: 100px;
	margin-bottom: 15px;
}
.contactform input.button {
	float: left;
	width: 9.0em;
	background: rgb(55, 155, 255);
	border: 1px solid rgb(255, 255, 255);
	text-align: center;
	font-family: verdana,arial,sans-serif;
	color: rgb(255, 255, 255);
	font-size: 11px;
	height: 20px;
	font-weight: bold;
	margin-left: 185px;
	margin-bottom: 10px;
}
.contactform input.button:hover {
	cursor: pointer;
	border: 1px solid rgb(255, 255, 255);
	background: rgb(133, 91, 196);
	color: rgb(255, 255, 255);
	font-size: 11px;
}

/* footer */

#footer {
	width: 900px;
	padding: 10px;
	text-align: center;
	color: #000000;
	font-family: verdana;
}
#footer a {
	color: #000000;
}

/* end of footer */
