/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 15px 0px 0px 0px;
	background-color: #999999;
}

h1 {
	padding: 0px;
	margin: 0px;
	color: #FF0000;
	font-size: 18px;
	font-weight: normal;
}

h2 {
	padding: 0px;
	margin: 0px;
	color: #999999;
	font-size: 16px;
	font-weight: normal;
	font-weight: bold;	
}

h3
{
    padding: 0px;
    margin: 0px;
    color: #FF0000;
    font-size: 16px;
    font-weight: normal;
    font-weight: bold;
    text-decoration: underline;
}
form {
	padding: 0px;
	margin: 0px;
}

input,textarea,select,option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.link {
	color: #FFFFFF;
	text-decoration: underline;
}

.link:hover {
	color: #FF0000;
	text-decoration: underline;
}

.red {
	color: #FF0000;
}

.container {
	background-color: #000000;
}

.top {
	padding: 20px 35px 20px 0px;
	text-align: right;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.addtofav {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 20px 0px 0px;
}

.addtofav:hover {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 20px 0px 0px;
}

.logo {
	width: 390px;
}


/****************************************************************************************
	Category Navigation
*****************************************************************************************/

.categorynav_padding {
	padding: 0px 35px 0px 50px;
}

.categorynav_spacer {
	width: 10px;
}

.categorynav {
	color: #FF0000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
}

.categorynav:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
}

.categorynav_commercial {
	width: 68px;
	background-image: url(images/categorynav_commercial.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding: 80px 0px 18px 0px;
}

.categorynav_weddings {
	width: 68px;
	background-image: url(images/categorynav_weddings.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding: 80px 0px 18px 0px;
}

.categorynav_portraits {
	width: 68px;
	background-image: url(images/categorynav_portraits.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding: 80px 0px 18px 0px;
}

.categorynav_publicity {
	width: 68px;
	background-image: url(images/categorynav_publicity.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding: 80px 0px 18px 0px;
}


/******************************************************************************
	Navigation
******************************************************************************/

ul#navlist {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

.nav {
	text-align: right;
	padding: 15px 35px 15px 0px;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0px 0px 0px 15px;
}

#navlist a:link, #navlist a:visited	{
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

#navlist a:hover {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

#navlist li a#current {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}


/******************************************************************************
	Content
******************************************************************************/

.content {
	padding: 30px 100px 30px 100px;
}

/******************************************************************************
	Footer
******************************************************************************/

.footer {
	background-color: #333333;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 15px 35px 15px 35px;
	color: #999999;
}

.swc {
	padding: 5px 35px 5px 0px;
	text-align: right;
}

.swclink {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}

.swclink:hover {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

.portrait_box {
	border: 1px solid #FFFFFF;
	padding: 10px;
}

.bottom {
	background-color: #999999;
}


/**************************************************************************************
	Home Page Backgrounds
**************************************************************************************/

.homebg {	
	background-image: url(images/bg_scroll.jpg);
	background-repeat: no-repeat;
}