/* 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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}

.both { clear: both; overflow: hidden; zoom: 1; }
.left { float: left !important; }
.right { float: right !important; }
.hidden { display: none; }
body #page table.service,
body #page table.service th,
body #page table.service td { height: auto; padding: 0; margin: 0; color: inherit; font-weight: normal; background: none; border: 0; }
body #page table.service tr { background: none; }


/* Layout  */
body, html {
	height: 100%;
}
body {
	min-width: 1000px;
}
#page {
	position: relative;
	min-width: 1000px;
	max-width: 1280px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
}
.page-inner {
	padding: 0 30px;
}
.w1024 .page-inner {
	padding: 0 20px;
}

#main:after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main {
	padding: 0 0 30px 323px;
}
.w1024 #main {
	padding-left: 313px;
}

#content {
	float: left;
	width: 100%;
}

#sidebar {
	float: left;
	position: relative;
	left: -323px;
	width: 323px;
	margin-left: -100%;
}
.w1024 #sidebar {
	left: -313px;
	width: 313px;
}


#footer {
	clear: both;
	height: 90px;
	min-width: 1000px;
	max-width: 1280px;
	margin: 0 auto;
}
.footer-inner {
	position: relative;
	margin: 0 20px;
}