/* main stylesheet for the site */

/* Needed by slider.cs */

.image_link {cursor:pointer; color:#019bbf; text-decoration: underline;}

.image_link:hover {color:#666}

.slider {position:relative; overflow:hidden; border:0px solid #ff6600; margin-top: 21px; width:306px; height:122px; background:#000000;}

.slidercontent {position:absolute}

.section {padding:0px}



.img_border
{
	border:1px solid #ff6600;
}


/* this is for the video buttons on the homepage */
.videobutton a
{
	background: url(/images/play_video_up.jpg);
	display:block;

	margin-left: 0px;
	margin-top: 10px;

	width: 340px;   
	height: 96px; 

	outline: 0;
}

.videobutton a:hover
{
	background: url(/images/play_video_over.jpg); 
	display:block;

	width: 340px;   
	height: 96px; 
}

.mp3button a
{
	background: url(/images/play_mp3_up.png);
	display:block;

	margin-left: 0px;
	margin-top: 20px;

	width: 340px;   
	height: 60px; 

	outline: 0;
}

.mp3button a:hover
{
	background: url(/images/play_mp3_over.png); 
	display:block;

	width: 340px;   
	height: 60px; 
}


#EdenScrollBG
{
	border:0px;
	float: left;
	width: 17px;
}



body
{
	text-align: center;
	font-size: 100%;
	background-color: #000000;
}


img
{
	border:none; 
}



#wrapper
{
	width: 960px;
	border: 1px solid #999999;
	margin: 10px auto;
	background-color: transparent;
	text-align: justify;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #cccccc;
	line-height: 1.5em;
}

#popup_wrapper
{
	float: left;
	width: 300px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 10px auto;
	background-color: transparent;
	text-align: justify;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #cccccc;
	line-height: 1.5em;
}


a
{
	color: #ffffff;
}

a:link, a:visited
{
	text-decoration: underline;
}

a:hover
{
	color: #666666;
}


#top
{
	background-color: #666666;
	width: 960px;
	height: 116px;
}

#menu_holder
{
	background-image: url(/images/bg_menu.png)
}


.main_menu
{
	height: 31px;
	padding-right: 10px;
}


ul.menu
{
	list-style-type: none;
	margin: 0px;
}

li.menu
{
display: inline;

}

a.main_menu_links
{
	float: right;
	text-decoration: none;
	color: #cccccc;
	font-weight: bold;
	font-size: 0.85em;
	padding: 5px;
	outline: 0;

	border-left: 1px solid #000000;
	margin-right: 20px;

	padding-left: 20px;
}

a.main_menu_links:hover
{
	color: #ffffff; 
}


#homepage_banner
{
	background-color: #5d5e60;
	width: 960px;
	height: 354px;
	background-image: url(/images/MainBanner.jpg)
}


#left_column
{
	float: left;
	background-color: transparent;

	width: 500px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
}


#right_column
{
	float: right;
	background-color: transparent;
	width: 340px;
	padding-right: 30px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
}


#both_columns
{
	background-color: transparent;
	width: 900px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
}


#clear
{
	clear: both;
}


#footer
{
	background-image: url(/images/bg_main.png)
}


.footer_text
{
	font-size: 0.85em;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
/*	border-top: 1px dotted #313438; */
}


.footer_text a
{
	color: #666666;
}


#content_wrapper
{
	background-image: url(/images/bg_main.png);
	background-repeat: repeat;
}


h1
{
	color: #ff6600;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
}


h2
{
	color: #ff6600;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 30px;
}


a.loopmasters_link_large:link, a.loopmasters_link_large:visited, a.loopmasters_link_large:active
{
	text-decoration: none;
	color: #22a4ab;
	font-size: 1.1em;
	font-weight: bold;
}
a.loopmasters_link_large:hover
{
	text-decoration: none;
	color: #5dd7ff;
	font-size: 1.1em;
	font-weight: bold;
}

a.loopmasters_link_small:link, a.loopmasters_link_small:visited, a.loopmasters_link_small:active
{
	text-decoration: none;
	color: #22a4ab;
}
a.loopmasters_link_small:hover
{
	text-decoration: none;
	color: #5dd7ff;
}

.intro_text
{
	font-weight: bold;
	color: #ffffff;
	font-size: 1.1em;
}


a.intro_text
{
	color: #ffffff;
}


a.intro_text:hover
{
	color: #666666;
}


.floatimgleft
{
	float:left;
	margin-top:5px;
	margin-right:10px;
	margin-bottom:10px;
}


.loopmasterslogo
{
	float:left;
	margin-top:9px;
	margin-right:10px;
	margin-bottom:10px;
}


li.red
{
	color: #ff6600;
}


.img_caption
{
	color: #019bbf;
	font-size: 0.89em;
	padding-bottom: 5px;
}

