html {
    width: 100%;
    height: 100%;
}
td,tr,table,th {
	margin:0;
	padding:0;
}
body {
    background-image: url(http://portraitartsphotography.com/design/background.png);
    background-position: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#container {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1, h2, h3, h4, h5 {
    font-family:  Verdana, Arial, Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    position: relative;
    left: 10px;
    top: 7px;
}

h1.normal {
left: 0px;
top: 0px;
}

h2.normal {
left: 0px;
top: 0px;
}

h3.normal{
left: 0px;
top: 0px;
}

#header {
    width: 900px;
    height: 200px;
    margin: 0px;
}

#main-nav {
    background-image: url(http://portraitartsphotography.com/design/main-nav-background-900pxx35px.png);
    background-position: center;
    width: 900px;
    height: 35px;
    margin: 2px 0px 2px 0px;
}

#main-content-table-top {
    background-image: url(http://portraitartsphotography.com/design/main-content-area-top.png);
    background-color: transparent;
    background-position: center;
    vertical-align: top;
    width: 900px;
    height: 26px;
}

#main-content-table-bottom {
    background-image: url(http://portraitartsphotography.com/design/main-content-area-bottom.png);
    background-position: center;
    vertical-align: bottom;
    width: 900px;
    height: 26px;
}

#main-content {
    background: #FFFFFF;
    background-position: center;
    width: 900px;
}

#left-column {
    padding: 0px 15px;
}

#main-left-column {
    background: #FFFFFF;
    /*	float:left;   */
    width: 570px;
    margin: 0px auto 0px 15px;
}

#main-right-column {
    background: #FFFFFF;
    /*	float:right;   */
    width: 286px;
    margin: 0px 15px 0px auto;
}

.image-spacing {
    margin: 3px 0px;
}

.images-right-column {
    margin: 3px 0px;
}

#right-side-bar {
    background-image: url(http://portraitartsphotography.com/design/side-column-short-background.png);
    width: 286px;
    height: 30px;
}

#main-column-background {
    background-image: url(http://portraitartsphotography.com/design/main-column-background.png);
    width: 535px;
    height: 30px;
}

.main-content-paragraphs {
    width: 535px;
}
.main-content-paragraphs-2 {
    width: 575px;
	margin-left: 5px;
}

.footer {
    text-align: center;
    padding: 60px 0px 0px 0px;
}

#gallery-table {
    font-family:  Verdana, Arial, Georgia,  "Times New Roman", Times, serif;
    font-size: 10px;
	padding: 3px;
	display: block;
	border: 1px solid #ccc;
}

#gallery-table a {
   text-decoration: none;
}

#gallery-table a:hover {
	text-decoration: underline;
}

a#directory {
	text-decoration: none;
	cursor: default;
	color:#000000;
}


a:hover#directory {
	text-decoration: none;
	cursor: default;
	color:#000000;
}
/* primaryNav
 ================================================================
 This copyright notice must be kept untouched in the stylesheet at
 all times.
 
 The original version of this stylesheet and the associated (x)html
 is available at http://www.stunicholls.com/menu/pro_dropdown_3.html
 Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
 This stylesheet and the associated (x)html may be modified in any
 way to fit your requirements.
 =================================================================== */
.preload1 {
    background: url(http://portraitartsphotography.com/design/main-nav-background-900pxx35px.png);
}

.preload2 {
    background: url(http://portraitartsphotography.com/design/main-nav-background-900pxx35px.png);
}

#nav {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 35px;
    background: url(http://portraitartsphotography.com/design/main-nav-background-900pxx35px.png) no-repeat;
    position: relative;
	z-index: 500;
	font-family: Georgia, 'Times New Roman';
}

#nav li.top {
    display: block;
    float:left;
}

#nav li a.top_link {
    display: block;
    float: left;
    height: 35px;
    line-height: 33px;
    color: #CCC;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    padding: 0 0 0 12px; 
	cursor:pointer;
	background: url() no-repeat right top;
}

#nav li a.top_link span {
    float: left;
    display: block;
    padding: 0 24px 0 12px;
    height: 35px;
    background: url() right top no-repeat;
}

#nav li a.top_link span.down {
    display: block;
    padding: 0 24px 0 12px;
    height: 35px;
    background: url(http://portraitartsphotography.com/design/three_0a.png) no-repeat right top;
}

#nav li:hover a.top_link {
    color: #373737;
    background: url() no-repeat;
}

#nav li:hover a.top_link span {
    background: url(http://portraitartsphotography.com/design/three_1.png) repeat-x left top;
}

#nav li:hover a.top_link span.down {
    background: url(http://portraitartsphotography.com/design/three_1a.png) no-repeat right top;
    padding-bottom: 3px;
}

/* Default list styling */
#nav li:hover {
	z-index: 200;
    position:relative;
}

#nav li:hover ul.sub {
    left: 1px;
    top: 35px;
    background: #373737;
    padding: 3px;
    border: 1px solid #212121; 
    white-space: nowrap;
    width: 180px;
    height: auto;
		
	
}

#nav li:hover ul.sub li {
    display: block;
    height: 19px;
    position: relative;
    float: right;
    width: 180px;
    font-weight: normal;

}

#nav li:hover ul.sub li a {
    display: block;
    font-size: 11px;
    height: 18px;
    width: 178px;
    line-height: 18px;
    text-indent: 5px;
    color: #fff;
    text-decoration: none;
	border: 1px solid #212121; 
}

#nav li ul.sub li a.fly {
    background: #373737 url(http://portraitartsphotography.com/design/arrow_over.gif) 168px 6px no-repeat;
}

#nav li:hover ul.sub li a:hover {
    background: #373737;
    color: #fff;
    border-color: #50b5d0;
}

#nav li:hover ul.sub li a.fly:hover {
    background: #373737 url(http://portraitartsphotography.com/design/arrow.gif) 168px 6px no-repeat;
    color: #fff;
}

#nav li b {
    display: block;
    font-size: 11px;
    height: 18px;
    width: 178px;
    line-height: 18px;
    margin-bottom: 3px;
    text-indent: 6px;
    color: #fff;
    border-bottom: 1px solid #50b5d0;
}

#nav li:hover li:hover ul, #nav li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover li:hover ul {
    left: 180px;
    top: -4px;
    background: #373737;
    padding: 3px;
    border: 1px solid #212121; 
    white-space: nowrap;
    width: 180px;
    height: auto;
	z-index: 400;
}

#nav ul, #nav li:hover ul ul, #nav li:hover li:hover ul ul, #nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav li:hover li:hover a.fly, #nav li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover li:hover a.fly {
    background: #373737 url(http://portraitartsphotography.com/design/arrow.gif) 168px 6px no-repeat;
    color: #fff;
    border-color: #FFF;
}

#nav li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li:hover li a.fly {
    background: #373737 url(http://portraitartsphotography.com/design/arrow_over.gif) 168px 6px no-repeat;
    color: #fff;
    border-color: #212121; 
}

/*Gallery Page Formatting */
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 550px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

.pricing {
	padding: 0px 0px 0px 10px;
}

