*
{
	padding: 0;
	margin: 0;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em Arial, Helvetica, sans-serif;
	color: #fff;
	background: #0b123c;
	text-align: center;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h3, h4, h5, h6
{
	color: #9d8100;
}

h3{
	font-size: 2.0625em;
	letter-spacing: -0.5px;
	font-weight: 400;
	margin-bottom: 30px;
}

#briggs
{
	background: url('../images/briggs-new.gif') top left no-repeat;
	border-left: 1px solid #9d8100;
	border-bottom: 1px solid #9d8100;
	color: #fff;
	display: block;
	height: 88px;
	margin-bottom: 45px;
	text-indent: -9999px;	
	width: 380px;
}

p /* STANDARD PARAGRAPH STYLE */
{
	font-size: 0.8125em;
	line-height: 250%;
	margin-bottom: 10px;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.8em;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
}

#nav li{
	list-style-type: none;
}

#news{
	float: left;
	list-style-type: none;
}

/* LAYOUT DIVS *************************/

#container
{
	background: url('../images/bg.gif') 0 246px no-repeat;
	width: 1080px;
	height: auto;
	margin: 0 auto;
	padding-top: 35px;
	text-align: left;
}

#left_column{
	float: left;	
}

#header
{
	background: url('../images/logo.gif') top left no-repeat;
	float: left;
	width: 299px;
	height: 211px;
	text-indent: -9999px;
}

#nav
{
	clear: left;
	height: auto;
	width: 299px;
}

#ticker{
	float: left;
	font-size: 1.2em;
	border-bottom: 1px solid #9d8100;
	padding-bottom: 30px;
	width: 740px;
}

marquee{
	float: left;
	width: 650px;
}

#ticker span{
	color: #9d8100;
	float: left;
	text-transform: uppercase;
}

#content
{
	float: left;
	height: auto;
	padding-left: 40px;
	width: 740px;
}

#sub_content{
	width: 380px;
	margin-right: 40px;
}

#scrollable{
	height: 280px;
	overflow-y: auto;
}

#sidebar
{
	float: right;
	padding-top: 5px;
	width: 312px;
	height: 48px;
}

#sidebar img{
	margin-bottom: 3px;
}

#extra_pad{
	margin-bottom: 15px
}

#footer
{
	background: url('../images/footer.gif') 0 -11px no-repeat;
	clear: both;
	height: 114px;
	text-align: center;
	padding-top: 10px;
}


#footer li{
	display: inline-block;
	margin: 0 14px;
}


/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #3300ff;
}

a:visited
{
	text-decoration: underline;
	color: #3300ff;
}

a:hover
{
	text-decoration: underline;
	color: #3300ff;
}

#nav a
{
	background-image: url('../images/nav_sprite.gif');
	display: block;
	width: 299px;
	height: 45px;
	text-indent: -9999px;
	color: #3300ff;
	text-decoration: none;
}

#nav_signs{
	background-position: 0 -45px;
}

#nav_trophies{
	background-position: 0 -90px;
}

#nav_screen{
	background-position: 0 -135px;
}

#nav_engrave{
	background-position: 0 -180px;
}

#nav_colour{
	background-position: 0 -225px;
}

#nav_contact{
	background-position: 0 -270px;
}

#nav a:visited
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:hover
{
	color: #333;
	text-decoration: none;
}

/* FORM **/

label
{
	display: block;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	width: 95%;
	padding: 3px;
}

textarea
{
	width: 95%;
	padding: 3px;
	height: 100px;
	font: 0.9em Arial, Helvetica, sans-serif;
}