@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #BF1313 url(../graphics/bg.gif) repeat-x top;
	font-size: 80%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

hr {
	border-top: 1px solid #CCC;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0 0 20px 0;
}

h1 {
	color: #BF1313;
	font-weight: normal;
}
h2 {
	font-weight: normal;
}
h3 {
	color: #BF1313;
}

a {
	color: #BF1313;
}
a:hover {
	text-decoration: none;
}

/* --------------------------------------
	Page Wrapper
-------------------------------------- */
#WS-Wrapper {
	margin: 0 auto;
	width: 818px;
	text-align: left;
}

/* --------------------------------------
	Containers
-------------------------------------- */
#WS-Container-BG {
	margin: 0;
	padding: 0;
	background: url(../graphics/shaddow-main-middle.png) repeat-y;
} 
#WS-Container {
	margin: 0;
	padding: 0 9px;
	background: url(../graphics/page-top-bg.jpg) no-repeat top;
} 

#WS-Container-Top {
	margin: 0;
	padding: 0;
	overflow: auto;
}
#WS-Container-Bottom {
	
}

/* --------------------------------------
	Telephone
-------------------------------------- */
#WS-Telephone {
	float: right;
	width: 191px;
	padding: 18px 0 0 0;
	font-size: 120%;
	font-weight: bold;
}

#WS-Telephone img {
	float: left;
	margin: 0 10px 0 0;
}

/* --------------------------------------
	Logo
-------------------------------------- */
#WS-Logo {
	float: left;
	width: 156px;
	padding: 40px 0 0 35px;
}

/* --------------------------------------
	Navigation
-------------------------------------- */
#WS-Nav {
	margin: 0 200px 0 200px;
	min-height: 210px;
}
#WS-Nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#WS-Nav ul li {
	float: left;
	padding: 0 30px 0 0;
}
#WS-Nav ul li a {
	padding: 15px 0 0 0;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 120%;
	background: none;
	display: block;
}
#WS-Nav ul li a:hover {
	background: url(../graphics/nav-arrow.gif) no-repeat top;
}

/* --------------------------------------
	Content Colums
-------------------------------------- */
#WS-Content-Right {
	float: right;
	width: 191px;
	font-size: 90%;
}
#WS-Content-Right ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#WS-Content-Right ul li {
	padding: 0 0 10px 20px;
	background: url(../graphics/icon-tick.gif) no-repeat left top;
	margin: 0;
}


#WS-Content-Left {
	float: left;
	width: 191px;
}
#WS-Content-Left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#WS-Content-Left ul li {
	padding: 0 0 20px 20px;
	background: url(../graphics/icon-arrow.gif) no-repeat left top;
	margin: 0;
}

#WS-Content-Center {
	margin: 0 191px;
}

/* --------------------------------------
	Sidebars
-------------------------------------- */
.WS-Sidebar-Top {
	height: 26px;
	background: url(../graphics/shaddow-sidebar-top.png) no-repeat center;
	margin: 0;
}
.WS-Sidebar-Middle {
	min-height: 300px;
	background: url(../graphics/shaddow-sidebar-middle.gif) repeat-y center;
	margin: 0;
	padding: 0 25px;
}
.WS-Sidebar-Footer {
	height: 27px;
	background: url(../graphics/shaddow-sidebar-footer.gif) no-repeat center;
	margin: 0;
}

/* --------------------------------------
	Content Box
-------------------------------------- */
.WS-ContentBox-Top {
	height: 26px;
	background: url(../graphics/shaddow-contentbox-top.png) no-repeat center;
	margin: 0;
}
.WS-ContentBox-Middle {
	min-height: 300px;
	background: url(../graphics/shaddow-contentbox-middle.gif) repeat-y center;
	margin: 0;
	padding: 0 25px;
}
.WS-ContentBox-Footer {
	height: 27px;
	background: url(../graphics/shaddow-contentbox-footer.gif) no-repeat center;
	margin: 0;
}

/* --------------------------------------
	Content
-------------------------------------- */
#WS-Content {
	margin: 0;
	padding: 0;
}

.WS-List-Ticks {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.WS-List-Ticks li {
	padding: 0 0 10px 20px;
	background: url(../graphics/icon-tick.gif) no-repeat left top;
	margin: 0;
}
/* --------------------------------------
	Footer
-------------------------------------- */
#WS-Footer {
	margin: 0;
	padding: 20px 30px 10px 30px;
	background: url(../graphics/shaddow-main-footer.png) no-repeat bottom;
	min-height: 50px;
}
#WS-Footer img {margin: 0 5px;}

#WS-Footer-Right {
	float: right;
	width: 400px;
	text-align: right;
}

#WS-Footer-Left {
	margin: 0 400px 0 0;
	padding: 5px 0 0 0;
}


#WS-Footer-Bottom {
	margin: 0;
	padding: 20px 30px;
	color: #FFF;
	font-size: 85%;
}

/* --------------------------------------
	Forms
-------------------------------------- */

.FORM-Field {
	width: 240px;
}

/* ---------------------------------------------------
			LASER RED 
----------------------------------------------------*/
#laserred {
	display: block;
	float: right;
	width: 80px;
	height: 28px;
	background: url(../graphics/laserred.png) no-repeat 0 0;
	text-indent: -9999px;
	text-align: left;
}

#laserred:hover {background-position: 0 -28px}