/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin: 0px;
}

h1 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
}

h2 {
	font-size: 14px;
	color: #000000;
}

a, a:link, a:visited {
	color: #69BAEF;
	text-decoration: none;
}

a:hover {
	color: #69BAEF;
	text-decoration: underline;
}

#navigation a:hover {
	text-decoration: none;
}

/* Page Content */

#wrapper {
	background: url('images/bg.gif') repeat-x;
}

#content {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#topnav {
	height: 108px;
	background: url('images/brea_01.gif') no-repeat;
}

#header {
	height: 114px;
	background: url('images/brea_03.gif') no-repeat;
}

#page {
	height: 340px;
	min-height: 340px;
	background: url('images/brea_04.gif') no-repeat;
	padding-right: 45px;
	padding-left: 45px;
}

#navigation {
	position: absolute;
	top: 75px;
	margin-left: 350px;
	width: 400px;
}

#navigation ul {
	list-style: none;
	font-size: 12px;
	font-weight: bold;
}

#navigation li {
	display: inline;
	float: left;
}

#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited {
	float: left;
	padding: 0px 5px 0px 5px;
	color: #444444;
	margin: 0px;
}

#navigation ul li a:hover {
	display: block;
	float: left;
	padding: 0px 5px 0px 5px;
	color: #FFFFFF;
	background: #444444;
}
	

#flash {
	width: 225px;
	height: 169px;
	float: right;
	background: url('images/flash-bg.gif') no-repeat;
	margin-left: 15px;
	margin-bottom: 15px;
}

#orders {
	margin-left: auto;
	margin-right: auto;
	width: 670px;
	height: 250px;
}

#orders div {
	width: 48%;
	height: 150px;
	text-align: center;
	float: left;
}

#bottom {
	width: 665px;
	height: 120px;
}

#column-1, #column-2, #column-3, #column-4 {
	width: 165px;
	height: 120px;
	float: left;
}

#column-1 p, #column-2 p, #column-3 p, #column-4 p {
	margin: 3px 0px 0px 0px;
}

#column-top {
	margin-right: 5px;
	text-align: center;
	font-size: 12px;
	height: 20px;
	background: #CCCCCC;
	color: #FFFFFF;
}

#footer {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 30px;
}

p.error {
	color: #ffffff;
	padding: 3px;
	background: #d30000;
}

p.success {
	color: #ffffff;
	padding: 3px;
	background: #69BAEF;
}

.left {
	float: left;
}

.right {
	float: right;
}

.w50 {
	width: 45%;
}

.clear {
	clear: both;
}

.m_r_5 {
	margin-right: 5%;
}