@charset "utf-8";

* {
	margin: 0; 
	padding: 0;
	}

body {
	font-family:Verdana, Geneva, sans-serif;
	background: #C0C0C0;
	/*background:  url(../images/background.gif) repeat-x #FFF;*/
	font-size:11px;
	margin: 0; 
	padding: 0;
	text-align: center;
	}

p {
	font-size: 1em;
	line-height: 1.3em;
	padding: 0 0 .6em 0;
	margin: 0;
	}

h1 {
	font-size: 1.6em;
	padding: 0 0 .6em 0;
	margin: 0;
	}
	
h2 {
	font-size: 1.4em;
	padding: 0 0 .6em 0;
	margin: 0;
	}

h3 {
	font-size: 1.2em;
	padding: 0 0 .6em 0;
	margin: 0;
	}

h4 {
	font-size: 1em;
	padding: 0;
	margin: 0;
	}

a {
	text-decoration:none;
	color:#666
	}
	a:hover, a:active {
		color:#333;
		text-decoration:underline;
		}
ul { 
	list-style-type:none;
	padding-bottom: .6em;
	}


li h3 {
	text-decoration:underline;
	padding: 0;
	
	}
/*ul ul li {
	text-indent: 40px;	
}
li h4 {
	text-indent: 20px;
	}
*/
table {
	border:2px solid #BBB;
	padding:0;
	background-color:#DDD;
	width:580px;
	margin:0 auto;
	text-align:left;
	}
	table tr {
		height:1.8em;
		}
	table tr.odd {
		background-color:#DDD;
		}
	table tr.even {
		background-color:#FFF;
		}
	table tr th {
		height:2.3em;
		background-color:#BBB;
		text-align:center;
		}
	
		
		
#wrapper{
	width: 960px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	padding:0;
	}
#header { 
	 
	padding: 0;
	height: 150px;
	} 
	#header h1 {
		display:block;
		float:left;
		height:150px;
		width:400px;
		background:  url(../images/title.gif) repeat-x #FFF;
		text-indent:-9999px;
		margin: 0;
		padding: 0;
		}
	#header #headerRight {
		float:right;
		width:560px;
		height:150px;
		background:  url(../images/header_bg.gif) repeat-x #FFF;
	}
	#header ul#mainNav {
		text-indent:-9999px;
		height:49px;
		width: 430px;
		margin:100px 0 0 0;
		padding: 0;
		}
		#header #mainNav li { 
			display:inline;
			
			}	
			#header #mainNav li a {	
				display:block;
				float:left;
				height:49px;
				background:  url(../images/menu.gif) no-repeat;
				background-position:0 0;
				}
				#header #mainNav li a.home {	
					width:65px;
					background-position:0 0;
					}
					#header #mainNav li a.home:active, #header #mainNav li a.home:hover {
						background-position:0 -50px;
					}
				#header #mainNav li a.gallery {	
					width:90px;
					background-position:-65px 0;
					}
					#header #mainNav li a.gallery:hover {
						background-position:-65px -50px;
					}
				#header #mainNav li a.resume {	
					width:95px;
					background-position:-155px 0;
					}
					#header #mainNav li a.resume:hover {
						background-position:-155px -50px;
					}
				#header #mainNav li a.prices {	
					width:85px;
					background-position:-250px 0;
					}
					#header #mainNav li a.prices:hover {
						background-position:-250px -50px;
					}
				#header #mainNav li a.contact {	
					width:95px;
					background-position:-335px 0;
					}
					#header #mainNav li a.contact:hover {
						background-position:-335px -50px;
					}
					
					
					
#mainContent {
	padding: 10px 10px 10px 20px;
	
	width:660px;
	float:left;
	}
	
	
#sideBar {
	padding:10px 20px 10px 10px;
	width:240px;
	float:right;
}

.item {
	width:230px;
	padding:5px;
	background: #FFF;
}

#footer {
	padding: 30px 20px 30px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footer_bg.gif) no-repeat  #C0C0C0;
	height:100px;
	color:#000;
	
	
	} 
	#footer p {
		text-align: center;
		margin: 0; 
		padding: 5px 0;
		}
		#footer div#footerContent {
			
			
		}
	#footer div#footerContent div#info {
		float:left;
		padding:35px 0 0 0;
		background: transparent;
		}
		#footer div#footerContent div#info ul li span{
			font-weight:bold;
		}
	#footer div#footerContent ul#social {
		float:right;
		padding:45px 0 0 0;
		height:15px;
		width: 150px;
		text-indent:-9999px;
		}
		#footer div#footerContent ul#social li {	
			display:inline;
			}
		#footer div#footerContent ul#social li a {
			display:block;
			margin:0 5px 0 0;
			float:left;
			height:15px;
			width:15px;	
			background-image:url(../images/social/social.gif);
			background-position:top left;			
			}
		#footer div#footerContent ul#social li.tag a {
			display:block;
			margin:2px 5px 0 0;
			float:left;
			height:15px;
			width:60px;	
			background-image:none;	
			text-indent: 0;
			color:#666;
			}
		#footer div#footerContent ul#social li.modelMayhem a {
			display:block;
			float:left;
			height:15px;
			width:15px;	
			background-position:0 0;						
			}
			#footer div#footerContent ul#social li a:hover {
				background-position:0 15px;
				}
		#footer div#footerContent ul#social li.twitter a {
			display:block;
			float:left;
			height:15px;
			width:15px;			
			background-position:-15px 0px;
						
			}
			#footer div#footerContent ul#social li.twitter a:hover {
				background-position:-15px 15px;
				}
		#footer div#footerContent ul#social li.facebook a {
			display:block;
			float:left;
			height:15px;
			width:15px;			
			background-position:-30px 0px;
						
			}
			#footer div#footerContent ul#social li.facebook a:hover {
				background-position:-30px 15px;
				}
		#footer div#footerContent ul#social li.myspace a {
			display:block;
			float:left;
			height:15px;
			width:15px;			
			background-position:-45px 0px;						
			}
			#footer div#footerContent ul#social li.myspace a:hover {
				background-position:-45px 15px;
				}

.center {
	text-align:center;
}
	
#s3slider {
   width: 660px; /* important to be same as image width */
   height: 400px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   border:1px solid #000;
}

#s3sliderContent {
   width: 660px; /* 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;
   border-top: 1px solid #666;
   font: 10px/15px Arial, Helvetica, sans-serif;
   font-weight:bold;
   padding: 10px 13px;
   width: 660px;
   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 */
   bottom: 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;
} 

.galleryselect {
	text-align:center;
	width:202px;
	float:left;
	}
	.galleryselect div{
		height:222px;
		margin:0 auto;
		}
		.galleryselect div a img{
			border:none;
			}
			.galleryselect div a:hover img, .galleryselect div a:hover img {
				border:1px solid #999;
			}
	
#galleryContainer {
	width:810px;
	padding:10px;
	margin:0 auto;
}