/* @override http://revolutionindesign.com/css/style2.css */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

#content-fade {
	z-index: -2;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	min-width: 1000px;
	height: 1260px;
	background: url(../images/green_monster_bw2.jpg) repeat;
}

.page_effect {
	width: 100%;
	min-width: 1100px;
	min-height: 1000px;
	height: 100%;
	visibility: visible;
	position: fixed;
	
	z-index: -1;
	background: -moz-radial-gradient(white, black);

background: -webkit-gradient(radial, center center, 0, center center, 1200, from(white), to(black));        
        /* IE 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.gradient(
          gradientType=0, startColorstr=#FF000000, endColorStr=#FFFFFFFF
        );

        /* IE8 uses -ms-filter for whatever reason... */
        -ms-filter: progid:DXImageTransform.Microsoft.gradient(
          gradientType=0, startColorstr=#FF000000, endColoStr=#FFFFFFFF
        );

}

html {
	width: 100%;
	height: 100%;
	min-width: 1000px;
	z-index: 0;
}

body {
	height: 100%;
	width: 100%;
	min-width: 1000px;
	z-index: 0;
	font-family: sans-serif, Verdana, Lucida, "Lucida Grande";
	background: #fff repeat center top;
	}

#wrapper {
	padding: 400px 0 0;
	z-index: 0;
	height: auto;
	margin: 0 auto;
	width: 100%;
	background: url(../images/new_bg_5-trans.png) no-repeat center top;
}

#panel_1 {
	background-image: url(../images/vbw_pane.jpg);
}

#panel_4 {
	
	background-image: url(../images/logo_pane.jpg);

}

#panel_3 {
		background-image: url(../images/g2_pane.jpg);
}

#panel_2 {
	background-image: url(../images/bhoganmusic_pane.jpg);
}

#panel_5 {
	background-image: url(../images/jparker_pane.jpg);
}

#panel_6 {
	background-image: url(../images/kakraba_pane.jpg);
}

#panel_7 {
	background-image: url(../images/newman_pane.jpg);
}

#panel_8 {
	background-image: url(../images/ryan_pane.jpg);
}

#panel_9 {
	background-image: url(../images/marklin_pane.jpg);
}

#panel_10 {
	background-image: url(../images/ktown_pane.jpg);
}

#panel_11 {
	background-image: url(../images/birifor_pane.jpg);
}

h1 {
	text-align: center;
	margin-bottom: 10px;
	font: bold 34px/normal sans-serif, "Lucida Grande", Lucida, Verdana;
	opacity: 1;
}

h3 {
}

.inside h1 {
	text-align: left;
	z-index: 1001;
	position: relative;
}

.top-stripe {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
	background-position: 0 bottom;
	background-repeat: repeat-x;
	height: 270px;
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0;
	height: auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 100%;
    min-width: 1100px;
    position: relative;
	margin: 0 auto;
	background-color: #080808;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#slider p {
}

.scroll {
	overflow: hidden;
	width: 100%;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    width: 274px;
	height: 318px;
	border-left: 1px solid #000;
	padding: 10px;
	
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow-trans.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow-trans.png) repeat-y;
}

.inside {
	line-height: normal;
	opacity: 1;
	color: #fff;
}

.inside a {
	color: #fff;
	font-size: 12px;
}
/*
.inside img {
	display: block;
	*/
}

.inside h2 {
	position: absolute;
	bottom: 0;
	z-index: 1001;
	font-size: 12px;
	width: 100%;
	height: auto;
	left: 0;
	text-align: left;
	text-transform: uppercase;
}

.black a {
	color: #000;
}

.inside p {
	font-size: 14px;
	border-left-color: #fde52d;
	color: #fff;
	z-index: 1001;
	position: relative;
}

a:hover {
	text-decoration: underline;
}

a {
	color: #000;
	text-decoration: none;
}

.scrollButtons {
    position: absolute;
    cursor: pointer;
	top: 0;
	height: 100%;
	width: 50%;
}

.scrollButtons:hover {
	opacity: 0.8;
}

.scrollButtons.left {
    left: 0;
	z-index: 1;
}

.scrollButtons.right {
    right: 0;
	z-index: 1;
}

.hide {
    display: none;
}

.footer {
	text-align: right;
	color: #000;
	width: 800px;
	border-top-width: 1px;
	border-top-color: #ccc;
	font-size: 14px;
	line-height: normal;
	padding-top: 40px;
	padding-bottom: 20px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.footer img {
	margin-bottom: 10px;
	margin-top: 20px;
}



.textblock {
	margin-left: auto;
	margin-right: auto;
	width: 348px;
	padding: 20px 25px 10px;
	border-top: 1px solid #000;
	float: left;
}

.leftline {
	border-left: 1px solid #000;
}

.textblock p {
	padding-bottom: 10px;
	border-top-width: 1px;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	padding-top: 10px;
}

.textblock h2 {
	color: #000;
	text-align: left;
	padding-bottom: 4px;
	font-weight: bold;
	background-repeat: repeat-x;
	border-bottom-style: solid;
}

.textblock a {
	font-size: 16px;
}

#textwide {
	width: 100%;
	min-width: 1100px;
	height: auto;
	float: left;
}

ul {
	list-style-type: circle;
	list-style-position: inside;
	line-height: 1.8em;
	list-style-image: none;
}

.shadow {
	float: left;
	width: 100%;
	min-width: 1100px;
	margin-top: 0;
	padding: 0;
	height: 10px;
	border-bottom-style: none;
	/*
	border-top: 1px solid #000;
	background: url(../images/bottomshadow-trans.png) repeat-x 0 top;
	*/
}

.badge {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	float: right;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

.badge img {
}

.birds {
	position: absolute;
	top: 24px;
	margin-left: 640px;
}

img {
	border-style: none;
	outline: none;

}

.underline {
	
}

b {
}

.big {
	font-size: 16px;
}

.dark a {
	color: #000;
}

.text_inline {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.our_works {
	text-align: right;
	margin: 10px 10px 20px 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
}

#makeMeScrollable
		{
			width:100%;
			height: 440px;
			position: relative;
		}
		
		#makeMeScrollable div.scrollableArea *
		{
			position: relative;
			float: left;
			
		}

.scrollableArea a {
	margin-right: 40px;
}

