@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:#fff;
	font-family:"Century Gothic" Verdana, Geneva, sans-serif;
}
	
#wrapper {
	width:1200px;
	height:900px;
	margin-left:auto;
	margin-right:auto;
	font-size:0.8em;
	font-family:"Century Gothic" Verdana, Geneva, sans-serif;
	color:#666;
	font-size:0.7em;
	background-image:url(../images/homepage3.jpg);
	background-repeat:no-repeat;
}

#wrapper_singer {
	width:1200px;
	height:900px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Century Gothic" Verdana, Geneva, sans-serif;
	color:#666;
	font-size:0.8em;
	background-image:url(../images/singer_bgd.jpg);
	background-repeat:no-repeat;
} 

#wrapper_host {
	width:1200px;
	height:900px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Century Gothic" Verdana, Geneva, sans-serif;
	color:#666;
	font-size:0.8em;
	background-image:url(../images/host_bgd.jpg);
	background-repeat:no-repeat;
}

#wrapper_dj {
	width:1200px;
	height:900px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Century Gothic" Verdana, Geneva, sans-serif;
	color:#666;
	font-size:0.8em;
	background-image:url(../images/dj_bgd.jpg);
	background-repeat:no-repeat;
}

#wrapper_test {
	width:1200px;
	height:900px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Century Gothic" Verdana, Geneva, sans-serif;
	color:#666;
	font-size:0.8em;
	background-image:url(../images/test_bgd.jpg);
	background-repeat:no-repeat;
}

#contact {
	padding-top: 70px;
}
#contacts{ width:250px; float:left;}
#vid_content {
	color:#FFF;
	margin:0px;
	padding:0px;
	background:#000;
}
	
#content {}

a { color:#CCC;  }
#header { height:75px;}
#leftcol{ 
	width:560px; 
	float:left;
	margin-left:230px;
	margin-top:-480px;
	}
#leftcol2{ 
	width:560px; 
	float:left;
	margin-left:230px;
	margin-top:-440px;
	}
	
#leftcol img { 
	float:left; 
	margin-left:0px;
	margin-right:5px;
	}
	
#leftcol_1vid{ 
	width:560px; 
	float:left;
	/*padding-top: 140px;*/
	padding-left: 20px;
	margin-left:230px;
	margin-top:-440px;
	}
	
#leftcol_1vid img{ 
	float:left; 
	margin-left:120px;
	margin-right:5px;
	}
	
#rightcol{ width:410px; float:left; margin-left:10px;}

h1, h2 { color:#666;}

h1 {
	font-size: 1.2em;
	font-style:italic;
	font-weight:500;
	color:#666;
}
h3	{
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}
 p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/**nav*/
#nav{
	float: left;
	font-size:14px;
	font:"Century Gothic";
	width:230px;
	

}

#nav ul li {
	
	text-decoration : none;
	list-style: none;
		}

#nav  a {
	color:#999;
	text-decoration:none;
	/*padding-top : 15px;
	padding-bottom : 10px;*/
	line-height:27px;
	font-weight:500;
}
#nav a:hover{
	color : #cec18c;	/*background : url(../images/top_menu_rollover_bg.gif) repeat-x bottom;*/
}
/**end nav**/

#mast { border-bottom: 4px solid #CEC18C;}
#logo {
	width: 390px;
	float:left;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 75px;
}
#logo img { float:left;}
.clr { clear:both;}
#footer {
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	color:#999;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333;
}
#footer a { text-decoration:none; color:#999;}
/*.copy { float:right; width:260px;}
.address { float:left; width:640px;}
.disclaimer { font-size:10px; padding:5px;}
.title {color:#cec18c; font-weight:800; text-transform:uppercase; }

blockquote {
	border: 1px solid #333333;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.4em;
	background-color: #303030;
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	color:#cec18c;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 42px;
	margin-left: 0px;
}

blockquote span {
background-image: url(../images/quote_end.png);
background-repeat: no-repeat;
background-position: 150px -2px;
display: block;
color:#CCC;
line-height:30px;
}*/

/****CONTACTFORM****/

#siteform{ width: 440px; margin-left:auto; margin-right:auto; font-size:13px; font-weight:bold; }
#Contactform fieldset {
	width:440px;
	padding: 10px;   
	margin: 0;
	border: 1px solid #cdc4a5;
}
#Contactform fieldset legend {
	font-size:1.1em; 
	color: #909090;
	font-weight: bold;
	font-family:"Century Gothic" Verdana, Geneva, sans-serif;
	text-decoration: underline;	
}
#Contactform label { 
	display: block; 
	float: left; 
	width: 170px; 
	margin:5px 0 0 10px; 
	text-align: right; 
	padding-right:5px;
	font-family:"Century Gothic" Verdana, Geneva, sans-serif;
}
#Contactform select { 
	
    width: 140px; 
	margin: 5px 5px 0 10px; 
	}

#Contactform input, Contactform textarea {
	width:auto;     
	margin:5px 0 0 10px; 
	padding-right:5px;
	
	
}
#Contactform textarea {
	width:auto;     
	margin:5px 0 0 10px; 
	padding-right:5px;
}
	
.btn{
	color: #ffffff;
	font-family:"Century Gothic" Verdana, Geneva, sans-serif;
	font-size:84%;
	font-weight:bold;
	background: #cdc4a5;  
	  }
   
   /*****/
/*.index_content  {
	border:2px solid #666;
	height:250px;
	margin-bottom:15px;
	margin-left:15px;
	padding:10px;
	width:925px;
}
.index_content a { color:#cec18c; font-weight:bold; font-size:1.2em;
}
.index_content img { margin-left:15px;
	
}

.index_points {
list-style:disc outside url("../../../images/gold_point.jpg");
margin-left:5px;
margin-right:5px;
padding-left:10px;
}
.brochure_content  {
	border:2px solid #666;
	height:300px;
	margin-bottom:15px;
	margin-left:15px;
	padding:10px;
	width:275px;
	float:left;
	text-align:center;
	
}
.brochure_content img {
	color:#cec18c;
	font-weight:bold;
	font-size:1.2em;
	border: 1px solid #cec18c;
}*/
/*.brochure_content img { margin-left:75px;*/
	


.video_text  {
	color:#fff;
	font-weight:bold;
}

.fltlft{ float:left;}
.fltrgt{ float:right;}

#maps{
	width:560px;
	float:right;
	height:240px;
}

#maps img{
	float:right;
	margin-right:15px;
}
iframe { margin-top:15px; float:right;}
#makecontact{ width: 270px; float:right; padding-top:20px;}
#tel {
	color:#cec18c;
	padding-top:90px;
	width:220px;
	font-size: 12px;
	font-weight: 600;
	/*background-image: url(../images/tel.jpg);
	background-repeat: no-repeat;*/
	float:left;
	text-indent: 75px;
}
#down {
	color:#cec18c;
	/*padding-top:40px;*/
	width:270px;
	font-size: 12px;
	font-weight: 600;
	
	float:left;
	text-indent: 35px;
}

#down a { 
	color:#cec18c; text-decoration:none;
	}

#emails a {
	color:#cec18c; text-decoration:none;
}

#emails {
	color:#988a7d;
	width:200px;
	font-size: 12px;
	font-weight: 600;
	float:left;
	text-indent: 75px;
	padding-top:15px;
	
}
#youtube a {
	color:#cec18c; text-decoration:none;
}

#youtube {
	color:#988a7d;
	width:200px;
	font-size: 12px;
	font-weight: 600;
	float:left;
	text-indent: 100px;
	padding-top:15px;
	
}
#blog {
	color:#988a7d;
	font-size: 12px;
	font-weight: 600;
	float:left;
	text-indent: 75px;
	padding-top:15px;
	
}
#blog a {
	color:#cec18c; text-decoration:none;
}
#content_limage {
	float:left;
	
	
}

#content_limage img {
	float:left;
	margin-left:10px;
}
#content_limage2 {
	float:left;
	width:570px;
	
}

#content_limage2 img {
	float:left;
	margin-left:10px;
	margin-right:10px;
}
/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 500px;	 
	width: 550px;
	border-top:1px solid #ddd;	
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.item {
	border-bottom:1px solid #ddd;
	margin:10px 0;
	/*height:180px;*/


}

/* elements inside single item */
.item img {
	float:left;
	margin-right:20px;
}

.item h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:550px;
	margin:30px 0 10px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.next {
	float:right;
}	

.scrollable 
{
	position:relative;
	overflow:hidden;
	height: 578px;
	width: 550px;
}

.scrollable .items 
{
	position:absolute;
	height:20000em;
}

/*flags*/

#flags{
	float: right;
	font-size:14px;
	font:"Century Gothic";
	width:440px;
}
#flags  a {
	color:#999;
	text-decoration:none;
	line-height:27px;
	font-weight:500;
}
#flags a:hover{
	color : #cec18c;	
}
