/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#f0f0ef;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:Verdana, Geneva, sans-serif;
	color:#7b7c7e;
}
a {
	text-decoration:none;
	color:#7b7c7e;
}
a img {
	border:none;
}
p {
	margin:15px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:15px 0;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size:27px;
	color:#4b4b4d;
}
h2 {
	font-size:22px;
}
h3 {
	font-weight:normal;
	font-size:16px;
}
td {
	vertical-align:top;
}
hr {
	margin:0;
	padding:0;
	border:none;
	background:none;
	border-top:1px dotted #6f6b6a;
	height:1px;
}
ul, li {
	margin:0;
	padding:0;
}
ul {
	padding-left:12px;
	margin-left:5px;
}
li {
	padding:1px 0;
}
#site {
	width:980px;
	margin:0 auto;
	background:url(../images/site_repeat.jpg) top left repeat-y;
}
#header {
	position:relative;
	background:url(../images/header_bg.jpg) top left no-repeat;
	height:50px;
}
#logo {
	position:absolute;
	top:25px;
	left:20px;
}
#func {
	position:absolute;
	top:25px;
	right:30px;
}
#func ul, #func li {
	margin:0;
	padding:0;
	list-style:none;
}
#func li {
	float:left;
	padding-left:16px;
}
#func img {
	vertical-align:middle;
	padding-right:3px;
}

#infoBox {
	background:#d0ecf9;
	border:1px solid #4395ca;
	padding:3px 20px;
	margin-top:-10px;
	margin-bottom:10px;
}
#infoBox td {
	padding:2px 5px;
}

#container {
	overflow:hidden;
	background:url(../images/footer_bg.jpg) bottom left no-repeat;
	padding:0 30px 9px 20px;
}
* html #container {
	height:1%;
}

#container-middle-full {
	padding-left:8px;
	overflow:hidden;
}

.layout-grey {
	background:url(../images/content_grey.gif) top left no-repeat;
}

.layout-grey #content, .layout-yellow #content, .layout-blue #content {
	padding:0 12px;
}
#content {
	margin-top:15px;
}
#content p, #content h1, #content h2 {
	margin:8px 0;
}
#content p {
	line-height:1.6em;
}


#content a {
	text-decoration:underline;
}

#products {
	text-align:center;
	color:#5e5a5c;
	background:#FFF;
}
#products h2 {
	margin:0;
}
#products td {
	padding:2px 5px;
}

#ticker {
	background:#FFF;
	border:1px solid #c7c6cd;
	position:absolute;
	top:50px;
	right:70px;
	padding:5px;
	text-align:center;
	color:#333;
	width:155px;
	font-weight:bold;
	cursor:move;
}
#closeBtn {
	position:absolute;
	top:-3px;
	right:-3px;
	background:#fff;
	border:1px solid #c7c6cd;
	padding:1px 3px;
	color:#000;
}

#ticker h1 {
	font-size:14px;
	margin:5px 0;
}
#ticker table {
	background:#f0f0ef;
	width:130px;
	margin:0 auto;
}
#ticker .blue {
	background:#0070b8;
	color:#FFF;
}

#ticker input {
  height: 11px;
  width : 40px;
  font-size: 10px;
  background-color: #f0f0ef;
}

a.more {
	background:url(../images/icon_more.gif) center left no-repeat;
	padding-left:12px;
	color:#0070b8;
}

.alignCenter {
	text-align:center;
}
.alignLeft {
	text-align:left;
}
.heading {
	font-size:26px;
	color:#0d77bc;
	text-transform:uppercase;
}
.underline {
	text-decoration:underline;
}

.colBlack {
	color:#000;
}

.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}

.red1 {
	background:#9f0e31;
	color:#FFF;
}
.red1A {
	background:#e0c2c1;
}
.red2 {
	background:#dd5671;
	color:#FFF;
}
.red2A {
	background:#f9d1d2;
}



