/******CSS Reset******/
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-style: normal;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility; 
}
:focus {outline: 0;}
ol, ul {list-style: none;}
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: "" "";}
*{line-height: 1em;}

/******General Layout******/
html, body{
	height: 100%;
	margin: 0;
	padding: 0;
}
body{
	font: 0.625em Arial, Helvetica, sans-serif;
	background: #ffffff url(img/main_back.png) repeat-x left top;
}

#wrap{
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#header{
	height: 99px;
	margin: 0 auto;
	display: block;
}

#header h1{
	width: 143px;
	height: 76px;
	background: url(img/logo.png) no-repeat 0 0;
	text-indent:-9999px;
	margin: 20px auto 0 auto;
}

#content{
	padding-bottom: 100px;
	width: 100%;
}

#tabs{
	width: 100%;
	margin:0 auto;
	display: table;
	overflow: visible;
	border-collapse:collapse;
}

#tabs tr{
	color: #424242;
	font-size: 1.8em;
	font-weight: normal;
}

#tabs th{
	/*padding-top: 14px;*/
	text-align:center;
	height: 43px;
	background: url(img/main_bar.png) repeat-x left top;
	color: #ffffff;
	font-weight: bold;
	text-transform:uppercase;
	vertical-align:middle;
	text-shadow: 0px -1px 0 #282828;
}

#tabs td{
	text-align: center;
	vertical-align:middle;
	height: 49px;
	width: 120px;
	/*padding: 2px 0 0 0;*/
}

#tabs tr.rowa {
	background: url(img/row_A.png) repeat-x left top;
}

#tabs tr.rowb{
	background: url(img/row_B.png) repeat-x left top;
}

#tabs tr:hover{
	background-position: bottom;
}

#tabs a{
	padding: 8px 0 8px 0;
	display: block;
	color: #424242;
	font-weight: normal;
	text-decoration: none;
}

#tabs a:hover{
	text-decoration: underline;
}

#footer{
	clear:both;
	display: block;
	margin: 0;
	width: 100%;	
	position:absolute;
	bottom:0;
	height: 75px;
	background: url(img/footer_back.png) repeat-x left bottom;
}
#footer p{
	color: #424242;
	font-size: 1.5em;
	text-align: center;
	margin-top: 31px;
	line-height: 24px;
}

#footer a{
	color: #424242;
	font-weight: bold;
}

#footer a:hover{
	text-decoration: none;
}