@charset "utf-8";
/** reset css
    by Eric Meyer
	url: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
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: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong {font-weight:bold;}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
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: "" "";
}
/** ********* basic centered header, footer + sidebar layout ********* */
body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 14px;
	background-color:#817565;
}
a, 
a:link, 
a:active, 
a:visited {
	text-decoration: underline;
	color: #363636;
}
a:hover {
	color: #fff;
}
.clear {
	clear:both;
}

#header { 
	background-color: #574F44;
	border-bottom: 1px solid #BDAF77;
}
#header .content {
	width: 850px;
	margin:0 auto;
	background-color: #817565;
	height: 357px;
	text-align:right;
}
.menubg {
	background-color:#98ADC2;
}
#menu {
	width: 810px;
	margin:0 auto;
	padding: 10px 20px;
	font-size: 22px;
	/*
	border-left: 1px solid #817565;
	border-right: 1px solid #817565;
	*/
}
#menu a, 
#menu a:link, 
#menu a:active, 
#menu a:visited {
	text-decoration: none;
	color: #fff;
	padding-right: 26px;
}
#menu a:hover,
#menu a.selected {
	color:#455569; /*89865C*/
}
#page {
	width: 808px;
	margin:0 auto;
	/*
	border-left: 1px solid #817565;
	border-right: 1px solid #817565; DDD6B7
	*/
	border-left: 1px solid #BDAF77;
	border-right: 1px solid #BDAF77;

	background-color:#CFC59C;

	padding: 30px 20px 15px 20px;
	line-height: 20px;
}

#page h2 {
	font-size: 20px;
	color: #59563C;
	margin-bottom: 10px;
	line-height: 30px;
	/*
	font-weight:bold;
	*/
}
#page h4 {
	font-size: 15px;
	font-weight:bold;
	color: #455569;
	margin-bottom: 20px;
}
#page h5 {
	font-size: 12px;
	font-weight:normal;
	color: #455569;
}
#page p {
	margin-bottom: 10px;
}
#page img {
	float:left;
	margin: 5px 15px 15px 0;
	/* -moz-box-shadow:4px 4px 4px #817565; */
}
#page ol {
	font-size: 14px;
	margin: 5px 0 15px 0;
	list-style-position:outside;
}
#page ol li {
	margin-bottom: 20px;
}
#page ol li span {
	color: #455569;
	font-weight:bold;
}
#page ul {
	margin: 5px 0 35px 0;
}
#page ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url("../bullet_list.gif") no-repeat -5px 3px;
}
#page ul.vita li {
	margin-bottom: 15px;
}

#page ul li span, #mainleft .form span {
	color: #455569;
}

#main {
	padding-right: 20px;
}
#mainleft {
	float:left;
	width: 380px;
	overflow:hidden;
}
#mainleft .form {
	margin: 20px 0;
	font-weight: bold;
}
#mainleft .form input.input {
	margin-bottom: 5px;
}
#mainleft .form input.input, #mainleft .form textarea {
	width: 98%;
	border: 1px solid #BDAF77; /* #817565; */
	background-color:#EAE6D5;
	padding: 2px;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainleft .form input.input:focus, #mainleft .form textarea:focus {
	background-color:#fff;
}
#mainleft .form .formbuttons {
	text-align: right;
	padding: 10px 2px;
}
#mainright {
	width: 360px;
	float:right;
	padding: 0;
	margin: 0;
}
#mainright img{
	padding: 0;
	margin: 0 0 20px 0;
}
.tvscreen {
	background: url("../assets_demo/tvscreen.png") no-repeat;
	height: 420px;
	padding: 45px 0 0 32px;
}
.tvscreen .title {
	color: #ccc;
	width: 350px;
	height: 40px;
	text-align:center;
}
.noscript {
	text-align:center;
	margin: 60px 150px 0 0;
	padding: 20px 0;
	color: #fff;
	background-color: #c30;
}
.error {
	margin: 10px 0;
	padding: 5px 10px;
	background-color:#AC1741;
	color: #fff;
}
.success {
	margin: 10px 0;
	padding: 5px 10px;
	background-color:#667D46;
	color: #fff;
}
#footer {
	clear:both;
	width: 808px;
	margin:0 auto;
	/*
	border-left: 1px solid #817565;
	border-right: 1px solid #817565; DDD6B7
	*/
	padding: 20px 20px 15px 20px;
	line-height: 20px;
	border-left: 1px solid #BDAF77;
	border-right: 1px solid #BDAF77;
	background-color:#CFC59C;
	height: 40px;
}
#footer .content {
	border-top: 1px dotted #817565;
	padding: 2px 0;
}
