/* CSS Document */

/*-------------------------------------------
RESET
-------------------------------------------*/

html, body, div, span, object, iframe, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  background:transparent;
}
html { -webkit-font-smoothing: antialiased; overflow-y: scroll; }
body { *font-size:small; *font:x-small;}
article, aside, figure, footer, header, hgroup, nav, section { display:block; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:15px 0; padding:0; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; margin-top:0px; padding-top:0px;}
a:link, a:hover, a:active, a:focus { outline:none !important; border:none; }
ul { margin-left:30px; margin-bottom:20px; }
ol { margin-left:30px; list-style-type: decimal; }
table { border-collapse:collapse; border-spacing:0; font-size:inherit; font:100%;}
td, td img { vertical-align:top; }
strong, th { font-weight: bold; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
button, button:hover, button:active, button:focus {outline: none;}
button::-moz-focus-inner {border: 0}
::-moz-selection{ background: #666; color:#fff; text-shadow: none; }
::selection { background:#666; color:#fff; text-shadow: none; } 

/* print styles*/
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
@media all and (orientation:portrait) {}
@media all and (orientation:landscape) {}

/* Grade-A Mobile Browsers */
@media screen and (max-device-width: 480px) {
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}

/*-------------------------------------------
GENERAL
-------------------------------------------*/

img, div, a, td {outline:none;}

body {
	margin:0;
	padding:0;
	min-width:950px;
	background-image:url(../layout/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.clear {
	height:auto;
	width:auto;
	margin:0px;
	padding:0px;
	background:none;
	border:none;
	float:none;
	clear:both;
}

#wrapper {
	width:950px;
	margin:0 auto;
	background-image:url(../layout/header.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:275px;
}

/*-------------------------------------------
SECTION
-------------------------------------------*/

section {
	width:760px;
	height:470px;
	overflow:hidden;
	margin:0 auto;
}

/*-------------------------------------------
FOOTER
-------------------------------------------*/

footer {
	width:760px;
	margin:0 auto;
	height:51px;
	padding-bottom:20px;	
}
