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

/* 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

	
/* CSS Reset ..................................................................................................*/

body {
	margin:8px;
	background-color:#E1E1E1;
}

.wrapperLeft {
	
	width:240px;
	margin-left:15px;
	
}

.logo	{
	align:center;
	padding:10px 0px 0px 10px;
}

.menu	{
	padding-top:10px;
	padding-left:10px;
	background-color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:880px;
}

menu ul	{
	text-align:left;
}

.content	{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px;
	border: 0px solid #ed1c24;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(82,79,82,1);
-moz-box-shadow: 3px 3px 6px 0px rgba(82,79,82,1);
box-shadow: 3px 3px 6px 0px rgba(82,79,82,1);
	background-color:#FFF;
	max-width:900px;
	min-height:500px;
	margin-top:10px;
	margin-bottom:15px;
	text-align:left;
}

.content p 	{
	padding:16px;
	
}

.sideBar	{
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#F2F2F2;
	width:240px;
	height:170px;
	margin-top:20px;
	margin-left:45px;
	padding-top:7px;
	
}

h1	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:35px;
	padding-top:4px;
	padding-bottom:8px;
	font-size:20px;
}

h2	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:35px;
	padding-top:10px;
	padding-bottom:0px;
	font-size:20px;
	color:#ed1c24;
}

h3	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:35px;
	padding-top:20px;
	padding-bottom:0px;
	font-size:16px;
	color:#ed1c24;
}

h4	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:35px;
	padding-top:20px;
	padding-bottom:0px;
	font-size:14px;
	color:#ed1c24;
}


.page	{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	width:900px;
	color:#000;
	line-height:1.2em;
	background-color:#fff;
	padding-top:10px;

}

.page h1	{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:18px;
	margin:10px 10px 20px 10px;
	padding:10px 10px 10px 10px;
	color:#fff;
	background-color:#CCC;
}

.page p	{
	margin:0px 0px 0px 20px;
	padding-bottom:10px;
}

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

a:hover	{
	text-decoration:none;
	color:#ed1c24;
}

ul {
	list-style:disc;
	padding-left:70px;
	padding-top:10px;
	padding-bottom:10px;
}


.footer	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	height:89px;
	width:900px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align:left;
}

.footer img 	{
	display:block;
	float:center;
}
.footerWrap	{
	background-color:#ed1c24;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.clear	{
	clear:both;
}

.zetta-menu ul li	{
	text-align:left;
}

.zetta-menu	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}