/* 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: 'arial' , 'Lucida Sans Unicode' , Arial, sans-serif;
	line-height: 30px;
	background: #282a2f url(../img/bg.png) repeat-y center;
	color: #ccc;
}
body
{
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
	display: block;
	width: 800px;
	overflow: hidden;
	background: #191b1f url(../img/bg-container.png) repeat-y center top;
}
.header, .footer
{
	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
{
	background: transparent url(../img/footer.png) no-repeat;
}
.container
{
	margin: 0 auto;
	width: 796px;
	overflow: hidden;
}
.addbline
{
	border-bottom: solid 1px #30333b;
}
.logo
{
	height: 60px;
	overflow: hidden;
	background-color: #191b1f;
	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: 11px;
	font-weight: 600;
	text-transform: uppercase;
	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;
	color:White;
}



.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.png) repeat-x top;
}

menu li:hover 
{
	background-color: #282a2f;
	border-right: solid 1px #333;
	border-left: solid 1px #191b1f;
	background: transparent url(../img/bg-menu-i.png) repeat-x top;
}

.menu li a.selected
{
	color: #eee;
	background: transparent url(../img/bg-menu-i.png) repeat-x bottom;
}
.content
{
	width: 796px;
	height: 465px;
	overflow: hidden;
	font-size: 14px;
}
.content ul li.page /* scrolling parts */
{
	width: 756px; /* 796 - 20*2 */
	height: 433px; /* 469px - 16*2 */
	padding: 16px 20px;
	overflow: hidden;
}
.content a
{
	font-family: arial, "Times New Roman" , Times, serif;
	font-style: italic;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	border-bottom: dashed 1px;
}
.content a:hover
{
	color: #ff320a;
	border-bottom: dashed 1px;
}
.content div.w2to3
{
	width: 466px;
}
.content div.w1to1
{
	width: 300px;
}
.content img.addborder
{
	margin: 15px;
	margin-top: 0px;
	border: solid 1px #282a2f;
}
.content a:hover img.addborder
{
	border: solid 1px #ff320a;
}
.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: "arial", "Times New Roman" , Times, serif;
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
	color: #eee;
}

.page h1
{
	font-family: 'arial', "Times New Roman" , Times , serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 31.2px;
	font-style: italic;
	margin: 45px 0px;
	color: #eee;
}
.page h2
{
	font-family: 'arial', '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: 30px;
}
.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: #888;
}
.page .w2to3 li
{
	font-family: 'arial', 'palatino linotype' , 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:decimal;
	color:#fff;
}
.page .w2to3 ul li
{
	text-indent: 25px;
	background: transparent url(../img/ok-small.gif) no-repeat left center;
	
}

/* form */
.form input, .form textarea
{
	border: solid 1px #000;
	width: 200px;
	background-color: #ddd;
	padding: 3px;
	font-family: "arial";
	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;
}

.centerPic
{
	display: block;
    margin-left: auto;
    margin-right: auto;

}
.r
{
	color: Red;
}
.mapCaption
{
	display: block;
    margin-left: 10px;
}
div.ctr
{
	width:420px;
	text-align: center;
}