/*  RESET  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code, 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 {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;} caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";} blockquote, q {quotes: "" "";}
{margin:0;padding:0;}

/*  RESET  END */

/*  HTML  */

html 	{ overflow-x: hidden; }

body 	{
background-color: #FFF;
color:#333;
font-family: 'Lucida Grande','Trebuchet MS', Verdana, sans-serif;
font-size:65%;
line-height:1.7em;
}

a 		{ color:#333; text-decoration:none;}
a:hover { color:#577ea6; }
a img 	{ border: none; }

h1 		{ font-size: 2.4em; padding-bottom: 4px; }
h2 		{ font-size: 1.4em; }

li 		{ list-style: none; padding-left: 8px; }
p		{ margin-bottom: 12px; }
strong 	{ font-weight: bold;}
/*  HTML END */


/*  COMMON  */
.aleft			{ float: left; }
.aright			{ float: right; }
.holder			{ overflow: hidden; }
.no_border img	{ border:0; }
.padding_top30	{ padding-top: 30px; }
.separator_5px	{ clear: both; height: 5px; }
/*  COMMON  END */

/*  BLOCKS  */

#container {
margin:0 auto;
padding: 10px 10px 30px 10px;
width: 960px;
}

#slogan {
background-color: #555;
color: #FFF;
margin-bottom: 2px;
padding: 12px;
text-align: center;
}

#slider {
border-bottom: 3px solid #555;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
border-top: 2px solid #555;
}

#footer {
border-top: 1px solid #CCC;
padding-top: 5px;
}

