/* CSS Document Candy Shop */

/* -----------------------------------------------------------
General Page Properties
----------------------------------------------------------- */

html * {
	margin: 0;
	padding: 0;
	border: 0;
}

a  {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#7f7f7f;
	text-decoration:underline;
}

hr {
	margin: 10px 33px 10px 0;
	color: #000;
	border-left: 0;
	border-right: 0;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #000;
	height: 5px;
}

/* -----------------------------------------------------------
Main Div's
----------------------------------------------------------- */

div#wrapper {
	width:731px;
	margin: auto;
}

div#content {
	width:729px;
	background:#000;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#fff;
}

div#innertube {
	width:696px;
	padding:10px 0 0 23px;
}

div#innertube p {
	padding-bottom:13px;
	line-height:13px;
	margin-right:23px;
}

div#footer {
	margin-bottom:20px;
	padding-top:13px;
}

/* -----------------------------------------------------------
Navigation
----------------------------------------------------------- */

/* Classes */

ul.main-nav {
	list-style: none;
	color: #fff;
	text-transform: uppercase;
}

.main-nav li {
	display: inline;
}

.main-nav li a {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	padding:0px 3px;
}

.main-nav li a:hover {
	color: #7f7f7f;
	text-decoration: none;
}

.main-nav li a.active {
	color: #ed1c24;
	text-decoration: none;
}

/* ID's */

#main-top-nav {
	float: right;
	font-size: 12px;
	padding-top:90px;
	text-align:right;
}

/*#main-bottom-nav {
	font-size: 11px;
	text-align:right;
	padding:8px 0 0 0;
	margin:0;
}*/


/* -----------------------------------------------------------
Images
----------------------------------------------------------- */
.left_img {
	float:left;
	margin-right:20px;
}

div#marquee {
	background:#333c53;
	color:#fff;
	border:1px solid #fff;
	width:680px;
	margin:10px 0;
}

div#marquee p {
	padding:2px;
}



div#header table, div#second-header table td, div#second-header table tr
{
	position: relative;
	top: 90px;
	left: 325px;
	padding: 0;
	margin: 0;
}

div#header td img
{
	border: 0;
}
textbox2 {
	float: left;
	width: 900px;
}

