/* @group 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,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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* remember to define focus styles! */

:focus {
	outline: 0;
	}

body {
	line-height: 1;
	color: black;
	background: white;
	}

ol, ul {
	list-style: none;
	}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

/* @end */

body {
	color: #333;
	font-family: Register, Verdana, "Lucida Sans", sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	letter-spacing: 1px;
	}

html>body {
	font-size: 12px;
	}

#horizon {
	display: block;
	left: 0;
	overflow: visible;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	height: 1px;
	}

#container {
	left: 50%;
	margin-left: -400px;
	position: absolute;
	text-align: left;
	top: -250px;
	width: 800px;
	height: 500px;
	}

.box {
	background: #fff url(images/logo_outline.gif) -100px -50px no-repeat;
	border: 1px solid #ccc;
	overflow: hidden;
	text-align: left;
	width: 800px;
	height: 450px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
	}

.logo {
	margin: 70px 0 0 95px;
	padding-bottom: 30px;
	}

.contact {
	font-size: 1.0833em;
	line-height: 1.75em;
	margin-left: 265px;
	}

.phone, .email, .name, a:link, a:visited {
	color: #000;
	text-decoration: none;
	}

p + .name {
	padding-top: 20px;
	}

a:hover {
	color: #906;
	}

/* @group Samples */

#samples #slideshow {
	height: 450px;
	}

#samples .wide, #samples .standard {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	}

#samples .standard {
	margin-left: 40px;
	width: 720px;
	}

#samples h2 {
	font-size: 60px;
	}

#samples #controls {
	font-size: 1.2308em;
	margin: 20px auto;
	text-align: center;
	width: 15em;
	}

#samples #controls p {
	display: block;
	float: left;
	}

#samples #controls p#next {
	float: right;
	}

#samples #controls p:hover {
	color: #906;
	cursor: pointer;
	}

/* @end */