@import "default.css";

body {
	background-color: #fff;
}

p {
	margin: 3px 0;
}

h1, h2 {
	font-family: Arial;
	color: #2c2c2c;
	font-size: 18px;
}

h1 {
	font-size: 24px;
}

div#top, div#bottom, div#container, div#menu_top, div#menu_bottom {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}

div#top_container {
	margin-bottom: 5px;
	background: #2c2c2c url(bg-top.gif) top repeat-x;
}

div#top {
	position: relative;
	height: 90px;
	padding-bottom: 2px;
}

div#top img.logo {
	position: absolute;
	top: 5px;
}

div#top div#log {
	position: absolute;
	width: 278px;
	height: 70px;
	top: 5px;
	right: 5px;
	padding: 5px;
	background-color: #1f576c;
}

div#top div#cart {
	position: absolute;
	top: 5px;
	right: 300px;
	width: 91px;
	height: 80px;
	background-color: #1d5d76;
}

div#top div#cart a {
	color: #fff;
}

div#menu_top, div#menu_bottom {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #2c2c2c;
	text-align: right;
}

div#menu_top {
	font-size: 16px;
}

div#menu_bottom {
	font-size: 12px;
}

div#menu_top a, div#menu_bottom a {
	color: #2c2c2c;
	text-decoration: none;
}

div#menu_top a {
	font-variant: small-caps;
	font-weight: bold;
}

div#menu_bottom a {
	text-transform: uppercase;
}

div#menu_top a:hover, div#menu_bottom a:hover {
	color: #0073d5;
	text-decoration: none;
}

div#search1_top {
	height: 5px;
	font-size: 1px;
	background: #dbdbdb url(bg-rc1_top.gif) bottom no-repeat;
	overflow: hidden;
}

div#search1 {
	margin-bottom: 10px;
	padding: 0 5px 5px 5px;
	background: #dbdbdb url(bg-rc1_bottom.gif) bottom no-repeat;
}

div#search2_top {
	height: 5px;
	font-size: 1px;
	background: #eeeeee url(bg-rc2_top.gif) bottom no-repeat;
	overflow: hidden;
}

div#search2 {
	margin-bottom: 10px;
	padding: 0 5px 5px 5px;
	background: #eeeeee url(bg-rc2_bottom.gif) bottom no-repeat;
}

a.story_board, a.clip_bin, a.your_cart {
	display: inline-block;
	height: 15px;
	width: 15px;
	background: url(bg-buttons.gif);
	background-repeat: no-repeat;
	overflow: hidden;	
}

a.story_board {
	background-position: 0 0px;
}

a.clip_bin {
	background-position: 0 -15px;
}

a.your_cart {
	background-position: 0 -30px;
}

a.story_board span, a.clip_bin span, a.your_cart span {
	display: none;
}







table#pages {
	border-collapse: collapse;
}

table#pages td {
	vertical-align: middle;
	padding: 1px;
}

table#pages td a {
	display: block;
	border: 1px solid #fff;
	padding: 2px 3px;
	color: #2c2c2c;
	text-decoration: none;
	font-weight: bold;
	background-color: #fff;
}

table#pages td a:hover {
	color: #000;
	border: 1px solid #bfdcf4;
	background-color: #bfdcf4;
}

table#pages td a.sel {
	border: 1px solid #0073d5;
	color: #fff;
	background-color: #0073d5;
}










div#bottom_container {
	margin-top: 10px;
	border-top: 1px solid #2c2c2c;
}

div#bottom {
	position: relative;
	height: 30px;
}

div#bottom p {
	position: absolute;
	top: 5px;
}

div#bottom p.copyright {
	left: 10px;
}

div#bottom p.developed {
	right: 10px;
}

div#bottom p.developed a {
	color: #0073d5;
}

div#login {
	height: 70px;
	background: url(bg-login.gif) top left no-repeat;
}

div#login, div#login a, div#logout, div#logout a {
	color: #fff;
}

div#logout h3 {
	font-size: 18px;
	font-weight: normal;
}

