/*Reset and common styles*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,label,select,textarea,p,blockquote,th,td
{ 
	margin:0;
	padding:0;
}

ul,li
{
list-style:none;	
}

img,fieldset
{
	border:none;
}

.clear
{
	clear:both;
}

/*Page Layout*/

html
{
	background:#cbcbcb;
}

body
{
	background:url("images/main_bg.jpg") no-repeat top center;
	font-family:rockwell,georgia,serif;
}

h2,h3
{
	color:#1b1d20;
	font-size:1.5em;
	margin:0px 0px 5px 0px;
}


p
{
	color:#1a1f27;
	font-size:12px;
	text-shadow: 0 1px 0 #c6cbd5;
	line-height:18px;
	margin-top:5px;
	margin-bottom:0.5em;
	margin-left:3px;
	padding-right:12px;
}

a
{
	color:#9778a6;
}

#pageContainer
{
	min-height:760px;
	_height:760px;
}

#parallax
{
	width:100%;
	position:relative;
}

#topscroller1
{
	height:160px;
	width:100%;
	overflow:hidden;
	margin:0 auto;
	position:absolute;
	top:0;
}

#topscroller2
{
	height:150px;
	width:100%;
	overflow:hidden;
	margin:0 auto;
	position:absolute;
	top:0;
}

#topscroller3
{
	height:150px;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

#topscrollingContent1
{
	width:10000px;
	height:160px;
	background-image:url("images/1.png");
	background-repeat:repeat-x;
}

#topscrollingContent2
{
	width:10000px;
	height:150px;
	background-repeat:repeat-x;
}

#topscrollingContent3
{
	width:10000px;
	height:150px;
	background-repeat:repeat-x;
}

#header
{
	width:100%;
	height:100px;
	position:absolute;
	top:0px;
	left:0px;
}

#headerBG
{
	width:100%;
	height:100px;
	background-image: url(images/header_bg1.png);
	background-repeat: repeat-x;
	background-position: left 55px;
}

#header li
{
	float:left;
}

#navWrapper
{
	width:960px;
	margin:0px auto;
	position:relative;
}

#goto_home
{
	display:block;
	text-indent:-9999em;
	width:291px;
	height:122px;
	top:-5px;
	left:40px;
	position:absolute;
	overflow:hidden;
	background:url("images/header_text.png") no-repeat;
	_background:url("images/header_text.png") no-repeat;
	background-image: url(images/header_text.png);
}


#goto_web
{
	display:block;
	text-indent:-9999em;
	width:181px;
	height:58px;
	left:436px;
	position:absolute;
	overflow:hidden;
	_background:url("images/IE_web.png") no-repeat;
	background-image: url(images/header_text.png);
	background-repeat: no-repeat;
	background-position: -436px;
	top: 40px;
}

#goto_photo
{
	display:block;
	text-indent:-9999em;
	width:179px;
	height:58px;
	left:615px;
	position:absolute;
	overflow:hidden;
	_background:url("images/IE_photo.png") no-repeat;
	background-image: url(images/header_text.png);
	background-repeat: no-repeat;
	background-position: -615px;
	top: 40px;
}

#goto_contact
{
	display:block;
	text-indent:-9999em;
	width:143px;
	height:58px;
	left:794px;
	position:absolute;
	overflow:hidden;
	_background:url("images/IE_contact.png") no-repeat;
	background-image: url(images/header_text.png);
	background-repeat: no-repeat;
	background-position: -794px;
	top: 40px;
}


#scrollWrapper
{
	width:960px;
	position:relative;
	overflow:hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#prevArrow
{
	display:block;
	text-indent:-9999em;
	width:39px;
	height:36px;
	background:url("images/arrow_left.png")	no-repeat top left;
	position:absolute;
	top:150px;
	left:0px;
	overflow:hidden;
}

#nextArrow
{
	display:block;
	text-indent:-9999em;
	width:39px;
	height:36px;
	background:url("images/arrow_right.png")	no-repeat top left;
	position:absolute;
	top:150px;
	right:0px;
	overflow:hidden;
}

#scrollerWindow
{
	width:860px;
	position:relative;
	overflow:hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#scrollingContent
{
	width:10000px;
}

div.scrollPanel
{
	width:760px;
	float:left;
	padding:0px 50px;
}

#home img
{
	display:block;
	margin:0 auto;
}

.leftColumn
{
	width:425px;
	float:left;
	padding:0px 50px 0px 0px;
	min-height:170px;
	background:url("images/border.gif") top right repeat-y;
}

.rightColumn
{
	width:235px;
	float:left;
	min-height:170px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.rightColumn td
{	font-size:12px;
line-height:16px;
margin-bottom:-2px;}
.rightColumn p
{	font-size:12px;
line-height:16px;
margin-bottom:-2px;}
div.thumbnails
{
	margin:20px 0px 0px 50px;
}

div.thumbnails img
{
	border:solid 1px #ffffff;
	height: 50px;
	width: 50px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

fieldset
{
	border:0;
	margin:0;
	padding:0;
}

legend
{
	display:none;
}

label
{
	display:block;
	color:#ffffff;
	font-size:0.8em;
	line-height:1.4em;
	margin:0px 0px 5px 0px;
}

input
{
	width:419px;
	margin:0px 0px 10px 0px;
	border:solid 1px #777;
	padding:2px;
	font-family:rockwell,georgia,serif;
}

textarea
{
	display:block;
	width:419px;
	height:130px;
	border:solid 1px #777;
	margin:0px 0px 10px 0px;
	font-family:rockwell,georgia,serif;
	font-size:0.9em;
	padding:2px;
	max-width:419px;
}

.error
{
	border:solid 1px #a21d1d;
	background-color:#f8e6e6;
}

button
{
	display:block;
	width:100px;
}

#loadingImage
{
	padding:50px 0px 0px 80px;
}


#overlay 
{
	display: none;
	clear: both;
	position: absolute;
	top: 0px;
	width: 100%;
	min-height: 100%;
	_height: 100%;
	z-index: 1;
	background: #333;
	opacity:0.5;
}

#popup 
{
	background:#ffffff;
	display: block;
	position: relative;
	margin: 100px auto;
	z-index: 1;
	width: 813px;
}

#footer
{
	width:400px;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p
{
	color:#aaa;
}

