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


/*************************************************************************************************** CSS RESETS ***/


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: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
	}
	
/*********************************************************************************************** GLOBAL *************/


h2{
margin:14px 0 10px 0;
color:white;
font-size:20px;
font-weight:bold;
}

h3{
color:black;
font-size:17px;
}

a{
color:white;
}

a:hover{
text-decoration:none;
}
	
/********************************************************************************************** CONTAINERS **********/

body{
margin:0px 0 0 0;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;

background-color:#ee1c25;
}	

#backgroundwrapper{
margin:40px 0 0 0;
padding:40px 0 0 0;
background-image:url(../resources/images/layout/mainbackground.gif);
background-repeat:no-repeat;
background-position:top;
width:100%;
height:800px;
margin:0 auto;
text-align:center;
}

#mainwrapper{
width:1000px;
margin:0 auto;
background-color:#FFFFFF;
overflow:hidden;
}

#maincontentleft{
float:left;
width:244px;
background-image: url(../resources/images/layout/mainleftbackground.png);
background-repeat:no-repeat;
height:426px;
padding:105px 30px 0 40px;
text-align:left;
}

#tagline{
font-size:20px;
line-height:24px;
margin:0 0 10px 0;
}

#maincontentleft p{
padding:10px 0 10px 0;
line-height:21px;
}

#maincontentcenter{
float:left;
width:600px;
padding:10px 0 0 0px;
margin:0 0 0 10px;
background-color:#FFFFFF;
}

#maincontentright{
float:right;
width:47px;
height:531px;
background-image: url(../resources/images/layout/mainrightbackground.png);
background-repeat:no-repeat;
}


/********************************************************************************************* HOMEPAGE ***/

.coda-slider-wrapper{

}

.code-slider{


}

.panel-wrapper{


}

.screenshot{
width:182px;
height:184px;
background-image:url(../resources/images/layout/screenshotholder.png);
float:left;
margin:5px 0 0px 9px;
text-align:center;
padding:0 8px 0 0;
color:#666666;
}

.screenshot_image{
border:solid 5px #99CC00;
margin:20px 0 4px 0px;
width:130px;
}

.screenshot_image:hover{
border:solid 5px #996600;
}

#wonderfulholder{
padding:10px 0 0 40px;
float:left;
}


#infopanel{
float:right;
	margin: 0 0;
	padding: 20px;
	background: black;
	color: #CCCCCC;
	display: none;
	position:absolute;
	z-index:30;
	left:500px;
	top:140px;
	border:solid 3px #999999;
	width:600px;
	height:400px;
	text-align:left;
	overflow:auto;
}

#infopanel h1{
font-size:18px;
font-weight:bold;
margin:10px 0 10px 0;
color:white;
}

#infopanel a{
color:#CCCCCC;
}

#readmoreclose{
float:right;
}

#infopanel p{

}

/****************************************************************************************** FOOTER ***/

#footer{ 
width:1000px;
float:left;
font-size:11px;
padding:12px 0 0 0px;
color:white;
height:28px;
background-image:url(../resources/images/layout/footerbackground.png);
background-repeat:no-repeat;
text-align:center;
background-color:#ed1c24;
}


/* Styling for specific sliders */

	#coda-nav-left-5, #coda-nav-5, #coda-nav-right-5 { float: left }
	#coda-slider-5 { clear: both }

/* Stuff to change */

	.coda-slider-wrapper { padding: 0px 0 }
	.coda-slider { background: white; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 0px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 500px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 0px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px; float:right;}
	
	/* Tab nav */
	#inner-body .coda-nav ul li a.current { background: #3399CC }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 0px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	#inner-body .coda-nav ul { width:300px; clear: both; display: block; margin: auto; overflow: hidden; float:right; }
	#inner-body .coda-nav ul li { display: inline; background-color:red; }
	#inner-body .coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }

	.coda-slider-wrapper { clear: both; overflow: hidden; }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left; display: none; }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	
	
	.coda-slider-wrapper li{
	
	
	}
	
	
	.hide{
	display:none;
	}
	
	.show{
	display:block;
	}
	
	
	.tab1, .tab2, .tab1 a, .tab2 a{
	display:inline;
	font-size:12px;
	width:60px;
	float:left;
	color:#CCCCCC;
	}
	
	.tab2 a{
	font-weight:bold;
	color:#CC3300;
	}
	
	
	
	.title{
	display:none;
	}
	