* { margin: 0; padding: 0; }

/* commented backslash hack \*/ 
html, body { height:100%; } 
/* end hack */
html,body { margin:0; padding:0; }


/* Base ######################################## */


body {
	background-image: url(../images/background_home.jpg);
	background-color: #66cccc;
	background-repeat: no-repeat;
	border: 0px solid #FFFFFF;
	height: auto;
	padding: 10px 0 0 65px;
	margin-bottom: 1px;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #ffffff; }
	
body.about { background-image: url(../images/background_about.jpg); }
body.fashion { background-image: url(../images/background_fashion.jpg); }
body.event { background-image: url(../images/background_wedding.jpg); }
body.portrait { background-image: url(../images/background_portrait.jpg); }
body.contact { background-image: url(../images/background_contact.jpg); }

.block { display: block; }
.clear { clear: both; }
.none { display: none; }

:focus { outline: 0; }

img { border: 0; }


/* Main Elements ######################################## */

#wrapper {}

#container {
	width: 1130px;
	position: relative;
	padding-bottom: 20px; }

.lister { padding: 32px 0 0 0; }

#phone {
	position: absolute;
	top: 91px;
	left: 1100px;
	margin: 0;
	padding: 0; }

#column1 {
	float: left;
	width: 370px;
	margin-right: 10px; }
	
.grey {
	margin-top: 32px; /* 27 (img) + 5 margin */
	height: 480px;
	background: #838888; }
	
#column2 {
	float: left;
	width: 370px; }
	
.no_header { margin-top: 32px; /* 27 (img) + 5 margin */ }
	
#column3 {
	float: right;
	width: 370px; }
	
#column1 img, #column2 img, #column3 img { margin-bottom: 5px; }

#underbar { clear: both; }


/* Headers / Text ######################################## */
	
h1 {
	font: 18px/22px Arial, Helvetica, sans-serif;
	width: 370px;
	height: 218px;
	background: url(../images/logo.jpg) no-repeat;
	text-indent: -4444px;
	position: relative;
	text-align: left; }
	
h1 a { 
	width: 370px;
	height: 218px;
	display: block; }

h2 {
	margin: 30px 0 15px 30px;
	font: 14px/22px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px; }
	
h3 {
	margin: 0 0 15px 30px;
	font: 12px/15px Verdana, Arial, Helvetica, sans-serif; }
	
h3 span { color: #cccccc; }
	
p { 
	margin: 15px 20px 0 30px;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif; }
	
p.copyright { 
	margin: -10px 0 0 0;
	font: 9px/10px Verdana, Arial, Helvetica, sans-serif;
	text-align: left; }
	
.carousel-component .carousel-list p { 
	margin: 15px 20px 0 30px;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif; }
	
em { font-style: italic; }
strong { font-weight: bold; }


/* Navigation ######################################## */

#navigation {
	position: absolute;
	top: 91px;
	left: 446px;
	margin: 0;
	padding: 0;
	list-style: none; }
	
#navigation li {
	float: left;
	height: 20px; }

#navigation li#about { width: 44px; background: url(../images/nv_about.gif) no-repeat; }
#navigation li#about_on { width: 44px; background: url(../images/nv_about_on.gif) no-repeat; }
#navigation li#fashion { width: 59px; background: url(../images/nv_fashion.gif) no-repeat; }
#navigation li#fashion_on { width: 59px; background: url(../images/nv_fashion_on.gif) no-repeat; }
#navigation li#event { width: 43px; background: url(../images/nv_event.gif) no-repeat; }
#navigation li#event_on { width: 43px; background: url(../images/nv_event_on.gif) no-repeat; }
#navigation li#portrait { width: 65px; background: url(../images/nv_portrait.gif) no-repeat; }
#navigation li#portrait_on { width: 65px; background: url(../images/nv_portrait_on.gif) no-repeat; }
#navigation li#contact { width: 60px; background: url(../images/nv_contact.gif) no-repeat; }
#navigation li#contact_on { width: 60px; background: url(../images/nv_contact_on.gif) no-repeat; }

#navigation li a { display: block; height: 20px; text-indent: -4444px; text-decoration: none; }


#controls {
	margin: 0;
	padding: 0;
	list-style: none; }
	
#controls li {
	float: left;
	height: 10px; }


/* Links ######################################## */

a { color: #cccccc; text-decoration: underline; }
a:visited { color: #cccccc; }
a:hover { color: #ffffff; }

a.none { text-decoration: none; }

	


/* carousel component ######################################## */

.carousel-component { 
	padding:0px;
	/* margin:0px; */
	margin: 0 0 0 -5px;
	height: 500px;
}

.carousel-component .carousel-list li.text { 
	color: white;
	text-align: left;
	background: #838888;

}

.carousel-component .carousel-list li { 
	margin: 0 5px;
	width:370px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:480px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*	margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component .carousel-list li a { 
	display:block;
	border:1px solid #e2edfa;
	outline:none;
}

.carousel-component .carousel-list li a:hover { 
	border: 1px solid #aaaaaa; 
}

.carousel-component .carousel-list li img { 
	border:0px solid #999;
	display:block; 
	margin-left: 0;
}
								
.carousel-component .carousel-prev { 
	position:absolute;
	top:490px;
	z-index:3;
	cursor:pointer; 
	left:510px; 
}

.carousel-component .carousel-next { 
	position:absolute;
	top:490px;
	z-index:3;
	cursor:pointer; 
	left:581px; 
}

.carousel-component .carousel-list li a.text { 
	display: inline;
	border: 0;
	outline:none;
}

.carousel-component .carousel-list li a.text:hover { 
	border: 0; 
}


/* image preload ######################################## */

.hiddenPicPreload {
	display:none;
}