body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 960px;
	margin: 0 0 16px 0;
	background-color: #444444;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header_banner {
	width: 486px;
}

#header_links {
	width: 474px;
	float: right;
	height: 107px;
	line-height: 107px;
	text-align: center;
	color: #aaa;
}

.width700 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#links {
	float: right;
}

#content_box {
	border: 1px solid #d6d6d6;
}

#picture_categories {
	background: #363b45;
	border-top: 1px solid #d6d6d6;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	font-size: 11px;	
	margin: 0;
	font-weight: bold;
}

#content {
	background-color: #888888;
	color: #fff;
	margin: 0;
}

#footer {
	background: #363b45;
	border-top: 1px solid #d6d6d6;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	margin: 0;
	font-weight: bold;
}

.padded16 {
	padding: 20px;
}

.clearing {
	clear: both;
}
.clearright {
	clear: right;
}

.blockcenter {
	margin-left: auto;
	margin-right: auto;
}

/* Text and Headings */
h1 {
	color: #e5e5b3;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
}

h2 {
	color: #dadcf2;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

p {
	margin-top: 0;
}

.notopmargin {
	margin-top: 0;
	padding-top: 0;
}

.nobottommargin {
	margin-bottom: 0;
	padding-bottom: 0;
}

.yellow {
	color: #e5e5b3;
}

.red {
	color: #940000;
}

.bold {
	font-weight: bold;
}

.green {
	color: #dbedda; 
}

.center {
	text-align: center;
}

/* Links */

a {
	color: #d4dce9;
	text-decoration: none;
}
a:active {
	color: #d4dce9;
	text-decoration: none;
}
a:visited {
	color: #d4dce9;
	text-decoration: none;
}
a:hover {
	color: #eeeeee;
	text-decoration: none;
}

a.white {
	color: #fff;
	text-decoration: none;
}
a.white:active {
	color: #fff;
	text-decoration: none;
}
a.white:visited {
	color: #fff;
	text-decoration: none;
}
a.white:hover {
	color: #eeeeee;
	text-decoration: none;
}

#header_links a {
	text-decoration: underline;
}

/* Images */
.greyborder {
	border: 1px solid #777777;
}

/* Home Page */
#home_left {
	float: left;
	width: 600px;
	padding-right: 20px;
	border-right: 1px solid #aaaaaa;
}

#home_right {
	margin-left: 640px;
}

img.blogimage {
	margin-right: auto;
	margin-left: auto;
	margin-top: 26px;
	margin-bottom: 26px;
	display: block;
	border: 1px solid #cccccc;
}

/* Login Page */
#login_box {
	width: 600px;
	background-color: #666;
	padding: 16px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333;
}

#login_box h2 {
	color: #e5e5b3;
}

#login_register_box {
	padding: 16px;
	width: 300px;
	background-color: #777;
	border: 1px solid #333;
}

#login_login_box {
	width: 250px;
	float: right;
}

/* Testimonials Page */
div.testimonial {
	width: 550px;
	padding: 16px;
	margin: 24px auto;
	background-color: #777777;
	border-top: 2px solid #555555;
	border-bottom: 2px solid #555555;
}

p.testimonial_text {
	font-style: italic;
	font-size: 15px;
}

p.testimonial_author {
	text-align: right;
	margin: 0;
	color: #e6e6e6;
}

/* User Area */

#userarea {
	background-image: url(../images/layout/userarea_background.jpg);
	background-repeat: repeat-y;
}

#userarea_content {
	margin-left: 205px;
}

#userarea_sidebar {
	width: 175px;
	float: left;
	padding: 16px;
	color: #fff;
}

#userarea_sidebar h3 {
	margin-top: 0;
}

#userarea_sidebar ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0;
	margin-top: 0;
}

#userarea_sidebar ul li {
	font-weight: bold;
	font-size: 13px;
	color: #e5e5b3;
}

#userarea_sidebar ul li a {
	color: #e5e5b3;
	text-decoration: none;
}
#userarea_sidebar ul li a:visited {
	color: #e5e5b3;
	text-decoration: none;
}
#userarea_sidebar ul li a:active {
	color: #e5e5b3;
	text-decoration: none;
}
#userarea_sidebar ul li a:hover {
	color: #d4dce9;
	text-decoration: none;
}

#userarea_sidebar ul ul {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 0;
	margin-bottom: 15px;
	padding-top: 10px;
}

#userarea_sidebar ul ul li {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 4px;
}

#userarea_sidebar ul ul li.break {
	margin-bottom: 8px;
}

#userarea_sidebar ul ul li a {
	color: #fff;
	text-decoration: none;
}
#userarea_sidebar ul ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#userarea_sidebar ul ul li a:active {
	color: #fff;
	text-decoration: none;
}
#userarea_sidebar ul ul li a:hover {
	color: #d4dce9;
	text-decoration: none;
}

#userarea_sidebar ul ul li.highlighted a {
	color: #d4dce9;
	text-decoration: none;
}
#userarea_sidebar ul ul li.highlighted a:visited {
	color: #d4dce9;
	text-decoration: none;
}
#userarea_sidebar ul ul li.highlighted a:active {
	color: #d4dce9;
	text-decoration: none;
}
#userarea_sidebar ul ul li.highlighted a:hover {
	color: #dddddd;
	text-decoration: none;
}

p.subtitle {
	color: #DDDDDD;
	margin-top: 0;
}

div.borders {
	border-top: 2px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
	padding: 16px;
	margin: 0;
	background-color: #999999;
}

div.borders h2 {
	color: #e5e5b3;
}

/* View Orders Section */

#view_orders_billing_information {
	float: right;
	width: 47%;
}

#view_orders_shipping_information {
	width: 47%;
}

.headerrow {
	font-weight: bold;
	font-size: 13px;
}

/* Prints Page */

.prints_navbar {
	display: block;
	background-color: #727272;
	padding: 12px;
	margin-bottom: 0px;
	line-height: 23px;
}

.prints_navbar h1 {
	margin: 0;
	padding: 0;
}

.prints_navbar a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

.prints_navbar a:visited {
	color: #fff;
}

.prints_navbar a:active {
	color: #fff;
}

.prints_navbar a:hover {
	color: #d4dce9;
}

.image_category {
	border: 1px solid #bbbbbb;
	margin-left: auto;
	margin-right: auto;
}

.image_category_name {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 15px;
}

.image_category_name a {
	color: #fff;
	text-decoration: none;
}

.image_category_name a:visited {
	color: #fff;
	text-decoration: none;
}

.image_category_name a:active {
	color: #fff;
	text-decoration: none;
}

.image_category_name a:hover {
	color: #d4dce9;
	text-decoration: none;
}

div#search {
	float: right;
}

.highlighted a {
	color: #d4dce9;
	text-decoration: none;
}
.highlighted a:visited {
	color: #d4dce9;
	text-decoration: none;
}
.highlighted a:active {
	color: #d4dce9;
	text-decoration: none;
}
.highlighted a:hover {
	color: #dddddd;
	text-decoration: none;
}

/* Print View Page */

#photobox {
	width: 465px;
	float: left;
}

#photobox img {
	border: 1px solid #DDDDDD;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#photobox p {
	text-align: center;
	margin-top: 4px;
}

#photobox a {
	text-decoration: none;
	font-weight: bold;
}

#infobox {
	float: right;
	width: 231px;
}

#infobox h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #e5e5b3;
}

#infobox p.photo_location {
	margin-bottom: 16px;
	font-style: italic;
	color: #DDDDDD;
}

#infobox p.photo_description {
	margin-top: 16px;
}

#purchasebox {
	border: 1px solid #bbbbbb;
	background-color: #777777;
}

#purchasebox #purchasebox_title {
	background-color: #363b45;
	padding: 10px;
}

#purchasebox #purchasebox_title h2 {
	color: #ccc;
	margin: 0;
	padding: 0;
}

#purchasebox #purchasebox_title p {
	margin: 0;
	padding: 0;
	color: #aaa;
	font-size: 11px;
	font-weight: bold;
}

#purchasebox #purchasebox_content {
	padding: 20px;
}

#purchasebox p.fine_print {
	margin-top: 16px;
	color: #ddd;
	font-size: 11px;
	font-weight: bold;
}

/* Shopping Cart */
img.cartpicture {
	margin-right: auto;
	margin-left: auto;
	display: block;
	border: 1px solid #cccccc;
}

/* Navigation */

ul.navlist
{



text-align: right;
margin-left: 0;
padding-left: 0;
padding-bottom:0px;
margin-top:5px;
padding-top:0px;
margin-bottom:5px;
white-space: nowrap;
color: #fff;
}

.navlist li
{

color: #fff;
display: inline;
list-style-type: none;
}

.navlist a { padding: 0px 2px; }

.navlist a:link, .navlist a:visited
{
font-weight:bold;
text-transform: uppercase;
font-size:12px;
color: #fff;
text-decoration: none;
}

.navlist a:hover
{
color: #7e89a2;
}

/* Homepage */

div.home_left {
	width: 580px;
	padding-right: 16px;
}

div.home_left div.home_content {
	clear: none;
	margin-left: 230px;
	width: 345px;
}

div.home_left div.home_announcements {
	margin-top: 20px;
	border-top: 2px solid #999;
	padding-top: 20px;
}

div.home_left div.home_announcements img {
	border: 2px solid #ddd;
	margin-bottom: 20px;
	margin-top: 20px;
}

div.home_right {
	float: right;
	width: 300px;
	padding-left: 20px;
	border-left: 2px solid #999;
}

div.home_right_box {
	margin: 0px;
	margin-bottom: 20px;
	border: 1px solid #aaa;
	background-color: #777;
}

div.home_right_box_heading {
	background-color: #363b45;
	padding: 10px;
}

div.home_right_box_content {
	padding: 20px;
}

div.sharebox p {
	display: inline;
	padding-right: 10px;
}
div.home_right_box h2 {
	margin: 0;
	padding: 0;
	color: #ccc;
}
div.home_right_box h2.home_blog {
	font-style: italic;
}
div.home_right_box h2.home_leadupheading {
	font-size: 12px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #999;
	margin-bottom: 0;
}

div.home_image {
	float: left;
	margin: 0;
}

div.home_image img {
	border: 2px solid #ddd;
	margin-bottom: 20px;
}

p.read_more {
	text-align: right;
	margin-bottom: 0;
	padding-bottom: 0;
}

h1.home_leadupheading {
	font-size: 12px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #ddd;
}

h1.home_heading {
	font-size: 32px;
	font-weight: lighter;
	margin: 0;
}

p.home_subheading {
	font-size: 20px;
	padding: 0;
	margin: 0;
	color: #eee;
	margin-bottom: 20px;
}

/* Customer Service Page */

p.shipping_table_title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

table.shipping_table {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	margin-top: 0;
	margin-bottom: 20px;
	border-color: #000;
    border-width: 0 0 1px 1px;
    border-style: solid;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #999;

}

table.shipping_table tr {
	margin: 0;
	padding: 0;
}

table.shipping_table tr.headerrow {
	background-color: #555;
	color: #fff;
	text-align: center;
}

table.shipping_table td {
	padding: 8px;
	margin: 0;
	border-color: #000;
    border-width: 1px 1px 0 0;
    border-style: solid;

}

/* Videos Page */

div.video_box {
	width: 500px;
	background-color: #666;
	border: 1px solid #bbb;
	margin-bottom: 35px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 20px;
}

div.video_box h2 {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0;
}

div.video_box object.video {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* Catalog Page */

div.catalog_message {
	padding: 20px;
	margin: 0;
	margin-bottom: 20px;
	border: 1px solid #bbb;
	background-color: #666;
}

div.catalog_message img {
	float: left;
	margin-right: 20px;
	margin-left: 0;
	border: 1px solid #bbb;
}
