

body {
	margin: 0;
	padding: 0;
	color: #F1F1F1;
	text-align: center;
	font: 12px Arial, Helvetica;
	background: #3F3F3F url(../images/bg.jpg) top left repeat-x;
}

p {
	margin: 0;
	padding: 0 5px 10px 5px;
	font: 12px Arial, Helvetica;
	line-height: 20px;
	overflow: hidden
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 760px;
}

#header {
	margin: 0 auto;
	padding: 0;
	height: 124px;
	font-size: 16px;
    text-indent: -2000em;
	background: url(../images/header.png) top center no-repeat;
}

h2.header-img {
	margin: 0;
	padding: 0;
	height: 165px;
	font-size: 16px;
   text-indent: -2000em;
	background: url(../images/header-img.jpg) top center no-repeat;
}

h2.header-img-02 {
	margin: 0;
	padding: 0;
	height: 88px;
	font-size: 16px;
   text-indent: -2000em;
	background: url(../images/header-img-02.jpg) top center no-repeat;
}

#container {
	width: 738px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: left;
	background: url(../images/content-bg.png) top center repeat-y;
	overflow: hidden;
}

#content {
	margin: 15px 15px 0 15px;
	padding: 0;
}

.horizontal-rule {
	margin: 20px 0 20px 0;
	padding: 0;
}

#content a {
	padding: 0;
	margin: 0;
	font-weight: normal
}

#content a:link, #content a:visited {
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #28A1FF;
	text-decoration: underline
}

#content a:hover, #content a:active {
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #FFF;
	background-color: #28A1FF;
	text-decoration: none;
}

/* TITLES */

.titles-right {
	width: 417px; 
	float:right;
	display: inline;
}

h3.the-acekase {
	width: 417px;
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 10px;
	height: 18px;
   text-indent: -2000em;
	background: url(../images/title-the-acekase.gif) no-repeat;
}

h3.take-it-anywhere {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 16px;
	height: 22px;
   text-indent: -2000em;
	background: url(../images/title-take-it-anywhere.gif) no-repeat;
	overflow: hidden;
}

h3.gallery {
	padding: 0;
	margin: 0 0 25px 0;
	font-size: 16px;
	height: 22px;
   text-indent: -2000em;
	background: url(../images/title-gallery.gif) no-repeat;
	overflow: hidden;
}

/* END */

.image-left {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	border: 4px solid white;	
}

.image-right {
	float: right;
	display: block;
	margin: 0 0px 10px 10px;
	border: 4px solid white;	
}

.left-col-form {
	width: 300px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}

.right-col-form {
	width: 300px;
	float: right;
	margin: 0 10px 0 0;
	padding: 0;
}

/***** Data table#data Styles *****/

.even {
	border: 0;
}

table#data {
	font-size: 12px;
	border-collapse: separate;
	border-spacing: 0;
	margin: 10px auto;
	padding: 0;
	width: 99%;
	color: #FFF;
	}
table#data a {
	color: #850204;
	text-decoration: none;
	border-bottom: 1px dotted;
	}
table#data a:visited {
	color: #850204;
	font-weight: normal;
	text-decoration: line-through;
	}
table#data a:hover {
	border-bottom: 2px solid;
	}
table#data thead th,
table#data thead td
 {
	font-size: 1.0em;
	color: #fff;
	text-transform: uppercase;
	padding: 0.5em;
	border: 1px solid #1C1C1C;
	border-width: 1px 1px;
	background: #0061ab;

}
table#data tfoot th,
table#data tfoot td {
	border: 1px solid #fff;
	border-width: 1px 1px;
	padding: 2em 0.5em;
	background: #f1f1f1;
}

table#data th {
	font-weight: bold;
	line-height: normal;
	padding: 0.5em;
	text-align: left;
	}
table#data tbody th,
table#data td {
	padding: 0.5em;
	text-align: left;
	vertical-align: middle;
	}
table#data tbody th {
	font-weight: normal;
	white-space: nowrap;
	}
table#data tbody th a:link,
table#data tbody th a:visited {
	font-weight: bold;
	}
table#data tbody th+td {
	white-space: nowrap;
	}
table#data tbody td,
table#data tbody th {
	background: #838383;
	border: 1px solid #1C1C1C;
	border-width: 1px 1px;
	}
table#data tbody tr.gap td {
	background: #f1f1f1
}

table#data tbody tr.odds th,
table#data tbody tr.odds td {
/*	border-color: #1C1C1C;*/
	background: #676767;
	}
table#data tbody tr:hover td,
table#data tbody tr:hover th, 
table#data tbody tr.over td,
table#data tbody tr.over th {
	background: #9D9D9D;
/*	border-color: #1C1C1C;*/
	}
table#data tr:hover td, tr:hover td a, tr:hover th a, 
table#data tr.over td, tr.over td a, tr.over th a {
	color: #850204;
	}
table#data caption {
	font-size: 1.8em;
	text-align: left;
	margin: 0;
	padding: 0.5em 0.25em;
	text-align: center;
	text-transform: uppercase;
}

#footer {
	display:block;
	margin: 0 auto;
	padding: 0 0 60px 0;
	width: 760px;
	height: 90px;
	font-size: 10px!important;
	text-align: center;
	background: url(../images/footer.png) top center no-repeat;
	overflow: hidden;
}

#footer a:link, #footer a:visited, #content-middle a:link, #content-middle a:visited {
	font-weight: normal;
	color: #F1F1F1;
	text-decoration: none
}

#footer a:hover, #footer a:active, #content-middle a:hover, #content-middle a:active {
	font-weight: normal;
	color: #252525;
	background-color: #F1F1F1;
	text-decoration: none;
}

#footer a {
	font-weight: normal;
	font-size: 10px!important;
}

p.footer-links {
	position: relative;
   margin: 0;
	padding: 65px 0px 0px 0px;
	font-size: 9px!important;
	color: #F1F1F1;
	text-transform: uppercase;
	line-height: 14px;
}

