@charset "UTF-8";

/* CSS Document */

html, body {
	padding: 0;
	margin: 0;
}

#container {
	position: absolute;
	width: 1000px;
	left: 1%;
	height: auto;
	margin: 10px auto;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 45px;
}

#top {
	position: relative;
	float: left;
	width: auto;
	height: 11px;
	border-bottom: solid #333333 1px;
	background: #BB141A;
}

.logo a:hover {
	background: none;
}

#left {
	position: relative;
	float: left;
	width: 450px;
	padding: 20px 10px 5px 5px;
}

#right {
	position: relative;
	float: right;
	width: 500px;
	height: auto;
	padding: 30px 5px 5px 10px;
	clear: right;
}

.clear {
	clear: none;
}

#footer {
	position: relative;
	float: left;
	width: 945px;
	padding: 5px 5px 5px 5px;
	border-top: solid #CECECE 1px;
	text-align: center;
}

#bottom {
	position: relative;
	float: left;
	width: 1000px;
	height: 9px;
	border-top: solid #000000 2px;
	background: #333333;
}

#validator {
	position: relative;
	float: left;
	width: 300px;
	padding: 25px 0px 10px 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	z-index: 10;
}

h1 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #BB141A;
	margin: 15px 5px 15px 5px;
	text-align: left;
	}

h2 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 5px 5px 15px 5px;
	text-align: left;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BB141A;
	margin: 5px 5px 15px 5px;
	text-align: left;
	}
h3 a {
	color:#BB141A;
	text-decoration:underline;
}

.tx {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	margin: 5px 5px 15px 5px;
}

.tx a {
	color:#3C434D;
	text-decoration:underline;
}

.tx a:hover {
	text-decoration:none;
	color:#3C434D;
}

ul.square {
	list-style-type: square;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

.lk {
	color: #666666;
}

.lk:hover {
	text-decoration: underline;
	color: #333333;
}

.stars  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.stars a {
	color:#bb141a;
	text-decoration:none;
	padding:0px 10px 7px 12px;
	background: url(seo_star.gif) no-repeat 0px 0px;
}

.stars a:hover {
	text-decoration:underline;
	color:#bb141a;
}

.packages {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BB141A;
}

.sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3A3937;
	font-weight: bold;
}

.sm a {
	color:#3C434D;
	text-decoration:none;
}

.sm a:hover {
	text-decoration:underline;
	color:#3C434D;
}

.ttl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #720D1B;
	font-weight: bold;
}


/* -------------------NEW MENU---------------------- */

#nav { 
position: relative;
float:left; 
margin: 2px 2px 5px 2px; 
padding:0px; 
width:100%; 
background:#333333; 
border-right:2px solid #ffffff; 
}

#nav li { 
display:inline; 
padding:0; 
margin:0; 
}

#nav a:link, 
#nav a:visited { 
float: left;
color:#FFFFFF; 
background:#333333; 
padding:5px 10px 5px 3px; 
border-right:2px solid #ffffff; 
text-decoration:none; 
font-family: Tahoma, Arial, sans-serif;
font-size: 10px;
font-weight: 400;
text-transform:uppercase; 
}

#nav a:hover { 
color:#fff; 
background:#94070A; 
}