﻿/* global reset *************************************************************************************/

td, th, blockquote, p, textarea, input, fieldset, form, pre, h5, h4, h3, h2, h1, li, ol, ul, dd, dt, dl, div, class, body {   
	margin: 0px;
	padding: 0px;
}

h5, h4, h3, h2, h1, p, ol, ul, dd, dt, dl , a{
	font-size: medium;
	font-weight: normal;
}

li, ol, ul {
	list-style: none; 
}

table {  
	border-collapse: collapse;
	border-spacing: 0px;
}  

img, fieldset {
	border: 0px;  
}
 
var, th, strong, em, dfn, code, cite, caption, address {  
	font-style: normal;  
	font-weight: normal;  
}
 
strong {
	font: caption;
}

th, caption {  
	text-align: left;
}

q:after {  
	content: '';  
} 
 
q:before {  
	content: '';  
} 
 
acronym, abbr {
	border: 0px;  
}

a {
	font: inherit;
	outline: none;
}

body {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}





/* box elements *************************************************************************************/

#container {
	margin: 0px auto;
	width: 733px;
}

/* **************************************************************************************************/

#visitors, #visitors-top, #visitors-top h1, #visitors-bl {
	background: transparent url(images/box-gray.png) no-repeat bottom right;
}

#clients, #clients-top, #clients-top h1, #clients-bl {
	background: transparent url(images/box-orange.png) no-repeat bottom right;
}

#header, #header-bl, #tutorials, #tutorials-top, #tutorials-top h1, #tutorials-bl {
	background: transparent url(images/box-blue.png) no-repeat bottom right;
}

#remote, #remote-top, #remote-top h1, #remote-bl {
	background: transparent url(images/box-yellow.png) no-repeat bottom right;
}

#content, #content-top, #content-top h1, #content-bl {
	background: transparent url(../../images/box-white.png) no-repeat bottom right;
}

/* **************************************************************************************************/

#header {
	width: 309px !important;
	width: 279px;
	padding-right: 15px;
	margin: 0px auto 20px;
}

#header-bl {
	background-position:bottom left;
	margin-right: 15px;
	padding: 15px 0px 15px 15px;
}

/* **************************************************************************************************/

#visitors {
	width: 309px !important;
	width: 279px;
	padding-right: 15px;
	margin: 10px auto 20px;
}

#visitors-top {
	background-position:top right;
	margin-right:-15px;
	padding-right:15px
}

#visitors-top h1 {
	background-position:top left;
	margin: 0px;
	border: 0px;
	padding:15px 0px 0px 30px;
	height:auto !important; height:1%;
}

#visitors-bl {
	background-position:bottom left;
	margin-right: 15px;
	padding: 5px 0px 15px 30px;
}

/* **************************************************************************************************/

#clients {
	width: 309px !important;
	width: 279px;
	padding-right: 15px;
	margin: 10px auto 20px;
}

#clients-top {
	background-position:top right;
	margin-right:-15px;
	padding-right:15px
}

#clients-top h1 {
	background-position:top left;
	margin: 0px;
	border: 0px;
	padding:15px 0px 0px 30px;
	height:auto !important; height:1%;
}

#clients-bl {
	background-position:bottom left;
	margin-right: 15px;
	padding: 5px 0px 15px 30px;
}

/* **************************************************************************************************/

#tutorials {
	width: 309px !important;
	width: 279px;
	padding-right: 15px;
	margin: 10px auto 20px;
}

#tutorials-top {
	background-position:top right;
	margin-right:-15px;
	padding-right:15px
}

#tutorials-top h1 {
	background-position:top left;
	margin: 0px;
	border: 0px;
	padding:15px 0px 0px 30px;
	height:auto !important; height:1%;
}

#tutorials-bl {
	background-position:bottom left;
	margin-right: 15px;
	padding: 5px 0px 15px 30px;
}

/* **************************************************************************************************/

#remote {
	width: 309px !important;
	width: 279px;
	padding-right: 15px;
	margin: 10px auto 20px;
}

#remote-top {
	background-position:top right;
	margin-right:-15px;
	padding-right:15px
}

#remote-top h1 {
	background-position:top left;
	margin: 0px;
	border: 0px;
	padding:15px 0px 0px 30px;
	height:auto !important; height:1%;
}

#remote-bl {
	background-position:bottom left;
	margin-right: 15px;
	padding: 5px 0px 15px 30px;
}

/* **************************************************************************************************/

#footer {
	width: 309px !important;
	width: 279px;
	padding-right: 15px;
	margin: 0px auto 20px;
}

#footer-top {
	margin-right:-15px;
	padding-right:15px
}

#footer-top h4 {
	margin: 0px;
	border: 0px;
	padding:15px 0px 0px 30px;
	height:auto !important; height:1%;
	text-align: center;
}

#footer-bl {
	margin-right: 15px;
	padding: 5px 0px 15px 30px;
}

/* **************************************************************************************************/

#content {
	width: 474px !important;
	width: 444px;
	padding-right: 15px;
	margin: 0px auto 20px;
}

#content-top {
	background-position:top right;
	margin-right:-15px;
	padding-right:15px
}

#content-top h1 {
	background-position:top left;
	margin: 0px;
	border: 0px;
	padding:15px 0px 0px 30px;
	height:auto !important; height:1%;
}

#content-bl {
	background-position:bottom left;
	margin-right: 15px;
	padding: 5px 0px 15px 30px;
}

#content h1 {  /* Main head ********************************************************************************/
	font-weight: bold;
	font-size: 1.2em;
	color: #D49A07;
	text-transform: uppercase;
	display: block;
}

#content p {
	font-size: 1em;
	color: #5D666E;
	padding-bottom: 0.7em;
}




/* single elements *************************************************************************************/

h1 {  /* Main head **************************************************************************************/
	font-weight: bold;
	font-size: 1.2em;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	display: block;
}

h2 {  /* Subhead ****************************************************************************************/
	font-weight: bold;
	font-size: 1em;
	color: #5D666E;
	padding-top: 0.4em;
	padding-bottom: 0.7em;
	text-transform: uppercase;
	display: block;
}

h3 {  /* Offset text ************************************************************************************/
	font-size: 0.9em;
	color: #5D666E;
	display: block;
	padding: 0em 0em 0.7em;
}

td a {
	color: #5D666E;
	text-decoration: underline;
}

h4 {  /* Footer *****************************************************************************************/
	font-size: 0.7em;
	color: #5D666E;
}

a {
	text-decoration: none;
}

p {
	font-size: 0.8em;
	color: #FFF;
	padding-bottom: 0.5em;
}