/*
	This is the Global CSS file for every page in this site use, which contains 
*/

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, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
}


.overcooked {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	white-space: nowrap;
}

/* Main Structure */

body {
	font: 12px/1.5em "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

.bodybox {
	width: 1024px;
	height: 500px; /* 500px */
	font-size: 0px;
	margin: 8px auto 8px auto;
}

.bodybox2 {
	width: 1024px;
	height: 127px;
	font-size: 0px;
	margin: 0px auto 0px auto;
}

.bodybox3 {
	width: 1024px;
	height: 233px;
	font-size: 0px; white-space: nowrap; letter-spacing: -0.5em; line-height: 0px;
	margin: 0px auto 12px auto;
}

.bodyfont {
	font-size: 12px;
	color: #888;
}

.copyr {
	text-align: center;
}

.specifications {
	position: absolute;
	margin-top: -9000px;
}

.homeboxout {
	position: relative;
	width: 1044px;
	height: 180px;
	right: -10px;
	margin: 0px auto 20px auto;
	overflow: hidden;
}

.homeboxout a {
	display: block;
	float: left;
	width: 235px;
	height: 180px;
	margin-right: 16px;
	overflow: hidden;
	zoom: 1;
}

.homeboxout .last {
	margin-right: 0;
}

.homeboxout img {
	display: block;
	width: 235px;
	height: 180px;
}

/* Stage Scoller */

div.stage {
	position: relative;
	width: 1024px;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 6;
}

div.scrollable {
	position: relative;
	width: 1024px;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
}

div.scrollable .items {
	position: absolute;
	width: 2000em;
}

.items a {
	display: block;
	float: left;
	width: 1024px;
	height: 500px;
}

a.browse {
	background-image: url(../images/aws.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	display: block;
	width: 38px;
	height: 80px;
	margin-top: -80px;
	z-index: 8;
	opacity: 0.6;
}

a.browse:hover {
	opacity: 1;
}

a.prev {background-position: left top; left: 0;}
a.next {background-position: right top; right: 0;}

