@charset "utf-8";
.container .adminbody2 ul list-style-type {
	list-style-type: square;
}
body {
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #CCCCCC;
	icon: url(Images/favicon.ico);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 1.4;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	text-align: left;
	list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	list-style-type: none;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #AD233D;
	text-decoration: none;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


a:visited {
	color: #6E6C64;
	text-decoration: none;
	font-size: 13px;
}
a:hover  {
	color:#F90;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
	
	
/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	moz-box-shadow: 10px 10px 10px #a21b1f;
	webkit-box-shadow: 10px 10px 10px #a21b1f;
	box-shadow: 10px 10px 10px #a21b1f;
	moz-border-radius: 0px;
	webkit-border-radius: 0px;
	border-radius: 0px;
	width: 950px;
	clip: rect(auto,auto,auto,auto);
	height: 600px;
	list-style-type: disc;
	float: none;
	text-align: right;
	background-color: #fff;
	background-image: url(Images/backgroundlogo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right-color: #a21b1f;
	border-bottom-color: #a21b1f;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	position: relative;
	margin: auto;
	top: 25px;
	padding: 0px;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #a21b1f;
}
.header {
	position: absolute;
	left: 8px;
	top: 72px;
	width: 527px;
	height: 33px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #AD233C;
}
.topredline {
	position: absolute;
	left: 25px;
	top: 110px;
}
.bottomredline {
	position: absolute;
	left: 25px;
	top: 515px;
}
.footeraddress {
	position: absolute;
	top: 527px;
	left: 750px;
}
.contactuswrapper {
	position: absolute;
	left: 90px;
	top: 193px;
}




.homehiglight {
	position: absolute;
	left: 14px;
	top: 79px;
	width: 72px;
	height: 30px;
}
.linkshighlight {
	position: absolute;
	left: 455px;
	top: 33px;
	width: 72px;
	height: 30px;
}

.contactushighlight {
	position: absolute;
	left: 338px;
	top: 33px;
	width: 72px;
	height: 30px;
}

.indevelopmenthighlight {
	position: absolute;
	left: 182px;
	top: 33px;
	width: 72px;
	height: 30px;
}

.aboutushighlight {
	position: absolute;
	left: 82px;
	top: 33px;
	width: 72px;
	height: 5px;
}

.logo {
	position: absolute;
	left: 550px;
	top: 22px;
}
.innercontainer {
	position: absolute;
	width: 950;
	height: 600;
	top: 0;
	left: 0;
}
.hpagebody {
	position: absolute;
	left: 26px;
	top: 123px;
	width: 901px;
	height: 1944px;
}
.slideshow {
	position: absolute;
	height: 400px;
	width: 900px;
	left: 25px;
	top: 119px;
}
/* 
	Resets defualt browser settings
	reset.css
*/
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,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-weight:inherit;
	font-style:inherit;
	font-size:12%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align:baseline;
	text-align: left;
	color: #333333;
}
:focus { outline:0; }
a:active { outline:none; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

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

#example {
	width:600px;
	height:350px;
	position:relative;
	left: 0px;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:10px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:570px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:570px;
	height:270px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(file:///D|/Andrew/Documents/Computer%20Help/Runaway%20Entertainment/img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Footer
*/

#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/*
	Anchors
*/

a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}

            .slides_container {
	width:900px;
	height:370px;
	font-size: 0px;
            }
            .slides_container div {
	width:900px;
	height:370px;
	display:block;
	font-size: 0px;
            }
        
.homeicon {
	position: absolute;
	width: 74px;
	left: 0px;
	top: 0px;
}
.InDevelopmentIcon {
	position: absolute;
	left: 195px;
	top: 0px;
}
.ContactUsIcon {
	position: absolute;
	left: 354px;
	top: 0px;
}
.LinksIcon {
	position: absolute;
	left: 476px;
	top: 0px;
}



.AboutUsIcon {
	position: absolute;
	left: 90px;
	top: 0px;
	width: 73px;
}
.homehighlight {
	position: absolute;
	width: 50px;
	top: 33px;
	left: 17px;
}
.linksbody {
	position: absolute;
	left: -0px;
	top: 0px;
	height: 225px;
	width: 213px;
}
.linkswrapper {
	position: absolute;
	left: auto;
	top: 203px;
	height: 246px;
	width: 516px;
	right: 217px;
}

.linksbody2 {
	position: absolute;
	left: 300px;
	top: 0px;
}
.divider {
	position: absolute;
	left: 250px;
	top: 207px;
}
.submenu {
	position: absolute;
	left: 23px;
	top: 164px;
	height: 159px;
	bottom: auto;
	width: 176px;
}
.aboutusbody {
	position: absolute;
	left: 343px;
	top: 217px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.aboutuslinks {
	position: absolute;
	left: 35px;
	top: 242px;
	width: 159px;
}

.charliebody {
	position: absolute;
	font-family: "Lucida Console", Monaco, monospace;
	text-align: justify;
	font-size: 12px;
	left: 252px;
	top: 124px;
	width: 666px;
	height: 376px;
	overflow: auto;
	background-color: #FFF;
}
.profilephoto {
	position: absolute;
	left: 27px;
	top: 163px;
	width: 229px;
	height: 192px;
	text-align: center;
}
.profileheading {
	position: absolute;
	left: 58px;
	top: 414px;
	text-align: left;
	width: 183px;
	height: 50px;
}


.tristanbody {
	position: absolute;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 14px;
	left: 294px;
	top: 132px;
	width: 589px;
	height: 337px;
}


.contactusform {
	position: absolute;
	left: 386px;
	top: -75px;
	width: 451px;
	height: 100px;
}


#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 626px;
	height: 360px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #FFFFFF;
	margin: 0em;
	padding: 0px;
	left: 280px;
	top: 145px;
}
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}
.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
	width: 10px;
	background-color: #AC223C;
}
.hscrollerbar {
height: 10px;
background-color: a21b1f;
}
.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

.hscrollerbase {
height: 10px;
background-color: white;
}
.Indevelopmentbody {
	position: absolute;
	left: 25px;
	top: 125px;
	width: 900px;
	height: 380px;
}
.container .innercontainer #innercontainer .header .horizontal-centering div div #nav #n-music ul li {
	text-align: right;
}
