*{
	margin: 0;
	padding: 0;
}

body{
	background: #85a6bc url(../img/bg.jpg) repeat-x;
	text-align: center;
	font: normal 12px "Helvetica", Arial, sans-serif;
	color: #666;
}
a{
	outline: none;
}
/*****************************************************
* Main Layout
*****************************************************/
#contain{
	position: relative;
	margin:0px auto 25px auto;
	padding: 0px;
	background: url(../img/contain.png) repeat-y top left;
	width: 916px;
	
}
#contain span.top {
  background: url(../img/contain_top.jpg) no-repeat 0 top;
  height: 13px;
  display: block;
}

#contain span.bottom {
  background: url(../img/contain_bottom.jpg) no-repeat 0 top;
  height: 13px;
  display: block;
}


#header{
	background: url(../img/header_bg.jpg) no-repeat 15px 10px;
	margin:-13px auto -10px auto ; 
	width: 920px;
	height: 200px;
}
#top_nav{
	position: absolute;
	float: left;
	top: 0px;
	right: 0px;
	width: 200px;
}
#top_nav ul{
	
	list-style-type: none;
	display: inline;
	margin-right: 0;
	padding: 0;
}
#top_nav li{
	float: left;
	display: block;
	margin: 20px 5px 0px 5px;
}
#top_nav a{
	color: #85a6bc;
	text-decoration: underline;
}
#top_nav a:hover{
	color: #e03c40;
	text-decoration: underline;
}
#top_nav span{
	margin-right: 0px;
	/*padding-left: 10px;*/
	padding-right: 10px;
	border-right: #85a6bc solid 1px;
}


#logo{
	float:left;
	margin-top: 20px;
	margin-left: 20px;
}
#logo h1 {
	padding:;
	display:block;
	text-indent: -7777px;
	width:281px;
	height:169px;
	background: transparent url("../img/logo.jpg") top left no-repeat;
}

#container{
	margin: 0px auto 0px auto; 
	width: 900px;
}

#nav{
	float:left;
	_display: inline;
	background: url("../img/nav_bg_main.jpg") repeat-y left bottom; /*#f6f6f6*/
	margin: 0 0 0 5px;
	width: 290px;
/*	border-left: #cecece solid 1px;
	border-right: #cecece solid 1px;
	height: 335px;
	min-height: 335px;*/
	
}
#nav span.top_nav {
  background: url(../img/nav_top_bg.jpg) no-repeat 0 top;
  height: 9px;
  display: block;
}

#nav span.bottom_nav {
 background: url(../img/nav_bottom_bg.jpg) no-repeat 0 0px;
  height: 10px;
  display: block;
}



#column-right{
	float:left;
	width:589px;
	margin: 0px 0px 0 10px;
	text-align: left;
	
}
#photo_pod{
	background: url("../img/photo_pod_bg.jpg") no-repeat;
	width: 589px;
	height: 332px;
}


#footer{
	display: none;
	margin:10px auto 0 auto ; 
	width: 900px;
}

#footer p {
	margin: 10px 10px 0 10px;
	line-height: 18px;
	display:block;
}

#footer a{
	color: #e03c40;
	text-decoration: underline;
}
#footer a:hover{
	color: #85a6bc;
	text-decoration: underline;
}

#news{
	float:left;
	_display: inline;
	background: #fff url("../img/footer_pods.jpg") top left no-repeat;
	margin: 0px 0 0 5px;
	width: 290px;
	height: 218px;
	text-align: left;
}

#news h4 {
	margin: 10px 0 0 10px;
	padding:;
	display:block;
	text-indent: -7777px;
	width:144px;
	height:29px;
	background: transparent url("../img/news.jpg") top left no-repeat;
}




#updates{
	float:left;
	background: #fff url("../img/footer_pods.jpg") top left no-repeat;
	margin: 0px 0 0 10px;
	width: 290px;
	height: 218px;
	text-align: left;
}
#updates h4 {
	margin: 10px 0 0 10px;

	display:block;
	text-indent: -7777px;
	width:179px;
	height:29px;
	background: transparent url("../img/updates.jpg") top left no-repeat;
}
#updates a{
	text-transform: uppercase;
}

#updates a span{
	text-transform: none;
}

#products{
	float:left;
	background: #fff url("../img/footer_pods.jpg") top left no-repeat;
	margin: 0px 0 0 9px;
	width: 290px;
	height: 218px;
	text-align: left;
}
#products h4 {
	margin: 10px 0 0 10px;
	display:block;
	text-indent: -7777px;
	width:229px;
	height:29px;
	background: transparent url("../img/products.jpg") top left no-repeat;
}
#products a{
	text-transform: uppercase;
}

#myPictures img{
	margin: 100px 0px 0 50px;
}


.contact_list{
	float: left;
	width:185px;
	margin: 5px 10px 0 0;
	padding: 0px;
	display: block;
	background-color: #fdfdfd;
}

/*****************************************************
* Typography
*****************************************************/
h1{
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	line-height: 30px;
	color: #404040;
}
h2{
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 20px;
	color: #666;
}

p{
	line-height: 18px;
	margin: 0px 0 10px 0;
}

hr{
	margin:0 0 10px 0;
	height: 1px;
	background-color: #eee;
	border: 0;
	width: 95%;
}

.right_img{
	margin: 0px 0px 5px 10px;
	padding: 5px;
	background-color: #eee;
	border: #cecece solid 1px;
}
.left_img{
	margin: 0px 10px 5px 0px;
	padding: 5px;
	background-color: #eee;
	border: #cecece solid 1px;
}

.clear{
	clear:both;
}

/*****************************************************
* PopUp
*****************************************************/

.popup ul{
	list-style: none;
}
.popup li{
	margin-top: 10px;
}
.popup a:hover span{
	display: inline;
	
	
	
}
.popup a:hover span div{
	position: absolute;
	display: inline;
	margin-left: 25px;
	height:255px;
	width: 195px;
	background: #fff;
	
}
.popup a:hover span img{
	display: block;
	margin-top: 5px;
	padding: 0px 10px 5px 10px;
	border: 0;
}
.popup a{
	text-decoration: none;
	color: #85a6bc;
}
.popup a:hover{
	text-decoration: none;
	color: #e03c40;
}

.popup a span{
	display: none;
	color: #666;
}
.popup img{
	border:0;
}

/*****************************************************
* PhotoPod
*****************************************************/

#examples {
  text-align: center;
  margin: 0px 0;
}
#examples h2 {
  margin: 20px 0 15px 0;
}
#examples h2 strong {
  font-weight: normal;
}
#examples #example_viewer {
  width: 589px;
  height: 332px;
  margin: 0 auto;
}
#examples #example_viewer span.photo_top {
  /*background: url(../images/examples_bkg_top_on.png) no-repeat 0 top;*/
  height: 3px;
  display: block;
}
#examples #example_viewer div.controls {
  width: 585px;
  margin: 5px 0 0 10px;
  float: left;
  text-align: left;
}
#examples #example_viewer div.controls a {
  /*display: block;*/
  text-transform: uppercase;
  font-weight: bold;
  color: #85a6bc;
  font-size:14px;
  text-decoration: none;
  /*background: url(../images/ico_arrow.gif) no-repeat 7px 50%;*/
  margin: 0;
  padding: 0px 12px 0px 1px;
  /*border-bottom: 1px solid #9ba5ab;*/
}
#examples #example_viewer div.controls a.active, #examples #example_viewer div.controls a.active:hover {
  /*padding: 10px 10px 0px 28px;
  background: #b5bcc3 url(../images/ico_arrow_on.gif) no-repeat 7px 90%;*/
  border-bottom: none;
  color: #e03c40;
}

#examples #example_viewer div.controls a:hover {
  /*background: url(../images/ico_arrow_on.gif) no-repeat 7px 50%;*/
	color: #e03c40;
}
#examples #example_viewer div.controls span.desc {
  padding: 3px 0px 10px 28px;
  display: block;
  background: #b5bcc3;
  border-bottom: 1px solid #9ba5ab;
}

#examples #example_viewer div.screens ul{
	
	list-style-type: none;
	display: inline;
	margin-right: 0;
	padding: 0;
}
#examples #example_viewer div.screens li{
	float: left;
	display: block;
	margin: 0px 5px 10px 5px;
}
#examples #example_viewer div.screens a{
	color: #85a6bc;
	text-decoration: underline;
}
#examples #example_viewer div.screens a:hover{
	color: #e03c40;
	text-decoration: underline;
}



#examples #example_viewer div.screens {
  margin: 30px 0 0 10px;
  width: 568px;
  min-height: 350px;
  overflow: hidden;
}
#examples #example_viewer div.screen {
  width: 568px;
  min-height: 350px;
  overflow: hidden;
  float: left;
}
#examples #example_viewer div#sideways {
  width: 5000px;
}