/*
	Global Auction Network CSS
	by: Steve DeMott
	2007-11-05	version 1.0
	<link rel="stylesheet" type="text/css" href="styles.css" title="style_sheet">
*/

/*	========= HTML ENTITIES =========	*/

body {
	background-image: url('images/grey_gradient.png');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #666666;
	margin-top: 0;
}

img { border: 0; }

p {
	margin-left: 6px;
	text-align: left;
}

a:link, a:visited {
	color: #4170cf;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: underline;
}

ul {
	margin-top: 0;
	margin-bottom: 2.4em;
	padding-top: 0;
	line-height: 1.2em;
	}

li {
	margin-bottom: 0.6em;
	}
	
/*	========= CONTAINERS =========	*/

#container {
	width: 900px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

#top_nav_blue {
	width: 900px;
	height: 36px;
	margin-top: 0;
	clear: all;
	background-image: url('images/bg_top_blue.png');
	background-repeat: no-repeat;
}

#top_nav_red {
	width: 900px;
	height: 36px;
	margin-top: 0;
	clear: all;
	background-image: url('images/bg_top_red.png');
	background-repeat: no-repeat;
}

#top_nav_green {
	width: 900px;
	height: 36px;
	margin-top: 0;
	clear: all;
	background-image: url('images/bg_top_green.png');
	background-repeat: no-repeat;
}

#top_nav_yellow {
	width: 900px;
	height: 36px;
	margin-top: 0;
	clear: all;
	background-image: url('images/bg_top_yellow.png');
	background-repeat: no-repeat;
}

#top_nav_orange {
	width: 900px;
	height: 36px;
	margin-top: 0;
	clear: all;
	background-image: url('images/bg_top_orange.png');
	background-repeat: no-repeat;
}

#left_nav {
	width: 346px;
	height: 353px;
	float: left;
	background-image: url('images/black_stripes.gif');
}

#movie {
	width: 554px;
	height: 353px;
	background-image: url('images/black_stripes.gif');
	float: right;
	clear: right;
}

#left_column {
	width: 346px;
	float: left;
	text-align: center;
}

#right_column {
	width: 554px;
	float: right;
	clear: right;
}

#footer {
	width: 990px;
	height: 40px;
	clear: all;
}

#footer p {
	font-size: 10px;
	line-height: 1.2em;
	text-align: left;
	padding-left: 350px;
	vertical-align: bottom;
	text-transform: uppercase;
	color: #666666;
}


#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover, #footer a:active {
	color: #4170cf;
	text-decoration: underline;
	font-weight: bold;
}

/*	========= CLASSES =========	*/

.top_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 6px;
	padding-right: 6px;
}

.top_nav a:link, .top_nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 6px;
	padding-right: 6px;
}

.top_nav a:hover, .top_nav a:active {
	color: #fbae17;
	text-decoration: none;
}

.clear {
	clear: both;
}

.aligncenter {
	text-align: center;
	}

.indent {
	margin-top: 0;
	padding-top: 0;
	padding-left: 9px;
	
	}