/* Body */
html, body {margin: 0px 0px 0px 0px; height: 100%; background-color: #ffffff; font-family: "Trebuchet MS"; font-size: 12px; color: #4c4c4c;}
.clear {clear: both; margin: 0; padding: 0; }
a img {border: none;}
.clear {clear: both;}

/* Green Top Bar */
#top_bar {background: url(../images/bar_bg.png) repeat-x; height: 36px; padding: 5px;}
#top_bar_content {height: 36px; width: 1000px; margin: 0 auto; vertical-align: middle;}

/* Navigation */

#navigation {
	height: 50px;
	width: 1110px;
	margin: 0 auto;
}
ul#nav li {	display:block; float:left;}
ul#nav li a {
	display:block;
	outline:none;
	width:200px;
	height:50px;
	text-indent:-9009px;
	margin:0 20px 0 0;
	padding: 0;
	background-color: transparent;
	background-image: url(../images/nav2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

ul#nav li#photo_books a {
	width:135px;
	background-position:0px 0px;
}

ul#nav li#photo_books a:hover {background-position:0px -50px; }
ul#nav li#photo_books_active a {
	background-position:0px -50px;
	width: 135px;
}
ul#nav li#memory_books a {
	width: 150px;
	background-position: -143px 0px;
}
ul#nav li#memory_books a:hover {
	background-position: -143px -50px;
}
ul#nav li#memory_books_active a {
	background-position: -143px -50px;
	width: 150px;
}



ul#nav li#calendars a {
	width:110px;
	background-position:-312px 0px;
}
ul#nav li#calendars a:hover {
	background-position:-312px -50px;
}
ul#nav li#calendars_active a {background-position:-170px -50px; width: 110px;}

ul#nav li#cards a {
	width:70px;
	background-position:-442px 0px;
}
ul#nav li#cards a:hover {
	background-position:-442px -50px;
}
ul#nav li#cards_active a {
	background-position:-442px -50px;
	width: 70px;
}

ul#nav li#posters a {
	width:85px;
	background-position:-530px 0px;
}
ul#nav li#posters a:hover {
	background-position:-530px -50px;
}
ul#nav li#posters_active a {
	background-position:-530px -50px;
	width: 85px;
}

ul#nav li#photo_gifts a {
	width:130px;
	background-position:-635px 0px;
}
ul#nav li#photo_gifts a:hover {
	background-position:-635px -50px;
}
ul#nav li#photo_gifts_active a {
	background-position:-635px -50px;
	width: 130px;
}

ul#nav li#get_started a {
	width:125px;
	background-position:-777px 0px;
}
ul#nav li#get_started a:hover {
	background-position:-777px -50px;
}
ul#nav li#get_started_active a {
	background-position:-777px -50px;
	width: 125px;
}

/* Banner */
#banner {background: url(../images/banner_bg.png) repeat-x; height: 359px;}
#banner_darkblue {
	background-image: url(../images/banner_bgdarkblue.png);
	background-repeat: repeat-x;
	height: 359px;
}

#banner_shadow {background: url(../images/banner_shadow.png) repeat-x; height: 15px; position: relative; z-index: 999;}
#banner_content {height: 374px; width: 1000px; margin: 0 auto;}
#logo {padding-top: 15px; padding-right: 15px; float: left;}
#rotating_photo {background: url(../images/rotate_bg.png); height: 309px; width: 470px; margin-top: 25px; float: right;}

/* Rotator */
/* rotator in-page placement */
#rotator {position:relative; padding-left: 5px; padding-top: 5px;}
/* rotator css */
#rotator ul li {float:left; position:absolute; list-style: none; }
/* rotator image style */	
#rotator ul li.show {z-index:500;}
#rotator ul {margin: 0; padding: 0; list-style-type: none;}

/* Content */
#content {width: 1000px; margin: 0 auto; }


/* Footer */
/* #footer_shadow {background: url(../images/footer_shadow.png) repeat-x; height: 7px; position: relative; z-index: 99; margin-top: -15px;}
#footer {background: url(../images/footer_bg.png) repeat-x; height: 183px; position: relative; z-index: 99; } */
#footer {background: url(../images/footerbg.png) repeat-x; height: 200px; position: relative; z-index: 99; margin-top: -15px;}
#footer_links {height: 108px; width: 1000px; margin: 0 auto; padding-top: 15px;}
#footer_info {height: 75px; width: 1000px; margin: 0 auto;}

/* Text */
.title_white {font-size: 18px; color: #ffffff;}
a.title_white {font-size: 18px; color: #ffffff; text-decoration: underline;}
a:hover.title_white {font-size: 18px; color: #ffffff; text-decoration: underline;}
a:visited.title_white {font-size: 18px; color: #ffffff; text-decoration: none;}
.h1 {font-size: 24px; color: #858585; font-weight: normal;}
.footer_title {color: #0cb1da; text-transform: uppercase;}
.footer_link {color: #4c4c4c; text-transform: uppercase; text-decoration: none;}
a.footer_link {color: #4c4c4c; text-transform: uppercase; text-decoration: none;}
a:visited.footer_link {color: #4c4c4c; text-transform: uppercase; text-decoration: none;}
a:hover.footer_link {color: #4c4c4c; text-transform: uppercase; text-decoration: underline;}
.footer_link_small {font-size: 10px; color: #616161; text-decoration: none;}
a.footer_link_small {font-size: 10px; color: #616161; text-decoration: none;}
a:visited.footer_link_small {font-size: 10px; color: #616161; text-decoration: none;}
a:hover.footer_link_small {font-size: 10px; color: #616161; text-decoration: underline;}
.footer_copyright {font-size: 11px; color: #616161; text-decoration: none; line-height: 17px;}
a.footer_copyright {font-size: 11px; color: #0cb1da; text-decoration: none; line-height: 17px;}
a:visited.footer_copyright {font-size: 11px; color: #0cb1da; text-decoration: none; line-height: 17px;}
a:hover.footer_copyright {font-size: 11px; color: #0cb1da; text-decoration: underline; line-height: 17px;}

/* Home Page */
#main {float: left;}
#vertical_divider {background: url(../images/divider.jpg) repeat-y; width: 1px; height: 650px; margin-top: 30px;}

#vertical_divider_photobooks {background: url(../images/divider.jpg) repeat-y; width: 1px; height: 900px; margin-top: 30px;}
#vertical_divider_calendars {background: url(../images/divider.jpg) repeat-y; width: 1px; height: 200px; margin-top: 30px;}
#vertical_divider_posters {background: url(../images/divider.jpg) repeat-y; width: 1px; height: 410px; margin-top: 30px;}
#vertical_divider_cards {background: url(../images/divider.jpg) repeat-y; width: 1px; height: 650px; margin-top: 30px;}
#vertical_divider_photogifts {background: url(../images/divider.jpg) repeat-y; width: 1px; height: 400px; margin-top: 30px;}
#side_bar {
	background-color: #f4ffb6;
	width: 320px;
	height: 875px;
	float: right;
	position: relative;
	margin-top: -15px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
#side_bar_photobooks {
	background-color: #f4ffb6;
	width: 320px;
	height: 1320px;
	float: right;
	position: relative;
	margin-top: -15px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
#side_bar_calendars {
	background-color: #f4ffb6;
	width: 320px;
	height: 470px;
	float: right;
	position: relative;
	margin-top: -15px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
#side_bar_posters {
	background-color: #f4ffb6;
	width: 320px;
	height: 720px;
	float: right;
	position: relative;
	margin-top: -15px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
#side_bar_cards {
	background-color: #f4ffb6;
	width: 320px;
	height: 910px;
	float: right;
	position: relative;
	margin-top: -15px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
#side_bar_memorybooks {
	background-color: #f4ffb6;
	width: 320px;
	height: 630px;
	float: right;
	position: relative;
	margin-top: -15px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
#side_bar_photogifts {
	background-color: #f4ffb6;
	width: 320px;
	height: 740px;
	float: right;
	position: relative;
	margin-top: -15px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

/* Home Page Table Formatting */
.padding_left_column {
	padding: 0px 15px;
}
.padding_right_column {
	padding: 0px 30px;
}

.linkstyle:link {
	color: #09B0D8;
}
.linkstyle:visited {
	color: #666666;
}
.linkstyle:hover {
	color: #CC0000;
}
.footerlinkstyle:link {
	color: #4c4c4c;
	text-transform: uppercase;
	text-decoration: none;
}
.footerlinkstyle:visited {
	color: #a7ba24;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}
.footerlinkstyle:hover {
	color: #CC0000;
	text-transform: uppercase;
	text-decoration: underline;
}
.text14 {font-size: 14px}
.h2 {
	font-size: 14px;
	font-weight: bold;
	color: #09B0D8;
}

