
body 
{
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.main
{
	background-image:url(../style/images/main_left_border.jpg);
	background-position:left;
	background-repeat:repeat-y;
	padding-left:5px;
	min-width: 960px;
 	max-width: 1300px;
}
.main_inner
{
	background-image:url(../style/images/main_right_border.jpg);
	background-position:right;
	background-repeat:repeat-y;
	padding-right:24px;
}
.header
{
	background-color:#5489A9;
	background-image:url(../style/images/head_hor_line.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding-top: 2px;
	height: 106px;
}
.head_cont
{
	background-image:url(../style/images/head.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width: 946px;
	height: 106px;
}
.content
{
	background-repeat:repeat-y;
	background-position:left;
	padding-left: 4px;
	border-left: 1px solid #CCCCCC;
}

#lang
{
	float: right; 
	padding-top: 3px;
}
#lang a
{
	padding-right: 10px;
}


#menu
{
	background-image:url(../style/images/menu_bg.jpg);
	background-repeat:repeat-x;
	height: 40px;
	padding-left:10px;
	line-height:40px;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

.menu_bar A
{
	color:#444444 !important;
	display:block;
	float:left;
	font-size:14px;
	padding:0 10px;
	text-decoration:none !important;
}

.menu_bar A:hover
{
	background-color:#FFFFFF;
	background-image:url(../style/images/menu_bg_over.jpg);
	background-repeat:repeat-x;
	text-decoration:underline;
}

#footer
{
	background-image:url(../style/images/footer_bg.jpg);
	background-repeat:repeat-x;
	height: 37px;
	font-size:12px;
	line-height:37px;
	color:#FFF;
	padding-left:5px;
	
}

#footer a
{
	color:#FFF;
}

.footer_right
{
	background-image:url(../style/images/foot_left_des.jpg);
	background-repeat:no-repeat;
	height:37px;
	width:254px;
    float:right;

}
.footer_left
{
	float:left;
}
.content
{
	padding: 10px;
	background-color:#FFFFFF;
}
.bullets
{
	list-style-image:url(../style/images/bulet.jpg);
}

/* ============		h1 h2 h3	 ============ */

H1 {
	color: #274989;
}

H2 {
	color: #981d1d;
	font-size:24px;
}

H3 {
	color: #666666;
}


/* ============		A link	 ============ */

a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #993333;
	text-decoration: none;
}
a:active {
	color: #993300;
	text-decoration: none;
}


/* ============		design elements	 ============ */

.breaker {
	clear:both;
	font-size:0;
	line-height:0;
}

pre {
    border: 1px dashed black;
    white-space: pre;
    font-size: 10pt;
    overflow: auto;
	padding: 10px 2px 10px 10px;
	background: #F5F5F5;
	color : black;
}

.feature-list {
	line-height:35px;
	list-style-image:url(../images/yes.gif);
	font-size:16px;
}

.button 
{
	background-image:url(images/button.png);
	display:block;
	float:left;
	width:170px;
	height:43px;
	line-height:43px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF !important;
	text-align:center;
	margin-right:15px;
	text-decoration:none !important;
}

.button:hover 
{
	text-decoration:underline !important;	
}

.largebutton 
{
	background-image:url(images/largebutton.png);
	display:block;
	float:left;
	width:370px;
	height:43px;
	line-height:43px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF !important;
	text-align:center;
	margin-right:15px;
	text-decoration:none !important;
}

.largebutton:hover 
{
	text-decoration:underline !important;	
}

#boasting  {
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	background-color:rgba(245, 245, 245, 0.6);
	border:1px solid #E9E9E9;
	margin-left:20px;
	margin-right:20px;
	min-height:120px;
	padding:10px 15px;
	float:left;
	display:block;
	text-align:justify;
}

.leftshots  {
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	background-color:rgba(245, 245, 245, 0.6);
	border:1px solid #E9E9E9;
	margin-left:20px;
	height:120px;
	margin-top:20px;
	padding:10px 10px;
	width: 45.5%;
	float:left;
	font-size:12px;
}

.rightshots  {
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	background-color:rgba(245, 245, 245, 0.6);
	border:1px solid #E9E9E9;
	margin-right:20px;
	height:120px;
	margin-top:20px;
	padding:10px 10px;
	width: 45.5%;
	float:right;
	font-size:12px;
}

.shots img {
	padding-left:5px;
}

/* ============		Spoiler	 ============ */
.spoiler-wrap {
	width: 95%;
	margin: 6px auto;
	clear: both;
	background: #E9E9E6;
	border: solid #C3CBD1;
	border-width: 1px 1px 1px 2px;
	font: 12px Verdana,Arial,sans-serif;
}

.spoiler-wrap li, ul {
	list-style:none;
	padding:2px 0px 2px 0px;
	margin:2px 0px 2px 0px;
	list-style-type:none;
	list-style-image:none;
}

.spoiler-wrap img {
	margin: 0px 0px 0px 0px !important;
}


.spoiler-head {
	font-size: 11px;
	padding: 1px 14px 3px;
	margin-left: 6px;
	line-height: 10px;
	font-weight: bold;
	border-top: 1px solid #C3CBD1;
	color:#0066CC;
	text-decoration:underline;
}

.spoiler-head:hover {
	text-decoration:none;
}

.spoiler-body {
	padding: 1px 6px 2px;
	display: none;
	border-top: 1px solid #C3CBD1;
	background: #F5F5F5;
}

.clickable {
	cursor: pointer;
}

.folded {
	display: block;
	background: transparent url(images/icon_plus.gif) no-repeat left center;
	padding-left: 14px; 
}

.unfolded {
	display: block;
	background: transparent url(images/icon_minus.gif) no-repeat left center;
	padding-left: 14px;
}

.righted li, ul {
	list-style: none;
	padding:2px 0px 2px 0px;
	margin:2px 0px 2px 15px;
	list-style-type: none;
	list-style-image:none;
}