@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #E7E7E7 url(images/homepage01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #808080;
}

.theme-default #slider {
    margin:0px auto 0px auto;
/*    position:absolute; left: -50px; top: 20px;
/*    width:800px; /* Make sure your images are the same size */
/*    height:600px; /* Make sure your images are the same size */
}

.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

h1, h2, h3 {
	margin-top: 0px;
	color: #767676;
}

h1 {
   font-size: 14px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
}

h3 {
	font-size: 18px;
}

p, ol {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 180%;
	text-align: justify;
	
}

.ckbox-container {  
	border:2px solid #ccc; 
	width:170px; 
	height: 175px; 
	overflow-y: scroll; 
}

/*ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: square;
	line-height: 250%;
}*/

/*ul li {
	padding-left: 10px;
	/*background: url(images/homepage09.gif) no-repeat left center;*/
}*/

strong {
	color: #505050;
}

a {
	color: #767676;            /* color: #808080; */
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

a.button {
    background: transparent url(images/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(images/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

.hr1 {
	height: 20px;
	background: url(images/homepage10.gif) repeat-x left top;
}

/** HEADER */

#headerleft {
	width: 420px;
    height: 146px;
}

#header {
	width: 728px;
	height: 146px;
}

#headerbox {
	width: 185px;
	height: 145px;
}

/** MENU */

#menu {
	width: 728px;
	height: 60px;
	background: url(images/homepage03.jpg) repeat-x left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	width: 89px;
	height: 59px;
	padding: 0px 1px 1px 1px;
	background: url(images/homepage04.jpg) no-repeat left top;
}

#menu a {
	display: block;
	width: 89px;
	height: 36px;
	padding: 23px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	color: #FBFBFB;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first {
	background: none;
}

#menu .active a {
	background: url(images/homepage05.jpg) repeat-x left top;
}

/** PAGE */

#page {
	width: 688px;
	padding: 0px 20px;
	background: #FFFFFF url(images/homepage08.gif) repeat-y 250px 0px;
}

.wide #page {
	background: #FFFFFF;
}

.wide #playpage {
	background: #414141;
}

#gallerypage {
	width: 1440px;
    height: auto;
	padding: 0px 20px 80px 20px;
	background: #414141 250px 0px;
}

#discussionpage {
	width: 900px;
	padding: 0px 20px;
	background: #FFFFFF;
}

/** IMAGE GALLERY CONTAINER */

#gallContainer{text-align:center;margin:0 10px;}
#gallNav{padding:10px 0;margin:0;}
#caption{padding:3px 0;margin:0;font-size:.9em;}
#gallNav a{margin:0 5px;color:#999;}
#gallNav a.selected{color:#000;}
#gallNav a img{border:none;background-color:#ccc;}
#gallNav a.selected img{background-color:#777;}
#gallNav a img.arrow{border:none;background-color:transparent;}
#gallNav a img.thumb{border:1px solid #fff;}
#gallNav a.selected img.thumb{border:1px solid #000;}

/** CONTENT */

#gallerycontent {
	width: 1400px;
    height: auto;
    margin-left: 20px;
    margin-right: 80px;
    background: #414141;
    color: #FAFAFA;
}

#discussioncontent {
	width: 880px;
}

#hotnotpage {
	width: 1500px;
	padding: 0px 20px;
	background: #414141 250px 0px;
}

#hotnotcontent {
	width: 1500px;
    background: #414141;
    color: #FAFAFA;
}

#playpage {
	width: 688px;
	padding: 0px 20px;
	background: #414141 250px 0px;
}

#playcontent {
	width: 688px;
    background: #414141;
    color: #FAFAFA;
}

.hn2-columns {
	background: url(images/homepage08.gif) repeat-y 160px 0px;
}


.hn2-columns .column1 {
	width: 728px;
}

.hn2-columns .column2 {
	width: 728px;
}

#content {
	width: 420px;
}

.wide #content {
	width: auto;
}

.two-columns {
	background: url(images/homepage08.gif) repeat-y 160px 0px;
}


.two-columns .column1 {
	width: 140px;
}

.two-columns .column2 {
	width: 225px;
}

/** SIDEBAR */

#sidebar {
	width: 170px;
}

/** FOOTER */

#footer {
	padding: 30px 0px;
	background: url(images/homepage11.jpg) repeat-x left top;
}

#footer .wrapper {
	width: 728px;
}

#footer p {
	margin: 0px;
	padding: 0px 20px;
	line-height: normal;
	text-align: left;
}

#footer .links {
	padding-left: 10px;
}

#footer .links a {
	padding: 0px 10px;
}

/** BOX */

#box1 {
	width: 728px;
    height: 438px;
	margin: 0px auto;
    background: #FFFFFF
}

#box2 {
	width: 1298px;
    height: auto;
	margin: 0px auto;
}

#box3 {
	width: 1298px;
    height: 310px;
	margin: 0px auto;
}

#boxright {
	width: auto;
    height: auto;
}

#boxleft {
	width: auto;
    height: auto;
}

#boxcenter {
	width: auto;
    height: auto;
}

#boxssland1 {
	width: 600px;
    height: auto;
	margin: 0px auto;
}

#boxssland2 {
	width: 900px;
    height: auto;
	margin: 0px auto;
}

#boxssland3 {
	width: 1200px;
    height: auto;
	margin: 0px auto;
}

#boxssport1 {
	width: 600px;
    height: auto;
	margin: 0px auto;
}

#boxssport2 {
	width: 800px;
    height: auto;
	margin: 0px auto;
}

#boxssport3 {
	width: 1200px;
    height: auto;
	margin: 0px auto;
}
#navbox {
    width: 728px;
	height: 39px;
	margin: 0px auto;
}