/* CSS RESET. IGNORE THIS. */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* STYLES */

body {
	width: 100%;
	height: 100%;
	min-height: 535px;
	min-width: 960px;
	font-family: Helvetica, Arial, sans-serif;
	color: #1A1A1A;
}

p, li, div, form, input, textarea, label {
	font-size: 12px;
}
h1 {
	font-size: 20px;
	color: #ED1164;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
  line-height: 1.5em;
}

ul {
	margin-top: 10px;
	list-style: disc inside !IMPORTANT;
}
ul li {
	line-height: 1.5em;
}

.pink {
	color: #ED1164;
	font-size: 14px;
	margin-top: 25px;
}

#container {
	width: 960px;
	height: 535px;
}
#header {
	position: absolute;
	width: 960px;
	height: 144px;
	overflow: hidden;
	top: 0; left: 0;
}
#scroller_container1 {
	position: absolute;
	width: 958px;
	height: 33px;
	border: 1px solid #b7b6b5;
	top: 144px; left: 0;
	overflow: hidden;
	text-transform: uppercase;
	color: #CCC;
}
#top_menue {
	position: absolute;
	width: 958px;
	height: 33px;
	border: 1px solid #b7b6b5;
	top: 144px; left: 0;
	overflow: hidden;
	text-transform: uppercase;
	color: #CCC;
}
.link_menu A:link {text-decoration: none}
.link_menu A:visited {text-decoration: none}
.link_menu A:active {text-decoration: none}

#dummy {;# }
#scroller_container1 {overflow: auto;}
#content {
	position: absolute;
	width: 960px;
	height: 356px;
	top: 179px; left: 0;
	background: #fff url('images/xo-background.jpg') no-repeat top left;
}
#content #infosite {
	position: absolute;
	top: 40px;
	left: 50px;
	overflow: auto;
	width: 450px;
	height: 300px;
	line-height: 1.5em;
}
#content #info {
	position: absolute;
	top: 40px;
	left: 50px;
	overflow: visible;
	width: 450px;
	height: 300px;
}
.input {
	width: 110px;
	float: left;
	clear: none;
	margin-right: 10px;
}

form {
	margin: 25px 0 0 0;
}
label {
	clear: both;
	display: block;
}
label.error {
	color: red;
	font-size: 9px;
}
.input input, .input label {
	width: 110px;
	margin: 0;
	padding: 2px 0;
	height: 15px;
}
textarea {
	width: 352px;
	margin: 0;
	padding: 2px 0;
	height: 100px;
}

#submit {
	width: 360px;
	text-align: right;
}

#contact {
	position: absolute;
	left: 564px; top: 260px;
	width: 363px;
	height: 75px;
}
#contact h1 {
	text-align: center;
}
#caption {
	position: absolute;
	left: 564px; top: 190px;
	width: 300px;
	height: 20px;
	background: #edecea;
	z-index: 666;
}
#caption p {
	line-height: 2em;
	font-size: 9px;
}
#beforeaftertext {
	position: absolute;
	left: 564px; top: 34px;
	width: 363px;
}
#beforeaftertext p {
	text-align: center;
	color: #ED1164;
}

#biggerimagelink {
	position: absolute;
	top: 189px; left: 868px;
	width: 58px;
}

/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
    }
/* // image replacement */

/* Easy Slider */

#slider {
	position: absolute;
	top: 54px;
	left: 564px;
	z-index: 50;
	width: 363px;
	height: 180px;
	overflow: visible;
}
#slider ul li img.bigger {
	margin: 0;
	padding: 0;
	float: right;
}

#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	width:363px;
	height:180px;
	overflow:hidden; 
	text-align: right;
	}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:17px;
	height:9px;
	position:absolute;
	left:564px;
	top:34px;
	z-index:100;
	}	
#nextBtn, #slider1next{ 
	left:907px;
	}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:17px;
	height:9px;
	background:url(images/xo-arrow-left.png) no-repeat 0 0;	
	}	
#nextBtn a, #slider1next a{ 
	background:url(images/xo-arrow-right.png) no-repeat 0 0;	
	}	
	
/* // Easy Slider */
