body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image:  url(../../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
}
#page {
	background-color: #FFFFFF;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border: 1px solid #cccccc;
}
#nav {
	width: 180px;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #cccccc;
}

#nav li {
	border-bottom: 1px solid #cccccc;
	background-image: url("../images/list_item_bg.jpg");
}

#nav li a {
	display: block;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
}

/* Fix IE. Hide from IE Mac \*/
* html #nav li a, * html #nav li span { height: 1%; }
/* End */

#nav span {
	display: block;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	background-image: url("../images/nav_span_bg.jpg");
}

#nav span2 {
	display: block;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	background-image: url("../images/nav_span_bg2.jpg");
}

#nav li a:hover {
	color: #FFFFFF;
	background-image:  url("../images/list_item_hover_bg.jpg");
	background-repeat: repeat-y;
}
a {	
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

a:hover {
	color: #D64745;
}

a img {
	border: none;
}
.a, a, a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #D64745;
}
#footer {
	background-color: #FFFFFF;
	margin-top: 8px;
	border: 1px solid #CCCCCC;
}
#footer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.footer_divide {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#footer li {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#footer ul a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #2681C6;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #2681C6;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #2681C6;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	padding: 5px 10px 5px 10px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
h6{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 3px 0px 3px 10px;
}
.box2 {
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

.box h2, .box2 h2 {
	margin-top: 0;
}
#blue_header {
	display: block;
	font-weight: bold;
	padding: 0px;
	color: #FFFFFF;
	background-image: url(../images/blue_header.jpg);
	background-repeat: repeat-y;
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.dvd_box {
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	background-image: url(../images/dvd_logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}
.book_box {
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	background-image: url(../images/book_logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.music_box {
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	background-image: url(../images/music_logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.software_box {
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	background-image: url(../images/software_logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.featured_box {
	padding: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	background-image: url(../images/featured_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}
.featured_header {
	font-size: 16px;
	font-weight: bold;
	color: #D21818;
}
#bottom_nav a {
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#bottom_nav a:hover {
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.leftcolumn_image {
	margin-top: 15px;
}
