/*
	Author: Robin Visanuvimol
	Student#: A00908239
*/	

body {
	background-color: #333333;
	width: 995px;
	margin: 0 auto;
}

/*	Most outer box	*/
#container {
	width: 100%;
	background-color: #000000;
	color: white;
	margin: 0 auto;
	font-family: Verdana;
}

/*	Logo area on top of page	*/
#logo {
	width: 100%;
	background-color: #000000;
	margin: 0 auto;
	padding: 10px;
}

/*	Navigation bar	*/
#nav {
	background-color: #000000;
	width: 100%;
	margin: 0 auto;
	height: 30px;
	padding: 10px;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	display: inline;
}

#nav a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	color: grey;
}

#nav a:link {
	color: grey;
}

#nav a:visited {
	color: grey;
}

#nav a:hover {
	color: white;
}

#index a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	color: grey;
}

#index a:link {
	color: grey;
}

#index a:visited {
	color: grey;
}

#index a:hover {
	color: white;
}

/*	Content in middle of page	*/
#content {
	width: 100%;
	background-color: #000000;
	margin: 0 auto;
	padding: 10px;
}
	
/*	Free trial	*/
#trial {
	width: 75%;
	background-color: #303030 ;
	text-align: left;
	padding: 10px;
	border-style: solid;
	border-color: white;
	border-width: 5px;
}
	
/*	Footer area	*/
#footer {
	background-color: #000000;
	width: 100%;
	margin: 0 auto;
	height: 250px;
	padding: 10px;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	color: grey;
}

#footer a:link {
	color: grey;
}

#footer a:visited {
	color: grey;
}

#footer a:hover {
	color: white;
}

#trial a:link {
	color: grey;
}

#trial a:visited {
	color: grey;
}

#trial a:hover {
	color: white;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	color: grey;
}

#content a:link {
	color: grey;
}

#content a:visited {
	color: grey;
}

#content a:hover {
	color: white;
}

p {
	font-size: 0.8em;
}

#line {
	border-style: solid;
	border-right-width: 3px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: silver;
}

#box1 {
	width: 225px;
	height: 140px;
	border-style: solid;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-color: #303030;
	background-color: white;
	color: #303030;	
	padding: 10px;
	font-size: 0.9em;
	font-family: Verdana, Arial, sans-serif;
	
	position: absolute;
	top: 350px;
	left: 470px;
}

#box2 {
	width: 175px;
	height: 200px;
	border-style: solid;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-color: #303030;
	background-color: white;
	color: #303030;	
	padding: 10px;
	font-size: 0.9em;
	font-family: Verdana, Arial, sans-serif;
	
	position: absolute;
	top: 270px;
	left: 20px;
}

#box3 {
	width: 255px;
	height: 221px;
	border-style: solid;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-color: white;
	background-color: #303030;
	color: white;	
	padding: 10px;
	font-size: 0.9em;
	font-family: Verdana, Arial, sans-serif;
	
	position: absolute;
	top: 255px;
	left: 180px;
}

#box4 {
	width: 205px;
	height: 181px;
	border-style: solid;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-color: white;
	background-color: #303030;
	color: white;	
	padding: 10px;
	font-size: 0.9em;
	font-family: Verdana, Arial, sans-serif;
	
	position: absolute;
	top: 270px;
	left: 750px;
}
.hidden {
	visibility: hidden;
}
	
/*	Media Gallery Code	*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}