/* css 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, button, textarea
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
img
{
	vertical-align: middle;
	padding: 5px;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
.watch
{
	background-color: Fuchsia;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.center
{
	margin: 0 auto;
	text-align: center;
}
.hidden
{
	display: none;
}

/* main styles */

html
{
	font-family: 'Lucida Grande' , 'Lucida Sans Unicode' , Arial, sans-serif;

	background: #FFF url(../img/bg.jpg) no-repeat top;
	color: #ccc;
}
body
{
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 20px;
	display: block;
	width: 800px;
	overflow: hidden;
	background: #191b1f url(../img/bg-container.png) repeat-y center top;
}
.header
{
	display: block;
	height: 8px;
	width: 800px;
	overflow: hidden;
	background: transparent url(../img/bg.png) repeat-y center;
}
.header
{
	background: transparent url(../img/header.png) no-repeat;
}
.footer
{
	width:780px;
	height:50px;
}
.container
{
	margin: 0 auto;
	width: 796px;
	overflow: hidden;
}
.addbline
{
	border-bottom: dotted 1px #333333;
}
.logo
{
	max-height: 100px;
	overflow: hidden;
	background-color: #000;
	cursor: pointer;
}
.logo img
{
	margin-top: -6px;
}
.menu
{
	height: 40px;
	background: transparent url(../img/bg-menu.png) repeat-x;
}
.menu li
{
	float: left;
}
.menu li a
{
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	margin-top: 4px;
	border-right: solid 1px #282a2f;
	border-left: solid 1px #191b1f;
	cursor: pointer;
	padding: 0px 20px;
}
.menu li a:hover, .menu li a.selected
{
	background-color: #282a2f;
	border-right: solid 1px #333;
	border-left: solid 1px #191b1f;
	background: transparent url(../img/bg-menu-i.gif) repeat-x top;
}
.menu li a.selected
{
	color: #eee;
	background: transparent url(../img/bg-menu-i.gif) repeat-x bottom;
}
.content
{
	width: 796px;
	height: 465px;
	overflow: hidden;
	font-size: 12px;
}
.content ul li.page /* scrolling parts  WAS DOUBLE PADDING */
{
	width: 776px; /* 796 - 10*2 =20*/
	height: 453px; /* 469px - 8*2 =16*/
	padding: 8px 10px;
	overflow: hidden;
}
.content a
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-style: italic;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	border-bottom: dotted 1px;
}
.content a:hover
{
	color: #6699cc;
	border-bottom: dotted 1px;
}
.content div.w2to3
{
	width: 400px;
}
.content div.w1to1
{
	width: 378px;
}
.content img.addborder
{
	margin: 5px;
	margin-top: 0px;
	border: solid 1px #282a2f;
}
.content a:hover img.addborder
{
	border: solid 1px #5a9ebf;
}
.content div.block
{
	float: left;
	width: 100%;
}
.content .page .addbline
{
	margin-bottom: 15px;
}

/* mini typo system */

.page .mainclr
{
	color: #ff320a;
}
.page p a
{
	font-size: 16px;
}
.page p
{
	margin-bottom: 15px;
}
.page p strong
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
	color: #eee;
}

.page h1
{
	font-family:'Lucida Grande' , 'Lucida Sans Unicode' , Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 31.2px;
	font-style: normal;
	margin: 0px 0px;
	color: #eee;
}
.page h2
{
	font-family: Baskerville, 'palatino linotype' , serif;
	font-size: 17.6px;
	font-weight: bold;
	color: #fff;
	letter-spacing: normal;
	word-spacing: 1.05px;
	line-height: 20.5px;
	font-variant: small-caps;
	margin-bottom: 20.55px;
	margin-left: 0px;
	padding-top:20px;
}
.page h2:after
{

}
.page h3, .form label
{
	font-size: 10px;
	font-weight: 300;
	font-style: normal;
	color: #eee;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 20.3px;
}
.page h3 span, .form label
{
	color: #5A9DBE;
}
.page .w2to3 li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14.5px;
	font-weight: 300;
	letter-spacing: normal;
	word-spacing: 1.05px;
	line-height: 23px;
}
.page .w2to3 ol, .page .w2to3 ul
{
	margin-bottom: 20.55px;
	list-style-position: inside;
}
.page .w2to3 ol
{
	list-style-type: lower-roman;
}
.page .w2to3 ul li
{
	text-indent: 25px;
	background: transparent url(../img/ok-small.gif) no-repeat left center;
	text-align:left;
}

/* form */
.form input, .form textarea
{
	border: solid 1px #000;
	width: 200px;
	background-color: #ddd;
	padding: 3px;
	font-family: Courier;
	font-weight: 800;
	font-style: italic;
}
.form label
{
	vertical-align: top;
}
.form textarea
{
	height: 90px;
}
input#submit_btn
{
	width: 128px;
	height: 35px;
	background-color: Transparent;
	border: none 0px;
	margin-top: 0px;
	margin-left: -2px;
}

.test
{
color:#5a9ebf;
}