/* Styles */
body {
	background: #fff;
	font: 12px Arial, sans-serif;
}

a {
	text-decoration:none;
}

h1 {
	font-size:28px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:22px;
}
h4 {
	font-size:20px;
}
h5 {
	font-size:18px;
}

ul {
	list-style:none;
}

.left {
	float:left;
}

.right {
	float:right;
}

.container_12 {
	border: 3px solid #eee;
	margin:20px auto;
	padding:10px 0 0;
	width:800px;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}

.grid_12 {
	width:780px;
	margin:10px;
}

.head-right ul {
	float:right;
}

.head-right li {
	float:left;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #999;
}

.head-right span {
	float:right;
	text-align:right;
	width:450px;
	margin:10px;
}

/* Navigation */
#navigation {
	background: #353535;
	width:780px;
	margin-top:15px;
	margin-bottom:15px;
}

#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
z-index:1000;
}

#nav a{
font-size:14px;
display:block;
padding:10px 15px;
border:1px solid #333;
color:#fff;
text-decoration:none;
background-color:#333;
}

#nav a:hover{
background-color:#464646;
color:#fff;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:150px;
top:3.3em;
}

#nav li ul a{
width:150px;
height:auto;
float:left;
}
#nav ul li{
width:150px;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:100%;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

/* Banner */



#slider {
	background:#202834 url(../images/loading.gif) no-repeat 50% 50%;
	margin-bottom:15px;
	height:200px;
	width:780px;
}

#slider a {
	border:0;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-controlNav {
	position:absolute;
	left:47%;
	top:210px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	left:800px;
}
a.nivo-prevNav {
	left:10px;
}

/* Content */
#content {
	margin:10px;
}
#main {
	width:580px;
}

#main p {
	padding:10px; 20px;
}

#main ul {
	padding:0 0 10px 40px;
}

#main ul li {
	list-style-image:url('../images/arrow.png');
}

.box-yellow {
	width:280px;
	border:3px solid #eee;
	background: url(../images/yellow.png) no-repeat;
	float:left;
	margin-right:8px;
	margin-top:10px;
}

.box-yellow h2 {
	margin:8px;
	color:#fff;
}
.box-yellow p {
	margin:10px; 
}

.box-yellow ul {
	list-style:square;
	padding-left:10px;
	margin: 15px
}

.box-yellow ul li {
	padding:5px 0;
	border-bottom:1px solid #eee;
}

.box-red {
	width:280px;
	border:3px solid #eee;
	background: url(../images/red.png) no-repeat;
	float:left;
	margin-top:10px;
}

.box-red h2 {
	margin:8px;
	color:#fff;
}
.box-red p {
	margin:10px; 
}

.box-red ul {
	list-style:square;
	padding-left:10px;
	margin: 15px
}

.box-red ul li {
	padding:5px 0;
	border-bottom:1px solid #eee;
}

span.buy {
	display:block;
	text-align:center;
	padding:10px;
}

a.button {
 padding:5px 10px;
 background:#333;
 border:1px solid #999;
 color:#fff;
 margin:10px;
}

a.button:hover {
 padding:5px 10px;
 background:#464646;
 color:#fff;
}

#sidebar {
	width:185px;
	border:3px solid #eee;
	background: url(../images/gray.png) no-repeat;
	float:right;
}

#sidebar h4 {
	margin:8px 8px 2px;
	color:#fff;
}
#sidebaar p {
	margin:10px; 
}

#sidebar ul {

}

#sidebar li {
	border-bottom:1px solid #999;
}

#sidebar li a {
	padding:5px;
	display: block;
	color: #333;
}

#sidebar li a:hover {
	background: #eee;
}

#sidebar li a.active {
	background: #da582a;
	color:#fff;
}

.testimonial {
	margin: 10px 5px;
	background:#f1f1f1;
	padding:3px;
	border:1px solid #ccc;
	font-style:italic;
}

span.sig {
	display:block;
	font-weight:700;
	text-align:right;
}

/* Table */
table {
	text-align: center;
	width:560px;
	margin-bottom:20px;
}

th {
	font-size:16px;
	color: #fff;
	background:#999;
}

th a {
	font-size:14px;
	color: #fff;
	background:#999;
}
th a:hover {
	font-size:14px;
	color: blue;
	background:#999;
}

td{
	border-bottom:1px solid #ccc;
	border-top:1px solid #eee;
}

tr.odd td{
	background:#f1f1f1;
	border-bottom:1px solid #ccc;
	border-top:1px solid #eee;
}

/* Form */
form {
	margin-left:20px;
}

/* Footer */
#footer {
	background:#eee url(../images/icon-footer.png) no-repeat 5px 5px;
	height:50px;
	width:780px;
}

#foot-left {
	margin-left:45px;
}

#foot-left li {
	float:left;
	padding: 0 5px;
	margin-top:20px;
	border-right:1px solid #999;
}

#foot-right {
	float:right;
	margin-right:10px;
	margin-top:10px;
	text-align:right;
	
}


