/* CSS Document */

/* basic elements */
html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #53647B;
	margin: 0px;
	padding: 0px;
	background: #F5F3F3 url(images/background.png) repeat-y top left;
	width: 98%;
}

form, input {
	padding: 0px;
	margin: 0px;
}

#container {
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 500px;
}

#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 700px;
  height: 74px;
	background-color: #53647B;
}

#headerLogos h1 {
  position: absolute;
  left: 0px;
  top: 5px;
	height: 36px;
	width: 350px;
	margin: 0px;
	padding: 0px;	
	color: #FFFFFF;
	font-size: 36px;
	
}

#headerLogos h4 {
	position: absolute;
	height: 36px;
	width: 340px;
  left: 360px;
  top: 5px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: right;	
	font-size: 36px;
}


#headerForm {
	position: absolute;
	top: 50px;
	left: 0px;
	background-color: #C2CE38;
	height: 24px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#headerForm h3 {
	position: absolute;
	left: 290px;
	top: 3px;
	height: 22px;
	width: 240px;
	margin: 0px;
	padding: 0px;
}

#headerForm form {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	text-align: right;
}

#headerForm input {
	font: 11px Arial, Sans-Serif;
}

#searchTerm {
	margin: 2px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
}

#searchSubmit {
	margin: 0px 0px 0px 3px;
	border: 0px solid white;
}

#menucontainer {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 206px;
	height: 325px;
	background-color: #ECEFC6;
	color: #53647B;
	overflow: hidden;
}

#item1,#item2, #item3, #item4 {
	width: 206px;
	height: 30px;
	border-bottom: 1px solid #fff;
	cursor: hand;
	overflow: hidden;
}

#item4 {
	border-top: 1px solid #fff;
}

#item1 h1, #item2 h1, #item3 h1, #item4 h1{
	font-size: 14px;
	width: 200px;
	height: 20px;
	margin: 7px 0px 0px 7px;
}

#item1 img, #item2 img, #item3 img, #item4 img, #item5 img{
	margin: 7px 0px 0px 7px;
}

#item5 {
	position: absolute;
	top: 300px;
	left: 0px;
	width: 206px;
	height: 26px;
	padding: 0px;
	display: block;
	margin: 0px;
	background: #53647B url(images/menu_bg3.png) no-repeat bottom left;
	cursor: hand;
}

#item5 h1 {
	font-size: 13px;
	width: 200px;
	height: 20px;
	margin: 3px 0px 0px 7px;
}

#item5 a:hover {
	background-color: #79899F;
}

#gallery{
	position: absolute;
	top: 125px;
	left: 0px;
	width: 206px;
	height: 175px;
	margin: 0px;
	padding: 0px;
	background-color: black;
	overflow: hidden;
}

#contentcontainer {
	position: absolute;
	top: 75px;
	left: 211px;
	width: 489px;
	height: 325px;
	border: 0px solid black;
}

#contentcontainer h1{
 	font-size: 24px;
	width: 550px;
	height: 20px;
	margin: 3px 0px 0px 7px;
	border: 0px solid black;
}

#image-data{
	width: 489px;
	height: 180px;
	overflow: hidden;
}

#most_viewed_container {
	position: absolute;
	top: 410px;
	left: 0px;
	width: 700px;
	height: 160px;
	overflow: hidden;
}

#last_added_container {
	position: absolute;
	top: 580px;
	left: 0px;
	width: 700px;
	height: 160px;
}

#rightcolumn {
	width: 480px;
	float: left;
	padding: 5px 0px 0px 0px;
	margin: 5px 5px 10px 5px;`
}

#week {
	border-bottom: 1px solid #C2CE38;
}

#week h5 {
	height: 25px;
	width: 400px;
	margin: 5px 0px 10px 5px;
	padding: 0px;
}

#week h2 {
	font-size: 18px;
	font-family: Georgia, Serif;
	float: right;
	width: 220px;
	height: 50px;
	margin: 0px;
	padding: 0px;
}

#week h3 {
	padding: 44px 0px 0px 0px;
	font-size: 48px;
}

#week img {
	float: left;
	height: 180px;
	width: 240px;
	margin: 0px 5px 0px 5px;
	border: 1px solid #53647B;
}

#week ul {
	clear: right;
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 220px;
}

#week li {
	padding: 1px;
}

#week p {
	clear: both;
	display: block;
	margin: 10px 5px 2px 5px;
}

#week a {
	text-decoration: none;
	color: #53647B;
}

#week a:hover {
	color: #79899F;
}

.top3, .newest3 {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.top3 div, .newest3 div {
	display: block;
	width: 230px;
	height: 124px;
	text-decoration: none;
	margin: 0px;
	color: #53647B;
	background-color: #C2CE38;
}

.mostclicked a {
	clear: right;
	width: 100px;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

.top3 a:hover, .newest3 a:hover {
	color: #53647B;
}

.top3 h5 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 28px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 4px solid #53647B;
	font-size: 24px;
}

.newest3 h1{
	display: block;
	height: 23px;
	width: 100%;
	margin-top: 25px;
	padding: 10px 0px 0px 0px;
	border-bottom: 4px solid #53647B;
}

#mostclicked1, #mostclicked2 {
	float: left;
	margin: 22px 0px 0px 0px; 
	padding: 0px;
}

#mostclicked2 {
	margin-left: 5px;
}

#mostclicked3 {
	float: right;
	margin: 22px 0px 0px 0px; 
	padding: 0px;
}

.mostclicked {
	width: 230px;
	height: 124px;
	margin: 0px;
	padding: 0px;
	background: transparent url(images/thumb_corner.png) no-repeat bottom right;
}

.mostclicked img {
	border: 1px solid #53647B;
	width: 120px;
	height: 90px;
	margin: 5px;
	float: left;
}

.mostclicked h6 {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	height: 20px;
}

.mostclicked ul {
	margin: 2px 0px 8px 0px;
	padding: 0px;
	float: right;
	width: 98px;
	font-size: 10px;
}

.mostclicked li {
	list-style-type: none;
	padding: 1px 0px 0px 0px;
}

#footnote {
	position: relative;
	margin: 10px 0px 0px 0px;
	color: #ddd;
	clear: both;
	width: 700px;
	text-align: center;
}

#footnote a{
	color: #ddd;
	text-decoration: none;
}
