/* global */
html {
	height: 100%;
}

body {
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .68em;
}

p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 1.7em;
}

h1 {
	font-family: arial, sans-serif;
	font-size: 108%;
	letter-spacing: .1em;
}

h2 {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 100%;
}

img {
	border: 0px;
}

a {
	outline: none;
}

th {
	vertical-align: text-top;
}

/* image positioning - left, right and center */
.left {
	float: left;
	padding: 5px 5px 5px 5px;
	margin-left: 5px;
}

.right {
	float: right;
	padding: 2px 2px 5px 2px;
	margin-right: 5px;
}

.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

/* block quote */
blockquote {
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	border-left: 8px solid;
}

/* unordered list */
ul {
	margin: 8px 0px 0px 16px;
	padding: 0px;
}

ul li {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

/* ordered list */
ol {
	margin: 8px 0px 0px 24px;
	padding: 0px;
}

ol li {
	margin: 0px 0px 11px 0px;
	padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main,#links,#footer,#logo,#menu,#content {
	margin-left: auto;
	margin-right: auto;
}

/* main container */
#main {
	width: 1000px;
}

/* links above the logo / footer */
#links,#footer {
	width: 900px;
	height: 20px;
	font-size: 88%;
	text-transform: uppercase;
	padding: 8px 21px 0px 19px;
}

#links {
	text-align: right;
}

#footer {
	text-align: center;
	border-top: 2px solid;
}

#links a,#footer a,#links a:hover,#footer a:hover {
	text-decoration: none;
}

/* logo */
#logo {
	width: 900px;
	height: 145px;
	border-bottom: 5px solid;
}

#logo h1,#logo h2 {
	margin: 0px;
	letter-spacing: .2em;
}

#logo h1 {
	padding: 28px 0px 0px 139px;
	font-size: 160%;
}

#logo h2 {
	font-family: arial, sans-serif;
	padding: 5px 0px 0px 139px;
	font-size: 108%;
}

/* navigation menu */
#menu {
	height: 31px;
	width: 900px;
	margin-top: -31px;
	margin-left: 260px;
	margin-right: auto;
	position: relative;
}

#menu ul {
	margin: 0px auto;
}

#menu li {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	list-style: none;
}

#menu li a {
	display: block;
	float: left;
	height: 22px;
	text-decoration: none;
	padding: 6px 19px 2px 19px;
	text-transform: uppercase;
	font-size: 88%;
	border-bottom: 1px solid;
}

#menu li a:hover,#menu li a#selected,#menu li a#selected :hover {
	height: 22px;
	padding: 6px 19px 2px 19px;
	border: 0px;
}

/* main content */
#content {
	width: 966px;
	overflow: hidden;
}

/* column 1 - contains sidebar items */
#column1 {
	width: 198px;
	float: left;
	padding: 5px 0px 5px 5px;
	margin-left: 18px;
}

.sidebaritem {
	text-align: left;
	width: 190px;
	float: left;
	margin: 5px 2px 5px 5px;
}

.sidebaritem h1,.sidebaritem h2,.sidebaritem p {
	margin: 0px 2px 0px 5px
}

.sidebaritem h1 {
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
}

.sidebaritem p {
	line-height: 16px;
	padding: 0px 0px 5px 0px;
}

.sidebaritem a,.sidebaritem a:hover {
	padding: 0px 0px 2px 5px;
	text-decoration: none;
}

.sbilinks ul {
	margin: 0px 0px 0px 5px;
}

.sbilinks li {
	list-style: none;
	padding: 0px 0px 0px 0px;
}

.sbilinks li a,.sbilinks li a:hover {
	height: 16px;
	text-decoration: none;
	width: 149px;
}

/* column 2 - page content */
#column2 {
	text-align: justify;
	width: 510px;
	float: left;
	padding: 5px 5px 5px 5px;
}

.mainbaritem {
	text-align: left;
	width: 500px;
	float: left;
	margin: 5px 2px 5px 5px;
}

.mainbaritem h1,.mainbaritem h2,.mainbaritem p {
	margin: 0px 0px 0px 5px
}

.mainbaritem h1 {
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
}

.mainbaritem p {
	line-height: 16px;
	padding: 0px 0px 5px 0px;
}

.mainbaritem a,.mainbarbaritem a:hover {
	padding: 0px 0px 2px 5px;
	text-decoration: none;
}

.profileitem {
	text-align: left;
	width: 700px;
	float: left;
	margin: 5px 5px 5px 5px;
}

.profileitem h1,.profileitem h2,.profileitem p {
	margin: 0px 0px 0px 5px
}

.profileitem h1 {
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
}

.profileitem p {
	line-height: 16px;
	padding: 0px 0px 5px 0px;
}

.profileitem a,.profileitem a:hover {
	padding: 0px 0px 2px 5px;
	text-decoration: none;
}

.adLinks a {
	font-variant: small-caps;
	font-weight: bold;
	/*text-decoration: underline;*/
}

.error {
	font-variant: small-caps;
	font-weight: bold;
	color: red;	
}


/* column 3 - contains rightsidebar items */
#column3 {
	width: 200px;
	float: left;
	padding: 5px 5px 5px 5px;
}

.rightsidebaritem {
	text-align: left;
	width: 190px;
	float: left;
	margin: 5px 0px 5px 0px;
}

.rightsidebaritem ul {
    font-size:1em;
    list-style-type:none;
    margin:0;
    padding:0;
    position:relative;
}

.rightsidebaritem li {
    height: 90px;
    overflow: hidden;
    margin-top:0px;
}

.rightsidebaritem li h5 {
    color:#A5A9AB;
    font-size:1em;
    margin-bottom:0.5em;
    margin-top:0px;
    padding-top:0px;
}

.rightsidebaritem li h5 a {
    color:#A5A9AB;
    text-decoration:none;
}

.rightsidebaritem li img {
    float:left;
    margin-right:8px;
}

.rightsidebaritem li .info {
    color:#3E4548;
    font-size:.8em;
    text-decoration:none;
    line-height: normal;
    font-weight: bold;
}

.rightsidebaritem .info a,
.rightsidebaritem .info a:visited {
    color:#3E4548;
    text-decoration: none;
}


.spyWrapper {
    height: 100%;
    overflow: hidden;
    position: relative;    
}

.spyWrapper2 {
    height: 100%;
    overflow: hidden;
    position: relative;    
}

.rightsidebaritem h1,.rightsidebaritem h2,.rightsidebaritem p {
	margin: 0px 5px 0px 5px
}

.rightsidebaritem h1 {
	font-weight: normal;
	padding: 8px 0px 5px 0px;
	text-transform: uppercase;
}

.rightsidebaritem p {
	line-height: 16px;
	padding: 0px 0px 5px 0px;
}

.rightsidebaritem a,.rightsidebaritem a:hover {
	padding: 0px 0px 2px 0px;
	text-decoration: none;
}

.searchClicks a {
	font-size: 130%;
	text-align: justify;
	font-weight: bold;
}

.searchClicks2 a {
	font-size: 115%;
	text-align: justify;
	font-weight: bold;
}

.largertext {
	font-size: 125%;
}

.errormessage {
	font-size: 125%;
	color: #BF1B33;
	font-style: italic;
	text-transform: uppercase;
	font-weight: bold;
}

#column2 h1 {
	font-family: arial, sans-serif;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: normal;
}

#column2 a,#column2 a:hover {
	padding: 0px 0px 2px 0px;
}

#column2 a:hover {
	border-bottom: 1px solid;
}

/* column 3 - contains rightsidebar items */
#columnEditing {
	text-align: justify;
	width: 710px;
	float: left;
	padding: 5px 5px 5px 5px;
}

.editingitem {
	text-align: left;
	width: 700px;
	float: left;
	margin: 5px 2px 5px 5px;
}


/* Based on Nifty Corners: rounded corners without images */
	/* By Alessandro Fulciniti */
	/* http://www.html.it/articoli/nifty/index.html */
.rtop,.rbottom {
	display: block;
}

.rtop .r1,.rtop .r2,.rtop .r3,.rtop .r4,.rbottom .r1,.rbottom .r2,.rbottom .r3,.rbottom .r4
	{
	display: block;
	height: 1px;
	overflow: hidden;
}

.r1 {
	margin: 0 5px
}

.r2 {
	margin: 0 3px
}

.r3 {
	margin: 0 2px
}

.rtop .r4,.rbottom .r4 {
	margin: 0 1px;
	height: 2px
}

#marqueecontainer{
position: relative;
width: 190px; /*marquee width */
height: 190px; /*marquee height */
background: transparent;
overflow: hidden;
padding: 19px 8px 5px 8px;
}

#marqueecontainer2{
position: relative;
width: 475px; /*marquee width */
height: 190px; /*marquee height */
background: transparent;
overflow: hidden;
padding: 19px 8px 5px 8px;
}

.moviePlayer {
	width: 320px;
	height: 260px;
	position: relative;
	left: 180px;
}
.moviePlayerAdmin {
	width: 320px;
	height: 260px;
	position: relative;
}
