/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #fff;
	background-color: #000;
	font-family: arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
	}
	
a {
color:#ff0000;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}






															/** MAIN CONTAINERS **/
div#container {
	margin: 0 2em 2em 2em auto;
	max-width: 1180px;
	min-width: 760px;
	}
	div#header {
		color: inherit;
		background-color: #000;
		}
		div#header-in {
			padding: 0px;
			height:202px;
			}
			div#header-in #logo {
			float:left;
			width:206px;
			height:202px;
			 }
			 
/*NAVIGATION*/

			div#header-in #nav {
			float:right;
			width:500px;
			height:202px;
			}
			div#header-in #nav li {
			margin-top:60px;
			display:block;
			float:left;
			list-style-type:none;
 			}
				
			div#header-in #nav ul li a {
		    display:block;
  			height:33px; width:90px;
  			background:transparent url(../images/home/AT_Nav.gif) no-repeat 0 0;
  			text-indent:-9009px;
    		}
    			  
    		div#header-in #nav ul li#nav2 a {
			width:109px;
			background-position: -90px 0;
			}
			div#header-in #nav ul li#nav3 a {
			width:85px;
			background-position: -199px 0;
			}
			div#header-in #nav ul li#nav4 a {
			width:92px;
			background-position: -284px 0;
			}
			
			
			div#header-in #nav ul li a:hover {
			background-position: 0px -33px;
    		}
    			  
    		div#header-in #nav ul li#nav2 a:hover {
			background-position: -90px -33px;
			}
			div#header-in #nav ul li#nav3 a:hover {
			background-position: -199px -33px;
			}
			div#header-in #nav ul li#nav4 a:hover {
			background-position: -284px -33px;
			}
			
			
			
			
			
			
				
				}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			color: inherit;
			background-color: #000;
			}
			div.content-in {
				padding: 0px;
				}
	div#footer {
		background-color: #000;
		font-size: 85%;
							color: #666;

		}
		div#footer-in {
			padding: 20px 0px;

			}


/** SUB CONTAINERS **/

#clients {
display: block;
float:left;
height:100%;
min-height:300px;
background-color: #222222;
margin:0px auto;
width:600px;
text-align: justify;
padding:10px;
}

#clients ul {
margin:0px;
padding:0px;
}

#clients h3 {
padding:1px;
}

#clients li {
			display:block;
			float:left;
			list-style-type:none;
			border-right: 1px #ff0000 solid;
			padding:0px 10px;
			color:#999;
			font-size: 90%;
			line-height: 200%;

}

#imageleft {
padding: 5px 20px 5px 0px;
}

#imageright {
padding: 5px 0px 5px 20px;
}

img {
border: none;
}


#about, #gallery, #contact {
    clear:both;
	float:left;
	width:100%;
	background-image: url(../images/home/line-star.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding: 75px 0;
	
}

#about h1 {
	    display:block;
  		height:75px; width:600px;
  		background:transparent url(../images/home/ABOUTHEAD.gif) no-repeat 0 0;
  		text-indent:-9009px;
  		margin-bottom:30px;
}

#about h2 {
	    display:block;
  		height:33px; width:600px;
  		background:transparent url(../images/home/DRESSERHEAD.gif) no-repeat 0 0;
  		text-indent:-9009px;
}

#calloutbox {
		float:left;
		margin-top:30px;
		background-color: #4D4D4D;
		padding:10px;
		width:50%;
}

#calloutbox p {
		color: #AAAAAA;

}

#gallery h1 {
	    display:block;
  		height:33px; width:600px;
  		background:transparent url(../images/home/GALLERYHEAD.gif) no-repeat 0 0;
  		text-indent:-9009px;
  		margin-bottom:30px;
}

#contact h1 {
	    display:block;
  		height:33px; width:600px;
  		background:transparent url(../images/home/CONTACTHEAD.gif) no-repeat 0 0;
  		text-indent:-9009px;
  		margin-bottom:30px;
}

#interiors, #products, #portraits, #food, #personal {
clear:both;
float:left;
width:100%;
margin-bottom:20px;
}

#interiors h2 {
	    display:block;
  		height:33px; width:600px;
  		background:transparent url(../images/home/INTERIORSHEAD.gif) no-repeat 0 0;
  		text-indent:-9009px;
}
#products h2 {
	    display:block;
  		height:33px; width:600px;
  		background:transparent url(../images/home/PRODUCTSHEAD.gif) no-repeat 0 0;
  		text-indent:-9009px;
}

#portraits h2 {
	    display:block;
  		height:33px; width:600px;
  		background:transparent url(../images/home/PORTRAITSHEAD.gif) no-repeat 0 0;
  		text-indent:-9009px;
}
#food h2 {
	    display:block;
  		height:33px; width:600px;
  		background:transparent url(../images/home/FOODHEAD.gif) no-repeat 0 0;
  		text-indent:-9009px;
}
#personal h2 {
	    display:block;
  		height:33px; width:600px;
  		background:transparent url(../images/home/PERSONALHEAD.gif) no-repeat 0 0;
  		text-indent:-9009px;
}






															/** END **/