﻿/*BASIC*/
body {
	background: #6c090c url('../images/es-bg.jpg') repeat-x left top;
	font:small/1.5em arial, helvetica, san-serif;
	text-align:center;
	color:#fff;
}

h1 {
	text-transform:uppercase;
	color:#fff;
}

h3 {
	margin-top:0;
}

p {
	margin-bottom:1em;
	color:#fff;
}

p strong {
	font-weight:bold;
}

strong {
	font-weight:bold;
}

strong em {
	font-style: italic;
}

p em {
	font-style: italic;
}

em {
	font-style: italic;
}

/*WRAPPERS*/
.shell {
	width:900px;
	margin: 25px auto;
	text-align:left;
}

.content {
	margin-left:135px;
	width:650px;
}

.sidebar-right {
	float:right;
	margin-left:25px;
	width:175px;
	min-height:355px;
	padding:10px 5px;
	background:transparent url("../images/sidebar-bg.png") repeat-x scroll left top;
	text-align:center;
}

.sidebar-right p {
	text-align:left;
}

.sidebar-right img {
	border:1px #fff solid;
}

.header-wrapper {
	width:900px;
	float:left;
	display:block;
	margin-bottom:25px;
}

.footer {
	clear:both;
	font-size:larger;
	margin-left:135px;
	width:650px;
	text-align:right;
	color:#fff;
}

.column2 {
	width:300px;
	float:left;
	margin-right:15px;
}

.service {
	float:left;
	display:block;
	margin-bottom:25px;
	width:100%;
}

.service h3 {
	border-bottom:2px #fff solid;
	width:100%;
}

.service img {
	float:left;
	margin-right:5px;
	border:1px #fff solid;
}


/*NAV*/
img#logo {
	float:left;
}

ul.nav {
	margin-top:35px;
	padding:0;
	float:left;
	width:500px;
}

ul.nav li {
	float:left;
	font:bold 16px/18px "arial black", "helvetica black", impact, sans-serif;
}

ul.nav li a {
	color: #fff;
	text-decoration:none;
	padding:0;
	margin:0;
}

ul.nav li a:hover {
	color: #FF0000;
}



/*SIDEBARS*/
.sidebar-right img{
	margin-bottom:5px;
}

.sidebar-right p {
	font-size:small;
}

/*LINKS*/
a {
	color:#FF0000;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}
