body {
	margin: 0;
	padding: 0;
	background: #12353d url(../images/background.jpg); background-repeat: no-repeat;
        font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.55em;
	color: #333;
        
        border-style:solid;
	border-color:black;
	border-width:12px;
       
}

/* MAIN SECTIONS ------------------------------------------------------- */


#container {
	width: 966px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

#top {
	height: 173px;


}

#content {	
	width: 100%;
	overflow: hidden;
	background: url(../images/content.gif) repeat-y;
	padding: 0 0 120px 0;
      
}

#sidebar {
	float: right;
	display: inline;
	padding: 0 0 100px 0;
}

#main {
	float: left;
	width: 688px;
	display: inline;
}


#footer {
	margin-top: -100px;
	background: url(../images/footer.jpg) no-repeat;
	height: 500px;
	position: relative;
	z-index: 11;
}

/* LOGO -------------------------------------------------------------- */

#logo {
	width: 148px;
	height: 173px;
	border: none;
	float: left;
	display: inline;
}

#logo_text {
	width: 540px;
	height: 173px;
	float: left;
	display: inline;
	border: none;
}

/* 5 STAR IMAGE ----------------------------------------------------- */

#star {
    float: right;
    width: 213px; height: 173px;
    margin: 0 30px 0 0;
}

/* CAPTION IMAGE ---------------------------------------------------- */

#image {
	height: 225px;
	display: block;
}

#image2 {
	height: 130px;
	display: block;
}

#caption {
	width: 688px;
	height: 253px;
	background: url(../images/caption.jpg) no-repeat;
	overflow: hidden;
}

#caption .panel {
	width: 688px;
	height: 253px;
	overflow: hidden;
	background: url(../images/caption.jpg) no-repeat;
}

#captionlist {
	margin: 0;
	padding: 0;
	background: url(../images/captionul.jpg) no-repeat;
	width: 688px;
	height: 64px;
	list-style: none;
}

#captionlist li {
	width: 170px;
	height: 64px;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 64px;
	float: left;
}

#captionlist li a {
	color: #fff;
	height: 64px;
	display: block;
	outline: none;
}

#captionlist li a:hover  {
	color: #3e808e;
	background: url(../images/captionli.gif) top center no-repeat;
}

#captionlist .activeSlide {
	background: url(../images/captionli.gif) top center no-repeat;
	color: #3e808e;
}

#captionlist li a.active {
	background: url(../images/captionli.gif) top center no-repeat;
}

#caption div img {
	float: left;
}

#caption div h3 {
	margin: 0;
	padding: 18px 10px 0 10px;
	font-size: 100%;
	color: #fff;
}

#caption div p {
	margin: 15px 25px 0 10px;
	padding: 0;
	color: #fff;
}

#caption div a {
	color: #eee;
	text-decoration: underline;
}

/* MAIN MENU -------------------------------------------------------- */


#menu {
	height: 47px;
	background: url(../images/menu_bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	position: relative;
	z-index: 100;
}

#menu li {
	margin: 0;
	padding: 0 14px;
	background: url(../images/menu_divider.gif) right center no-repeat;
	float: left;
	line-height: 45px;

}

#menu li ul {
	background: url(../images/submenu.png) repeat;
	width: 200px;
}

#menu li ul li {
	background: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e1e1e1;
	line-height: 35px;
}

#menu ul li a {
	display: block;
	width: 184px;
	padding: 0 0 0 16px;
}

#menu ul li a:hover {
	background-color: #12353d;
	color: #fff;
}

#menu li#last {
	background: none;
}

#menu li#first {
	padding: 0 2px 0 0;
}

#menu li a {
	color: #12353d;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

#menu li a:hover {
	color: #000;
}

#menu li a#home {
	text-indent: -9999px;
	background: url(../images/home.jpg) no-repeat;
	height: 47px;
	display: block;
	width: 45px;
}

#menu li a#pinnacle {
	text-indent: -9999px;
	background: url(../images/pinnacle.jpg) no-repeat;
	height: 47px;
	display: block;
	width: 212px;
	margin: 0 0 0 15px;
}


/* RIGHT BOX ---------------------------------------------------------------- */

.box {
	width: 212px;
	background: url(../images/box.gif) bottom center no-repeat;
	margin: 15px 33px 0 0;
	padding: 0 0 10px 0;
}

.box h3 {
	margin: 0;
	padding: 0 0 0 30px;
	background: url(../images/h3.jpg) no-repeat;
	color: #fff;
	height: 27px;
	line-height: 27px;
	font-size: 10px;
	text-transform: uppercase;
}

.box ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}

.box ul li {
	margin: 2px 0 0 0;
	padding: 0;
}

.box ul.adobe li a {
	background: url(../images/adobe.png) 0% 50% no-repeat;
	padding: 4px 0 2px 20px;
	color: #12353d;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}

.box ul.adobe li a:hover {
	color: #000;
}

.box ul.link li a {
	background: url(../images/link.png) 0% 50% no-repeat;
	padding: 4px 0 2px 20px;
	color: #12353d;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}

.box ul.link li a:hover {
	color: #000;
}

/* FOOTER LISTS ------------------------------------------------------------ */

.column {
	width: 140px;
	float: left;
	display: inline;
	padding: 0 0 0 20px;
	/*background: url(../images/column.jpg) repeat-x;*/
	height: 300px;
	margin: 1px 0 0 1px;
}

.column h4 {
	color: #fff;
	font-size: 100%;
	margin: 0;
	padding: 20px 0 0 0;
}

.column ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	color: #fff;
}

.column ul li {
	margin: 0;
	padding: 0;
	background: url(../images/footerli.png) 0px 6px no-repeat;
	padding: 0 0 0 10px;
}

.column li a {
	text-decoration: none;
}

.column li a:hover {
	text-decoration: underline;
}

/* LOGIN FORM --------------------------------------------------------------- */

#login {
	width: 212px;
	height: 84px;
	float: right;
	display: inline;
	background: url(../images/login.jpg) no-repeat;
	margin: 50px 30px 0 0;
}

#login fieldset {
	border: none;
	margin: 0;
	padding: 30px 0 0 20px;
}

#login input {
	width: 85px;
	border: none;
	background-color: #fff;
}

#login #submit {
	width: 22px;
	height: 22px;
	margin: 5px 0 0 150px;
}

/* TABLE -------------------------------------------------------------------- */

#main table {
	background-color: #e1e1e1;
	width: 658px;
	border-left: 3px solid #eee;
	margin: 20px 15px;
}

#main table th {
	background-color: #d7d7d7;
	text-align: left;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	padding: 4px 10px 4px 15px;
	width: 150px;
	text-transform: uppercase;
	font-size: 11px;
	vertical-align: top;
}

#main table td {
	padding: 4px 10px;
	border-bottom: 2px solid #eee;
	vertical-align: top;
}

#main thead th {
	background: url(../images/thead.jpg) repeat-x;
	color: #fff;
}

#main tbody td {
	border-right: 2px solid #eee;
}

#main table img {
	border: none;
}

/* HEADINGS ----------------------------------------------------------------- */

h1 {
	height: 47px;
	background: url(../images/h1.jpg) no-repeat;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 50px;
	padding: 0 0 0 50px;
	margin: 0;
}

h2 {
	margin: 20px 20px -10px 20px;
	color: #12353d;
	font-size: 100%;
	font-weight: bold;
}

/* PARAGRAPHS -------------------------------------------------------------- */

#main p {
	margin: 20px;
	padding: 0;
}

#footer p {
	margin: 0 0 10px 0;
	padding: 210px 0 0 50px;
	color: #fff;
}

/* LISTS ------------------------------------------------------------------- */

#main ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}

#main ul li {
	background: url(../images/li.gif) 0px 2px no-repeat;
	margin: 4px 0 0 0;
	padding: 0 0 0 20px;
}

#main ul .title {
	background: none;
	font-weight: bold;
	padding: 0 0 5px 0;
}

#main dl {
	margin: 20px;
	padding: 0;
}

#main dt {
	font-weight: bold;
	color: #12353d;
}

#main dd {
	margin: 5px 0;
	padding: 0;
}

/* LINKS ------------------------------------------------------------------- */

#footer a {
	color: #fff;
}

#main a {
	color: #3a7480;
	text-decoration: none;
}

#footer .contact {
	float: right;
	margin: 0 20px 0 0;
}

#main a:hover {
	color: #12353d;
}

#main a.pdf {
	background: url(../images/adobe.png) 0px 2px no-repeat;
	padding: 4px 0 0 20px;
}

#buttons {
	width: 212px;
	margin: 15px 0 0 0;
}

#buttons img {
	border: none;
}

/* RECAP BUTTON ------------------------------------------------------------ */

.recap {
	margin: 0; padding: 0;
	width: 212px; height: 90px;
	display: block;	
	outline: none;
	border: none;
}

/* PROWL BUTTON ----------------------------------------------------------- */

.prowl {
	margin: 5px 0 0 0; padding: 0;
	width: 212px; height: 73px;
	display: block;	
	outline: none;
	border: none;
}

/* COUNTDOWN TIMER -------------------------------------------------------- */

#countdown {
	float: right; display: inline;
	width: 213px;
	padding: 45px 0 5px 0;
	color: #fff;
	background: url(../images/countdown.jpg) no-repeat;
	margin: 50px 30px 0 0;
}
/* jQuery Countdown styles */
.hasCountdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding div {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	text-align: center;
}
.countdown_show1 div {
	width: 100%;
}
.countdown_show2 div {
	width: 50%;
}
.countdown_show3 div {
	width: 33%;
}
.countdown_show4 div {
	width: 25%;
}
.countdown_show5 div {
	width: 20%;
}
.countdown_show6 div {
	width: 16%;
}
.countdown_show7 div {
	width: 14%;
}
.countdown_section {
	float: left;
	font-size: 75%
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	width: 100%;
}


/* CLASSES ----------------------------------------------------------------- */

.right {
	float: right;
	margin: 20px;
	border: 10px solid #e1e1e1;
}

.left {
	float: left;
	margin: 20px;
	border: 10px solid #e1e1e1;
}

.gallery {
	float: left;
	margin: 15px 20px 0 20px;
	border: 12px solid #e1e1e1;
}

.news {
	width: 100%;
	overflow: hidden;
}

.alt {
	background-color: #d7d7d7;
}

#preview {
	text-align: center;
}

.more {
	display: none;
}

.web {
	background: url(../images/web.png) 0% 50% no-repeat;
	padding: 4px 0 4px 20px;
}
