/* emcss 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}









/* html */
body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #00496e;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #0060a1;
	margin: 1em;
	text-align: center;
}
a {
	text-decoration: none;
	border-bottom: .15em solid #0076cc;
	color: #0076cc;
}
a:hover {
	border-bottom: .15em solid #00033d;
	color: #ee0050;
}
h1 {
	font-size: 3em;
	font-weight: normal;
	margin-bottom: .5em;
}
h2 {
	font-size: 2em;
	line-height: 1.5em;
	font-weight: normal;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
}
p {
	margin: 0 0 1em 0;
	font-size: 1.25em;
	line-height: 1.25em;
}
dt {
	margin: 0 0 .5em 0;
}
dd {
	margin: 0 0 1em 0;
}





/* layout */

#packaging {
	margin: 0 auto;
	width: 700px;
	border: 1em solid #fff;
	overflow: hidden;
	background-color: #fff;
}
#remotedata {
	float: left;
	border-bottom: .25em solid #d9e2e5;
	height: 325px;
}
#navigation {
	float: left;
	width: 700px;
	overflow: hidden;
	background-color: #0076cc;
	border-bottom: 1px solid #cad3d6;
}
#content {
	float: left;
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-x;
	width: 700px;
	padding: 1em 0;
}
#footer {
	float: left;
	width: 700px;
	height: 20px;
	padding: 62px 1em 0 1em;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
}
.container, #contactform {
	margin: 1em 0;
	padding: 2em 1em;
	background-color: #e2ebf0;
	overflow: hidden;
	border-bottom: 1px dashed #0060a1;
	float: left;
	width: 100%;
}









/* navigation menu */
#menu {
	float: left;
	border-left: 1px solid #003366;
}
#menu li {
	float: left;
}
#menu li a {
	font-size: .75em;
	color: #fff;
	float: left;
	padding: 1em;
	width: 100%;
	letter-spacing: .3em;
	border: 0;
	display: inline;
	text-transform: uppercase;
	border-left: .5em solid #0060a1;
	width: auto;
}
#menu li a:hover {
	border-left: .5em solid #00033d;
	color: #fff;
	background-color: #ee0050;
}









/* lists */
.inlineul, .ul {
	margin: 1em 0;
	font-size: 1.25em;
	float: left;
	width: 30%;
}
.inlineul li, .ul li {
	margin: 0 1em .5em 1em;
	list-style-image: url(../images/bullet.gif);
}
.ul {
	float: none;
	margin: 0 0 1em 1em;
}













/* misc */
.seperator {
	vertical-align: bottom;
}
.imgright {
	float: right;
	clear: both;
	margin: 0 0 1em 1em;
	border-bottom: 1px solid #cad3d6;
	border-left: 1em solid #cad3d6;	
}
