body {
	background:url(../images/bg.jpg) repeat-x; 
	margin:0;
	font:10pt "Trebuchet MS", verdana, sans-serif;
	color:#333;
}

html{
	overflow-y:scroll
} 

html .container {
	width:980px; 
	margin:0px auto;
}

a {
  -moz-outline: none 0;
  outline: none 0;
}

/* HEADER***********************************/

#header {
	width:100%;
	height:320px;
	background:url(../images/header-bg.jpg) no-repeat top center;
}

#header .logo {
	float:left;
	margin:16px 0 0 28px;
}

#header .container {
	position:relative;
}

#header .language {
	position:absolute;
	top:0;
	right:0;
	width:156px;
	height:33px;
	background:url(../images/language-bg.png) no-repeat;
	margin:0;
	padding:8px 0 0 0;
	list-style:none;
	font-size:11px;
	text-align:center;
}

#header .language li {
	margin:0;
	padding:0;
	display:inline;
}

#header .language li a {
	text-decoration:none;
	color:#333;
}

#header .language li a:hover {
	text-decoration:underline;
}

#header .language li span {
	color:#bb3328;
}

#header .tag {
	float:right;
	padding:150px 93px 0 0;
	width:258px;
	font-size:14px;
}

#header .tag p {
	margin:0 0 10px 0;
	line-height:17px;
}

#header .tag .info {
	color:#8c2721;
	font-weight:bold;
	font-size:16px;
}

#header .tag .info span {
	font-size:22px;
}


/* BODY************************************/

#navbar {
	float:left;
	width:300px;
	position:relative;
	height:1030px;
}

#navbar .menu {
	float:left;
	width:298px;
	height:705px;
	background:url(../images/navbar-bg.jpg) no-repeat;
	margin:0;
	padding:15px 0 0 0;
	list-style:none;
}


#navbar .menu .headlink {
	float:left;
	width:286px;
	background:url(../images/navbar-tit.jpg) no-repeat;
	margin:0 0 2px 0;
	padding:7px 0 5px 12px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#8c2721;
}

#navbar .menu .headlink a {
	color:#8c2721;
	text-decoration:none;
}

#navbar .menu .headlink ul {
	float:left;
	width:253px;
	margin:6px 0 0 0;
	padding:0 0 0 15px;
	list-style:none;
	text-transform:none;
	font-weight:normal;
	font-size:13px;
}

#navbar .menu .headlink ul li {
	margin:0;
	padding:0;
	display:block;
}

#navbar .menu .headlink ul li a {
	color:#333;
}

#navbar .menu .headlink ul li a:hover {
	color:#8c2721;
}

#navbar .newsletter {
	float:left;
	width:239px;
	height:227px;
	background:url(../images/newsletter-bg.jpg) no-repeat;
	padding:73px 0 0 145px;
	position:absolute;
	left:-90px;
	top:730px;
}

#navbar .newsletter p {
	margin:0 0 10px 0;
}

#navbar .newsletter .field {
	width:190px;
	padding:4px;
	font:13px Arial, Helvetica, sans-serif;
	color:#999;
	margin-bottom:3px;
	border:solid 1px #929292;
}


#navbar .newsletter .button {
	width:190px;
	text-align:center;
	margin-top:4px;
}

#main {
	float:right;
	width:675px;
}

#main h1 {
	margin:0 0 15px 0;
	background:url(../images/title-bg.gif) no-repeat;
	height:61px;
	padding:20px 0 0 30px;
	color:#fff;
	font-weight:bold;
	font-size:30px;
	letter-spacing:-1px;
}

#main h2 {
	margin:0 0 15px 0;
	color:#bb3328;
	font-weight:bold;
	font-size:18px;
}

#main p {
	margin:0 0 15px 0;
	line-height:16px;
}

#main p a {
	text-decoration:none;
	color:#bb3328;
}

#main p a:hover {
	text-decoration:underline;
}

#main ul {
	margin:0 0 25px 0;
	line-height:16px;
	padding:0;
	list-style:none;
}

#main ul li {
	margin:0 0 15px 0;
	padding:0 0 0 20px;
	background:url(../images/bullet-tickmark.gif) no-repeat;
	background-position:0 3px;
}

#main .content {
	padding-left:18px;
}

#main .pic {
	float:right;
	background:url(../images/pic-content.jpg) no-repeat;
	width:248px;
	height:244px;
	margin:0 0 20px 20px;
}

#main .pic img {
	margin:9px 0 0 9px;
}

#main .slideshow {
	float:right;
	background:url(../images/pic-content.jpg) no-repeat;
	width:239px;
	height:235px;
	margin:0 0 20px 20px;
	padding:9px 0 0 9px;
}

#main .red-text {
	color:#bb3328;
}

#main .centered-pic {
	text-align:center;
}

#main .red-button {
	display:block;
	width:235px;
	height:27px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding-top:8px;
	background:url(../images/red-btn.gif) no-repeat;
}

.container .clear {
	clear:both;
}

/* FOOTER************************************/

#footer {
	width:100%;
	height:145px;
	background:url(../images/footer-bg.jpg) repeat-x;
}

#footer  .links {
	float:left;
	width:185px;
	font-size:14px;
	font-weight:bold;
	margin-top:45px;	
}

#footer  .links a {
	text-decoration:none;
	color:#333;
	margin-bottom:25px;
	display:block;
}

#footer  .links a:hover {
	color:#bb3328;
}

#footer  .links .phone {
	padding:3px 0 0 32px;
	background:url(../images/ico-phone.png) no-repeat;
}

#footer  .links .chat {
	padding:3px 0 0 32px;
	background:url(../images/ico-chat.png) no-repeat;
}

#footer  .links .twitter {
	padding:3px 0 0 32px;
	background:url(../images/ico-twitter.png) no-repeat;
}

#footer  .links .contact {
	padding:3px 0 0 32px;
	background:url(../images/ico-contact.png) no-repeat;
}

#footer  .copy {
	float:right;
	width:320px;
	font-size:11px;
	margin-top:65px;	
	text-align:right;
}

#footer  .copy a {
	text-decoration:none;
	color:#333;
	font-weight:bold;
}


