
/* Copyright Mathew Bassett 2010 */

@font-face {
	font-family: Diavlo;
	font-style:  normal;
    font-weight: normal;
    src: url(fonts/DIAVLO0.eot);
}

@font-face {
	font-family: Diavlo;
	font-style:  normal;
    font-weight: normal;
    src: url(fonts/diavlo_medium_ii_37-webfont.woff);
}
 
@font-face {
	font-family:Diavlo;
 	src: url(fonts/Diavlo_MEDIUM_II_37.otf);/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
}

html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 160%;
	font-size: 100%;
	line-height:1.5em;
	background-color: #ccc;
}

p, label {
	font-size: 1.2em;
	color: #666;
	font-family: Diavlo, Lucida Sans Unicode, sans serif;
}

#page {
	top: 0px;
	width: 922px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;
	padding-left: 20px;
	padding-right: 20px;
	box-shadow:5px -5px 5px #999, -5px -5px 5px #999;
	-webkit-box-shadow:5px -5px 5px #999, -5px -5px 5px #999;
	-moz-box-shadow:5px -5px 5px #999, -5px -5px 5px #999;
}

.nav {
	width: 922px;
	height: 30px;
	top: 0px;

	padding: 0px;
	margin: 0px;
}

.nav ul {
	list-style: none;
}

.nav li {
	float: left;
	border-top: 1px solid #ccc;
	margin: 0px auto;
}

.nav li a {
	width: 100px;
	height: 20px;
	color: #666;
	display: inline;
	text-decoration: none;
	text-align: center;
	margin-right: 30px;
	font-family: Diavlo, Lucida Sans Unicode, sans serif;
	font-size: 1.3em;
}

.nav li a:hover {
	text-decoration: none;
	color: #ccc;
}

.nav li a.selected {
	color: #6f3;
}

.subnav {
	width: 922px;
	height: 100px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.subnav ul {
	position: relative;
	float: left;
	left: 240px;
	list-style-type:none;
}

.subnav li a {
	font-family: Diavlo, Lucida Sans Unicode, sans serif;
	font-size: 1em;
	color: #666;
	text-decoration: none;
}

.subnav li a:hover {
	text-decoration: none;
	color: #ccc;
}


#masthead {
	height:220px;
	width: 100%;
}

#masthead a.logo {
	position: relative;
	top: 30px;
	float: left;
	width: 234px;
	height: 70px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

#masthead h1{
	position: relative;
	top: 130px;
	left: -234px;
	float:left;
	font-family: Diavlo, Lucida Sans Unicode, sans serif;
	font-size: 2.2em;
	color: #333;
	line-height: normal;
}
#content {
	height: 100%;
	min-height: 100%;
	width: 922px;
}

*{margin:0; padding:0;}

#window {
	position:relative; 
	width:922px;
	height:400px; 
	background:#fff; 
	overflow:hidden; 
	clear:both;
	padding-bottom: 20px;
}

#window a {
	text-decoration: none;
}

 .products-menu {
	float: left;
	width: 215px;
	height: 400px;
	padding: 5px;
	border: 2px solid #FFF;
}

.products-menu p {
	color:#666;
	font-family: Diavlo, Lucida Sans Unicode, sans serif;	
}

.products-menu h3 {
	font-family: Diavlo, Lucida Sans Unicode, sans serif;
	font-size: 1.1em;
	color: #333;
	text-decoration:underline;
	margin-top: 15px;
}

.products-menu:hover h3 {
	color:#999;	
}

.products-menu:hover p {
	color:#999;
}

.products-menu:hover {
	border: 2px solid #999;
}

.products-menu img {
	display:block;
	width: 215px;
	height: 200x;
	border: none;	
}

#slideshow {
	position:relative;
	width:3848px; 
	height:400px; 
	overflow:hidden; 
}

#slideshow li {
	width:922px; 
	height:400px; 
	float:left; 
	display:inline;
}

.tagline-container {
	position: relative;
	top: -400px;
	left: 0px;
	width: 300px;
	height: 400px;
	float:left;
	background: rgb(204, 204, 204); 
	opacity: 0.6;
	filter: alpha(opacity = 60);
    clear:both;
}

.tagline {
	position:relative;
	left: 0px;
	top: -730px;
	width: 300px;
	height: 400px;
}

.tagline p {
	font-size: 2.3em;
	color: #000;
	font-family: Diavlo, Lucida Sans Unicode, sans serif;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 1em;
	line-height: 1.3em;
}

#content .button {
	width: 170px;
	font-size: 16px;
	color: #333;
	background-color: #999;
	font-family: Diavlo, Lucida Sans Unicode, sans serif;
	cursor: pointer;
	border: 0px;
}

#content .button:hover {
	background-color:#666;
	color:#FFF;
}

#content input {
	width:380px;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Diavlo, Lucida Sans Unicode, sans serif;
	font-size:1.2em;
	color:#333;
	border: 2px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-indent: 10px;
}

.hide {
    display:none;
}


#content select {
	width:385px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Diavlo, Lucida Sans Unicode, sans serif;
	font-size:1.2em;
	color:#333;
	border: 2px solid #CCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#content option {
	width: 300px;
	text-indent: 10px;
}
	
#content textarea {
	width:380px;
	max-width: 700px;
	height: 200px;
	min-height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Diavlo, Lucida Sans Unicode, sans serif;
	font-size:20px;
	overflow: hidden;
	border: 2px solid #CCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-indent: 10px;
	background-color:#FFF;
}

#content table {
	margin: 20px;	
}

#content td {
	width: 385px;	
}

#content h2 {
	font-family:Diavlo, Lucida Sans Unicode, sans serif;
	font-weight: bold;
	font-size: 1.8em;
	color: #333;
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	padding-top: 20px;
	cursor: pointer;
	display: block;
}

#content h3 {
	font-family: Diavlo, Lucida Sans Unicode, sans serif;
	font-size: 1.4em;
	color: #333;
	margin-top: 20px;
}

#content h2:hover {
	color: #ccc;
	cursor: pointer;
}

#content a {
	text-decoration: none;
	color: #666;
	text-decoration:underline;
}
#content a:hover {
	color: #ccc;
}

#content dt {
	font-family: Diavlo, Lucida Sans Unicode, sans serif;
	font-size: 1.4em;
	margin-bottom: 1em;
	margin-top: 1em;
	color: #333;
}

#content dd {
	font-family: Diavlo, Lucida Sans Unicode, sans serif;
	font-size: 1.2em;
	margin-left: 0px;
	color: #666;
}

#content p {
	font-size: 1.2em;
	color: #666;
	font-family: Diavlo, Lucida Sans Unicode, sans serif;
	margin-bottom: 1em;
	margin-top: 1em;
}

#content .text {
	position: relative;
}

#content .text li {
	font-size: 1.2em;
	display:block;
	color: #666;
	font-family: Diavlo, Lucida Sans Unicode, sans serif;
	list-style-type:none;
}

#content .text img {
	height: 300px;
	border: 0px;
	margin-top: 2em;
}

#content .small-img {
	position: relative;
	left: 331px;
	width: 300px;
	height: 300px;
	padding-bottom: 50px;
}

#content .touch-image {
	float: right;
	width: 400px;
	height: 300px;
	border: none;
	padding: none;
}

#content .downloads {
	width: 100%;
	height: 180px;
	margin-top: 40px;
	border-bottom: 1px solid #CCC;
}

.downloads img {
	position: relative;
	float: left;
	width: 105px;
	height:155px;
	margin-right: 55px;
	border: 0px;
}

.downloads a {
	border: 0px;
}

#footer {
	bottom: 0px;
	width: 100%;
	height:140px;
	background-color: #FFF;
	margin-top: 50px;
	text-align:center;
}

#footer p {
	position:relative;
	top: 30px;
	font-size: 0.825em;
	margin:0px;
}


#footer a {
	position: relative;
	top: 10px;
	margin-right: 20px;
	font-family: Diavlo, Lucida Sans Unicode, sans serif;
	text-align:center;
}



#footer .social-links {
	position: relative;
	top: 45px;
	display:block;
	width: 40px;
	height: 40px;
	background: url(images/facebook.jpg);
}

#footer .social-links:hover {
	background-position: -40px 0px;	
}



