@charset "utf-8";
/* Camera Tom CSS Document */

/* Global Settings */
body {
	background-color:#FFFFFF;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}
a{
	color:#000000;
	text-decoration: none;
}
.wrapper {
	width:700px;
	position: relative;
	left: 50%;
	margin-left: -350px;
	margin-top: 25px;
}

.content {
	float:left;
	position: relative;
	width: 700px;
	padding-bottom:10px;
}


/* Header */
#header {
	width: 700px;
}
#header hr {
	width: 700px;
	float:left;
	position:relative;
}
#header #title {
	float:left;
	position:relative;
	width: 400px;
	font-size: 24px;
	line-height:35px;
}
#header #title a{
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
	line-height:35px;
}

#header #subtitle {
	float:right;
	position: relative;
	text-align:right;
	width: 250px;
	display: inline;
	line-height:35px;
	padding-top: 65px;
	
}
#header #subtitle ul li{
	display: inline;
	font-size:14px;
	padding-right: 5px;
	
}
#header img {
	padding-bottom: 5px;
}
/* Foorter */
#footer {
	width: 700px;
}
#footer hr{
	width: 700px;
	float:left;
	position:relative;
}
#footer #design-link {
	margin-top: 5px;
	float: right;
	position: relative;
}
/* Nav */
#nav {
	width:200px;
	float:left;
	position:relative;
	margin-top: 10px;
}
#nav a{
	width:200px;
	line-height: 20px;
	text-transform:uppercase;
	padding-left:20px;
}
#nav a:hover{
	font-weight: bold;
}
/* Main Content */
.main-content{
	width: 500px;
	float: right;
	position:relative;
	margin-top:10px;
}
.main-content h1 {
	font-size:16px;
	font-weight:bold;
	padding-bottom: 5px;
}
.main-content h2 {
	font-size:12px;
	font-weight:bold;
	padding-bottom: 5px;
}
.main-content embed {
	padding-bottom: 5px;
}
.main-content p {
	padding-bottom: 1em;
}
.main-content ul {
	padding-bottom: 1em;
}
/* Photo Gallery */
#s3slider {
   width: 500px; /* important to be same as image width */
   height: 400px;  /*important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 500px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 474px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 
/* Contact Form */

form ul li {
	padding-bottom:5px;
}
form ul li label {display:block;float:left;width:60px;}
