

/*============================================================
 Body
============================================================*/

body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #222;
	text-align: center;
	background: #000;
	}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
	font-weight: normal;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #222; 
	}

strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}

input,
textarea {
	padding: 4px 3px 3px 3px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	}

a	{
	text-decoration: none;
	}

a:link, a:visited {
	color: #358ca6;
	}

a:hover, a:active {
	color: #13cbe1;
	}

a img	{border: none;}




/*============================================================
 Wrapper
============================================================*/

#bar {
	width: 100%;
	height: 86px;
	}

#wrap {
	text-align: left;
	width: 940px;
	margin: 0 auto;
	background: #434343;
	}
		
#indexwrap {
	text-align: left;
	width: 1140px;
	margin: 0 auto;
	background: #000;
	}
	
#black {
	text-align: left;
	width: 940px;
	margin: 0 auto;
	}


/*============================================================
 Header
============================================================*/

#header {
	float: left;
	position: relative;
	width: 100%;
	height: 75px;
	background: #000;
	padding-bottom: 34px;
	margin-bottom: 20px;
	}

#logo {
	float: left;
	width: 440px;
	height: 100px;
	}

#logo a {
	text-indent: -1000px;
	color: #111;
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/carl.gif) 0 0 no-repeat;
	}

#logo a:hover {
	color: #FFFFFF;
	background-position: bottom left;
	}

#nav {
	float: right;
	z-index: 10;
	height: 40px;
	margin-top: -20px;
	}

#nav li {
	float: left;
	display: inline;
	margin: 0 0 0 12px;
	list-style: none;
	}

#nav a {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #CFF;
	text-decoration: none;
	}
	
/* TEMP */
#indexnav {
	float: right;
	height: 40px;
	margin: 80px 12px 0 0;
	}

#inav li {

	display: inline;
	list-style: none;
	}

#inav a {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
	}
	
#inav a:hover {
	color: #CFF;
	text-decoration: none;
	}
/* TEMP */



/*============================================================
 Content
============================================================*/
#frame {
	width: 1133px;
	height: 762px;
	float: left;
	}


#slideshow {
	height: auto;
	padding: 0px 20px 20px 20px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	}
	
#services {
	height: auto;
	}
	
#navlist {
	font-size: 14px;
	float: left;
	width: 150px;
	padding: 0 20px;
	}

#navlist ul {
	padding: 0px 0px;	
	}
	
#navlist li {
	line-height: 180%;
	list-style: none;
	}
	
#navlist ul li a, #navlist ul li a:visited {
	color: #999;
	border-bottom: 1px dotted #CCC;
	text-decoration: none;
	}
	
#navlist ul li a:hover, #navlist ul li a:active {;
	color: #FFF;
	border-bottom: 1px dotted #AAA;
	text-decoration: none;
	}

#services ul {
	padding: 3px 0px 3px 0px;	
	list-style: inside;
	list-style-image: url(images/check.png);
	list-style-type: square;
	}
	
/* TEMP */

#pricelist {
	font-size: 12px;
	float: left;
	width: 150px;
	padding: 0 20px;
	}

#pricelist ul {
	padding: 0px 0px;	
	}
	
#pricelist li {
	line-height: 120%;
	list-style: none;
	color: #999;
	}
	
#pricelist ul li a, #pricelist ul li a:visited {
	color: #999;
	border-bottom: 1px dotted #CCC;
	text-decoration: none;
	}
	
#pricelist ul li a:hover, #pricelist ul li a:active {;
	color: #FFF;
	border-bottom: 1px dotted #AAA;
	text-decoration: none;
	}
	
/* TEMP */
	
#package li {
	font-size: 14px;
	color: #CFF;
	line-height: 180%;
	}
	
#right {
	margin-left: 170px;
	padding: 0px 20px 20px 20px;
	}

div.img {
  	margin:2px;
  	border:1px solid #0000ff;
 	height:auto;
  	width:auto;
 	float:left;
 	text-align:center;
  	}
	
#right img {
  	display:inline;
  	padding: 3px;
  	}
	
/*#right a:hover img {
  	border:1px solid #0000ff;
  	}
*/
	
img.studio { 
    float: right; 
    clear: right; 
    margin: 4px; 
}

	
/*============================================================
 Footer
============================================================*/

#footer {
	width: 100%;
	padding-top: 20px;
	font-size: 10px;
	color: #999999;
	height: 30px;
	}
	
#foot_left {
	font-size: 11px;
	float: left;
	width: 150px;
	padding-left: 20px;
	}
	
#foot_right {
	font-size: 12px;
	float: right;
	padding-right: 20px;
	}
	
#footer a:link, #footer a:visited {
	color: #999;
	border-bottom: 1px dotted #CCC;
	text-decoration: none;
	}

#footer a:hover, #footer a:active {
	color: #FFF;
	border-bottom: 1px dotted #AAA;
	text-decoration: none;
	}
	
/*
#foot_left {
	float: left;	
	width: 300px;
	height: 30px;
	}
	
#foot_right {
	float: right;	
	width: 300px;
	height: 30px;
	}
*/
/*============================================================
 Fix
============================================================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

