/* Global styles
------------------------------------------------------------------*/

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot{
	margin:0 auto 0 auto;
	padding:0;
	border:none;
	outline:0;
}
html,body{
	height:100%;
}
body{
	font-family:"Century Gothic", "Calibri", "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
:focus{
	outline:none;
}
hr{
	border:1px solid #000;
}
table{
	font-size:12px;
	border-collapse:collapse;
	border-spacing:0;
}
a{
	color:#333;
}
a:hover{
	color:#111;
	text-decoration:none;
}
p{
	margin-bottom:10px;
}
ul,ol{
	margin:5px 0 10px 25px;
}

#superContainer {
	margin:0 auto 0 auto;
		
}

#header {
	width:900px;
	height:120px;
	/*background-color:#00CCFF;*/
	background:url(images/bgHeader.jpg) no-repeat;
}

#menu {
	width:900px;
	height:38px;
}

.btnMenu {
	margin:0px;
	padding:0px;
	float:left;
}

#menu img {
	margin:0px;
	padding:0px;
	float:left;
}

#subContainer {
	width:900px;
	background:url(images/bgMainGlobal.jpg) repeat-y;
}

#mainTop {
	width:900px;
	height:114px;
	/*background-color:#999900;*/
	background:url(images/bgMainTop.jpg) no-repeat;
}

#mainCenter {
	color:#000;
	width:804px;/*width:851px;*/
	min-height:425px;
	/*background-color:#6699CC;*/
	background:url(images/bgMainBottom.png) no-repeat bottom;
	padding:20px 20px 60px 20px;
	
}

#mainGradient {
	background:#7bcb66 url(images/bgMainGradient.jpg) repeat-x;
	/*background-color:#999900;*/
	width:844px;
	position:relative;
	left:2px;
	
}

#footer {
	width:900px;
	height:56px;
	/*background-color:#339900;*/
	background:url(images/bgFooter.jpg) no-repeat;
}

.btnQuickMenu {
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	margin-right:60px;
	position:relative;
	left:570px;
	top:25px;
}

.btnQuickMenu:hover {
	color:#eac20a;
}

#ProximediaLink {
	display:block;
	width:100px;
	height:30px;
	/*background-color:#CC6600;*/
	position:relative;
	top:24px;
	left:373px;
}

h1 {
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
	margin-bottom:20px;
}

h2 {
	color:#FFFFFF;
	font-size:12px;
	margin:20px 0px 0px 0px;
}

h3 {
	color:#000;
	font-size:11px;
	font-weight:bold;
	margin:20px 0px 0px 0px;
}

/* CMS styles
------------------------------------------------------------------*/
#Name{
	font-size:20px;
	margin-bottom:10px;
}
#Info{
	display:block;
}

