@charset "utf-8";


/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #FFFFFF;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	line-height: 180%;
	color: #3d3d3d;
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: repeat-x;
}

/******** Layout Elements ********/

.wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.header {
	height: 130px;
	padding: 5px;
	background-color: #ffffff;
	text-align: center;
	line-height: 50px;
	background-image: url(images/header_01.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-position: center;
}

.content {
	margin: 0 20px 10px 210px;
	padding: 5px;
	background-color: #ffffff;
}

.dailyphoto {
	margin: 5px;
	background-color: #ffffff;
	background-image: url(images/dailyphoto.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 600px;
	width: 650px;
	padding-top: 15px;
}

.menu {
	float: left;
	padding: 8px;
	background-color: #ffffff;
	background-image: url(images/arrows.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 225%;
}

.footer {
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #ffffff;
	clear: both;
	text-align: center;
	background-image: url(images/arrows.gif);
	background-repeat: repeat-x;
}

/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: lighter;
	color: #CCCCCC;
	text-transform: uppercase;
	text-align: right;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
	color: #000066;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}	

a, a:active, a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #6666CC;
	text-decoration: underline;
}

.menu a:hover {
	color: #666666;
}

.header a, .header a:active, .header a:visited {
	color: #999999;
}

.header a:hover {
	color: #999999;
	text-decoration: underline;
}
a .navPage ,a:active .navPage , a:visited .navPage {
	color: #000066;
	text-decoration:underline;
}

a:hover .navPage  {
	color: #999999;
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
	color: #333333;
}

.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	color: #999999;
}

.left {
	float: left;
	margin: 0 0 10px 0;
	padding: 8px;
}

.right {
	float: right;
	margin: 0 0 10px 0;
	padding: 8px;
}

/******** List Styles Styles ********/

ul li {
	margin: 0 0 0 3px;
	list-style: none;
}

ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}

ul ul {
	margin: 0 0 15px 0;
}

/********** Shopping Cart Elements ***************/

#cart_thumbnail {
	position:absolute;
	width:450px;
	height:500px;
	margin:30px 0px 0px 40px;
	padding:0px 10px 0px 30px;
	visibility:hidden;
	text-align:center;
	background-color:white;
	border:medium solid #000066;
}
.cartWrapper {
	float:left;
	width:100%;
	height:500px;
	overflow:auto;
}
.cart_thumb {
	float:left;
	height:100px;
	width:100px;
	margin:10px 10px 0px 10px;
}
.cart_item_details {
	float:left;
	height:100px;
	width:500px;
	border-bottom:thin solid #000066;
	margin:10px 10px 0px 10px;
}
.cartHeader {
	float:left;
	width:705px;
	height:61px;
	border-bottom:thin solid #000066;
	margin:5px 0px 0px 20px;
	padding-bottom:2px;
}
.cartItemDescription {
	width:550px;
}
#cartLargeView {
	position:absolute;
	height:500px;
	width:600px;
	visibility:hidden;
	text-align:center;
	margin:80px 0px 0px 130px;
	z-index:100;
}
.cart_thumb_text {
	color:#000066;
	font-size:10px;
}
.cart_thumb_image {
	height:85x;
	width:85px;
}
#cartTotals {
	float:left;
	padding:7px;
	width:149px;
	height:110px;
	background-color:lavender;
	margin-top:-334px;
	}
.remove_button {
	float:right;
	width:70px;
	height:20px;
	cursor:pointer;
	margin-top:-20px;
}

