/********** Basics/Reset *************/

* {	
	margin: 0;
	padding: 0;
}

img, a { border: 0; }

div {
	margin: 0 auto;
	}

ul, ol { 
	padding-left: 5em;
	text-align:left;
	}
	
ul.center, ol.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

p { margin: 1em 0; text-align: left; line-height: 1.6em; }
p.small { font-size: 8pt; }
p.center { text-align: center; }

th, td { padding: 2px; vertical-align: top; }
th { text-align: right; }
table.nopadding td, table.nopadding th { padding: 0; }
table.center { margin: 0 auto; }
table.spacious th, table.spacious td { padding: 8px; }


/********* Layout Styles **********/

body {
	background: #dbdbdb url('/img/bg.png') repeat-x;
	font-size: 9pt;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	overflow-y: scroll;
	}

div#header {
	width: 780px;
	height: 70px;
	margin: 0 auto;
	text-align: center;
	}
	
div#header div#logo {
	border-top: 18px solid transparent;
	position: relative;
	}

div#header div#logo div.recommend {
	width: 150px;
	text-align: left;
	color: #CCC;
	position: absolute;
	left: 0;
	top: -5px;	
}

div#header div#logo div#twitter {
position: absolute;
right: 0;
top: 5px;
}

div#nav {
	width: 780px;
	height: 35px;
	margin: 0 auto 10px;
	}
	
div#nav ul {
	border-top: 10px solid transparent;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}

div#nav ul li {
	display: inline;
	padding: 0 10px;
	margin: 0 5px;
	}
	
div#nav ul li a {
	color: #fff;
	}
	
div#body {
	text-align: center;
	/* 	Cringe :( */
	}
	
img#bannerpreview {
	z-index: 4;
	display: block;
	position: relative;
	margin: 0 auto;
	}
	
div.notice {
	width: 600px;
	margin: 15px auto;
	border: 2px solid #FFF5AA;
	background: #FFFEF2;
	padding: 0 20px;
	text-align: center;
	}

div.success {
	background: #EEFAEF;
	border-color: #DDECDE;
	}



/*********** Banner Code Type Table *************/
	

label { cursor: pointer; }

table.types {
	width: 500px;
	}

table.types td.radio {
	border-right: 10px solid transparent;
	border-top: 2px solid transparent;
	}
	
table.types th {
	font-weight: bold;
	text-align: left;
	}
	
table.types td.description {
	font-size: 8pt;
	border-bottom: 10px solid transparent;
	}
	
	



/*********** FONT PICKER STYLES ****************/

div.sample {
	float: left;
	width: 160px;
	margin: -2.5px;
	border: 5px solid transparent;	
	}
	
div.sample:hover {
		border-color: #9ECB37;
	}
	
div.col_0 {
	margin-left: 0px;
	}
	
div.col_3 {
	clear: right;
	margin-right: 2.5px;
	}
	
#fonts {
	display: none;
	position: absolute;
	width: 670px;
	top: 130px;
	left: 50%;
	margin-left: -350px;
	border: 1px solid  #333;
	background-color: #fff;
	padding: 20px;
	z-index: 5;
	}

#overlay {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 2000px;
	background-color: #000;
	opacity: .6;
	z-index: 3;
	}




/*************** CONTACT PAGE STYLES ***************/

#contact_form {
	width: 380px;
	border-left: 15px solid transparent;
	margin-right: 10px;
	}
	
#contact_form .text {
	width: 300px;
	}
	
#body {
	margin: 0 auto;
	}
	
	
	
	
/*************** TEXT LINE OPTIONS ***************/

#textopts td {
	padding: 10px 5px;
	}





/*************** COLOR PICKER / SLIDER STYLES ***************/	
	
.color_picker {
	border: 1px Solid #ccc;
	cursor: pointer;
	width: 50px;
	height: 20px;
	color: #000;
	font-size: 6pt;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	}


.slider {
	margin: 10px;
	width: 200px;
	}

/***************************/

div.container {
	background-color: #fff;
	padding: 0;
	margin: 0 auto;
	width: 780px;
	color: #666;
	
}

table, tr, td {
	color: #666;
	text-align: left;
	margin: 0 auto;
}

input.banner_option {
	width: 300px;
}

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

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

div.top,
div.bottom {
	overflow: hidden;
	height: 10px;
	background-color: #fff;
	padding: 0;
	margin: 0 auto;
	width: 780px;
}

div.top { background-image: url('/img/full_top.png'); }
div.bottom { background-image: url('/img/full_bottom.png'); margin-bottom: 10px; }

h1, h2 {
	font-size: 18pt;
	font-weight: lighter;
	color: #505050;
	margin-bottom: 5px;
	border-color: transparent;
}

h2 { font-size: 15pt; }

#instructions {
	text-align: left;
	color: #666;
	margin: 0 10px;
	padding: 10px 0;
	width: 740px;
}



/****		Tabs		****/

div#tabs {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	width: 668px;
	height: 29px;
	overflow: hidden;
}

div.tab { 
	cursor: pointer;
	width: 109px;
	height: 29px;
	margin: 0 1px;
	float: left;
	background: url('/img/tabs2.png');
	}

div#tab_size.active { background-position: 0 0; }
div#tab_size.inactive { background-position: 0 58px; }
div#tab_size.inactive:hover { background-position: 0 29px; }

div#tab_background.active { background-position: -112px 0; }
div#tab_background.inactive { background-position: -112px 58px; }
div#tab_background.inactive:hover  { background-position: -112px 29px; }

div#tab_text.active { background-position: -224px 0; }
div#tab_text.inactive { background-position: -224px 58px; }
div#tab_text.inactive:hover  { background-position: -224px 29px; }

div#tab_border.active { background-position: -336px 0; }
div#tab_border.inactive { background-position: -336px 58px; }
div#tab_border.inactive:hover  { background-position: -336px 29px; }

div#tab_effects.active { background-position: -448px 0; }
div#tab_effects.inactive { background-position: -448px 58px; }
div#tab_effects.inactive:hover  { background-position: -448px 29px; }

div#tab_save.active { background-position: -560px 0; }
div#tab_save.inactive { background-position: -560px 58px; }
div#tab_save.inactive:hover  { background-position: -560px 29px; }
	

.options {
	display: none;
	}

#tab_size_options {
	display: block;
	}

#tab_size_options div {
	background-color: #999;
	border: 2px Solid #666;
	color: #FFF;
	cursor: pointer;
	margin: 0 auto;
	line-height: 30px;
}

form { padding: 0; margin: 0; }



/*************/


a.menu {
	color: #fff;
	background-color: #9ECB37;
	padding: 2px 5px;
	margin: 0;
	}


#tab_text_options table {
	margin: 0 auto;
	}

#tab_text_options h2 {
	padding-top: 20px;
	}

#copyright {
	background-color: transparent;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
	line-height: 180%;
	}
	
#copyright a {
	color: #999;
	text-decoration: underline;
	}