
html 
{
	margin: 0;
	padding: 0;
	height: 100%;
	 
}
	
body 
{ 
	 
	font-family:'Century Gothic', Cordel, sans-serif;
    font-size:13px;
	 
    margin: 0; 
	padding: 0;
	height: 100%;
	 
	 
  
    /*background-image:url("../images/design/body_background.jpg");
	background-position:0 0;
	background-repeat:repeat-x; */ 
}


div#top_strip
{
	background:url(images/topstrip.png) repeat-x;
	height:31px;
	
}

div#bottom_strip
{
	background:url(images/bottomstrip.png) repeat-x;
	height:31px;
	margin-top:-2px;
	
}
h1.logo { text-indent:-5000px; width:260px; height:209px; background:url('http://www.avivaphotostudios.com/images/logo_large.jpg') no-repeat; text-align:center; margin:0px auto;}
div#header
{
	width:925px;
	margin:0 auto;
	height:110px;
	position:relative;
}

img#topart
{
	position:absolute;
	top:-1px;
	right:40px
}


img#logo
{
	float:left;
	margin-right:12px;
}


ul.header_navigation, ul.lowest_navigation
{
	list-style: none outside none;/*type position image*/
	padding-left:10px;
	float:left;
	height:16px;
	border:0px #000 solid;
	display:block;
	
	color:#58585a;
 
}

ul.lowest_navigation
{
	width:925px;
}

ul.header_navigation 
{
	width:730px;
}

ul.lowest_navigation
{
	
	
	margin-top:12px;
	display:block;
}

ul.header_navigation li 
{
	display:block;
	float:left;
	padding-right:13px;
	 
	
}

ul.lowest_navigation li
{
	display:block;
	float:left;
	padding-right:5px;
	 color:#999999;
	 
	
}

ul.header_navigation li a
{

	color:#58585a;
	text-decoration:none;
	font-weight:bold;
	
}

 
ul.lowest_navigation li,
ul.lowest_navigation li a 
{
	text-decoration:none;
	 color:#999999;
	 font-size:11px;
}

ul.lowest_navigation li a:hover
{
	text-decoration:underline;
}

ul.header_navigation li a:hover, 
ul.header_navigation li a.active
{
	color:#306d86;
	 
}


hr#header_divider
{
	color:#cccccc;
	width:740px;
	display:block;
	float:left;
	margin-top:8px;
	margin-bottom:7px;
	 
	 
	 
}

div.blue_strip
{
	background:url(images/line.png) repeat-x;
	height:36px;
	z-index:100;
	position:relative;
	
}


#container
{
	
	  
	 background:url(images/pattern.jpg);
	 z-index:50;
	 margin-top:-10px;
	  margin-bottom:-10px;
	  position:relative;
	  
}


div.gallery_titles
{
	width:903px;
	padding:0 18px;
	margin:0 auto;
	color:#FFF;
}

div.gallery_titles ul
{
	list-style: none outside none; 
	padding-top:10px;
	padding-left:10px;
	 
}

div.gallery_titles ul li 
{
	display:block;
	 float:left;
	 margin-right:5px;
}

div.gallery_titles ul a
{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

div.gallery_titles ul a:hover, div.gallery_titles ul a.active
{
	color:#000;
}


#content
{
	width:939px;
	
	border:0px solid #FFF;
	
	background:url(images/pageline.png) repeat-y;
	margin:0 auto;
	 
	 position:relative;
	  min-height:394px; 
	  border:0px #090 solid;
	
	
}

#content_inner
{
	border:0px #090 solid;
	margin:18px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
	padding-top:17px;
	padding-bottom:16px;
	
}

#content_header
{
	width:899px; 
	height:285px; 
}

p
{
	padding:5px 0;
}

h1
{
	color:#306d86;
	text-transform:uppercase;
	font-size:25px;
	font-weight:bold;
	margin-bottom:10px;
}

p.heading
{
	color:#306d86;
	 
	font-size:14px;
	margin-top:10px;
	 
}

p.under
{
	 
	padding:0;
}


h2 
{
	color:#306d86;
	text-transform:uppercase;
	font-size:14px;
	margin-top:15px;
	font-weight:bold;
	
}

h2.top
{
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:5px;
}

h3
{
	 
	padding-top:15px;
	padding-bottom:6px;
	color:#306d86;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bolder
	
}



div.block
{
	padding-bottom:10px;
	margin-bottom:5px;
	border:0px solid #000;
}

div.block:hover
{
	/*background-color:#bad8e0;*/
}


h3,   div.block
{
	padding-left:33px;
}

#leftCol
{
	width:231px;
	float:left;
	background-color:#edf5f7;
	margin-right:11px;
	
}

span.promo_date
{
	display:block;
	padding-top:0px;
	font-size:14px;
}

ul.promotions
{
	margin-left:0;
	list-style: none outside none; 
}

ul.promotions li.option
{
	font-size:16px;
	margin-bottom:10px;
	padding-left:0;
}

ul.subcat
{
	margin-left:5px;
	 
	list-style: none outside none; 
}

ul.subcat li.option
{
	background-image: url(images/dot.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 13px; 
	display:block;
}

ul.subcat li a, ul.promotions li a
{
	color:#99a9ad;
	text-decoration:none;
	text-transform:lowercase;
	padding:0;
	margin:0;
	display:block;
	font-weight:bold;
	
}

ul.promotions li a:hover
{
	text-decoration:underline;
}

ul.subcat li a:hover
{
		text-decoration:underline;
}



#rightCol
{
	width:646px;
	float:right;
}

#footer_navigation
{
	width:939px;
	margin:0 auto;
	height:43px;
	margin-top:-7px;
}

 
#footer_navigation ul
{
	list-style: none outside none; 
	margin-top:-1px;
	margin-left:5px;
}

#footer_navigation ul li
{
	 display:block;
	 float:left;
	 margin-right:2px;
	 height:43px;
	 border:0px solid #000;
}

#footer_navigation ul li a
{
	color:#FFF;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	padding-top:8px;
	font-size:13px;
	font-weight:bold;
}

#footer_navigation ul li a:hover, #footer_navigation ul li a.active
{
	padding-top:12px;
}

#footer_navigation ul li#one
{
	background:url(images/1.jpg) no-repeat;
	width:139px;
}

#footer_navigation ul li#one:hover, #footer_navigation ul li#one_active
{
	width:139px;
	background:url(images/1_on.jpg) no-repeat;
	 
}

#footer_navigation ul li#two
{
	background:url(images/2.jpg) no-repeat;
	width:178px;
	
}

#footer_navigation ul li#two:hover, #footer_navigation ul li#two_active
{
	background:url(images/2_on.jpg) no-repeat;
	width:178px;
	 
}


#footer_navigation ul li#three
{
	background:url(images/3.jpg) no-repeat;
	width:133px;
}

#footer_navigation ul li#three:hover, #footer_navigation ul li#three_active
{
	background:url(images/3_on.jpg) no-repeat;
	width:133px;
}


#footer_navigation ul li#four
{
	background:url(images/4.jpg) no-repeat;
	
	width:133px;
}

#footer_navigation ul li#four:hover, #footer_navigation ul li#four_active
{
	background:url(images/4_on.jpg) no-repeat;
	width:133px;
	 
}

#footer_navigation ul li#five
{
	background:url(images/5.jpg) no-repeat;
	width:98px;
}

#footer_navigation ul li#five:hover, #footer_navigation ul li#five_active
{
	background:url(images/5_on.jpg) no-repeat;
	width:98px;
	 
}

#footer_navigation ul li#six
{
	background:url(images/6.jpg) no-repeat;
	width:104px;
}

#footer_navigation ul li#six:hover, #footer_navigation ul li#six_active
{
	background:url(images/6_on.jpg) no-repeat;
	width:104px;
	 
}

div#bottom
{
	width:1000px;
	margin:0 auto;
	height:80px;
	background:url(../images/bottomart.png) bottom left no-repeat;
	position:relative;
	 
}

 
span.social_media
{
	 float:right; 
	 padding-top:6px; 
	
}
span.social_media a
{
	 font-size:11px; 
	 color:#000000 ;
	 text-decoration:none
}

img.social_media
{
	 float:right; 
	 margin-right:3px; 
	 margin-left:6px; 
}

#navigation_div
{
	width: 232px;
	height: 236px; 
	background-image:url("../images/navigation_background.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;	
}

#navigation_div a,  #navigation_div a:link, #navigation_div a:visited, #navigation_div a:active
{
	text-transform: uppercase; 
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#navigation_div a:hover
{
	color:#333;
}

#navigation_div ul
{
	list-style: none outside none;/*type position image*/
	padding-top: 7px;
	padding-left:56px;
 
}

#navigation_div li
{
	  
	padding-top:10px;
}


 


 
a
{
	outline:none;
}


div.clear
{
	clear:both;
}



/*-----*/

#slideshowControl
{
	width: 232px;/*66*3 + 3*12* = 206+36*/ 
	position:absolute;
	top:0;
	left:0;
	 
}

#slideshowControl img.thumb 
{
	width:52px;
	height: 52px;
	margin-right:3px;
	margin-bottom:3px;
	cursor:pointer;
	display:block;
	 
}

#slideshowControl ul 
{
	list-style: none outside none;/*type position image*/
	padding: 0px;
	margin: 0px;
	 
}



#slideshowControl li
{
	display: block;
	position:relative;
	float:left;
}

#slideshowControl li .overlay
{
	background-image:url(../images/play_pause.png);
	background-repeat:no-repeat;
	background-position:0 0;
	
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:52px;
	height:52px;
	cursor:pointer;
}

#slideshowControl ul.paused li .overlay
{
	
	 background-position:0 -52px ;
}


#slideshowControl li.active .overlay
{
	display:block;
}

div.picture_description p
{
	padding:15px;
}


h4, h4 a
{
	font-size:12px;
	padding:5px 0;
	color:#666666;
	text-transform:uppercase;
	font-weight:bolder;
	text-decoration:none;
}

h4 a:hover
{
	text-decoration:underline;
}


img#slideshow_loadingArea,
img#slideshow_displayArea 
{
	 
}


div#press_icons
{
	width:100px; 
	float:right
}

div#press_icons img
{
	
	margin:0; padding:0;
	display:block;
	 margin-bottom:5px; 
}


p.rave
{
	font-style:italic;
	padding-bottom:0;
	padding-top:20px;
}
p.raver
{
	font-size:11px;
}

p.first
{
	padding-top:5px;
}
p.last
{
	padding-bottom:0;
}


form td
{
	text-align:left;
}


label.appt_time
{
	width:100px;
}

table#appt td
{
	padding:3px;
}

div.home_tile
{
	width:123px;  
	float:left; 
	margin-right:18px
}

div.home_tile a
{
	text-transform:uppercase;
	color:#747B7E;
	text-decoration:none;
	font-size:17px;
	
	 
}

div.home_tile a:hover
{
	 text-decoration:underline;
}