
/* --- BASE CSS FILE --- */

@import url('01_template.css');
@import url('02_classes.css');
@import url('03_nav.css');
@import url('04_tabs.css');
@import url('05_forms.css');

object {
	border: none;
	outline: none;
}

/* --- GENERAL STYLES --- */
body {
	margin: 0;
	padding: 0;
	background: #05080b url('/images/template/bg.gif') repeat-x top left;
	font-family: "Tahoma", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#535353;
	min-height:100%;
}

p {
	margin:15px 20px 15px 0;
	line-height:1.7;
}

solid {
	padding:0;
	margin:0 20px 0 0;
	line-height:2;
	color:#4c4c4c;
}

h1 { /* big bold red to replace flash titles */
	font: 22px/22px Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d21916;
}

h2 { /* bold grey */
	font: 12px/20px verdana;
	color:#4c4c4c;
	font-weight: bold;
}

h3 { /* thin red */
	font: bold 14px/18px arial, sans-serif;
	color: #c01e1e;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	padding-left:25px;
	list-style: none;
	background-image:url(/images/template/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	line-height:2;
}

a {
	color: #af0a0a;
	text-decoration: none;
}

a:hover {
	color: #d01c1c;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	outline: none;
}

a:active {
	text-decoration : none;
	color : #be7736;
}

a.home-active, a.home-active:hover{
	color: #f49b00;
}

hr {
	height: 1px;
	color: #e5e5e5;
	padding: 0;
}

img {
	border: none;
	outline: none;
}

blockquote {
	background-color:#f5f5f5;
	border:1px solid #e5e5e5;
	padding:30px;
	margin:10px 0 10px 0;
}