﻿/* Aram Kocharyan 2010 */

/* Tags */
body, html {
	font-style: normal;
	line-height:normal;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	font-size:12px;
	background: #2c2c2c url(images/bgd.png) repeat-x;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin:0;
	padding:0;
}
h1 {
	font-size:24px;
	font-weight:normal;
	color:#F00;/*#ff9900;*/
	background:url(images/h1.png) no-repeat;
	padding-left:20px;
}
h2 {
	font-weight:normal;
	margin:0px;
	padding:0px;
}
h3 {
	font-weight:normal;
	margin:0px;
	padding:0px;
}
#dark_box ul {
	list-style:none;
	margin:0px;
	margin-top:10px;
	padding:0px;
}
#dark_box ul li {
	line-height:1.3em;
	padding-left:30px;
	padding-bottom:10px;
	background:url(images/bullet.png) no-repeat;
}
.anchor {
	visibility:hidden;
}

#footer_links a {
	color:#FFF;
	text-decoration:none;
}
#dark_box a {
	color:#FFF;
	text-decoration:none;
}
a {
	color:#F90;
	text-decoration:none;
}
a:hover {
}
a:active {
}
/* ----------------------------------------------------------------------------- */

/* Main */
#main {
	width:100%;
	top:0;
	left:0;
}
#content {
	overflow:hidden;
	width:965px;
	border:0px solid #FFFFFF;
	text-align:left;
}
#content_main {
	min-height:377px;
	width:715px;
	border:0px solid #FFFFFF;
	float:left;
	background:url(../css/images/body.png);
}
#content_main ol {
	margin:0px;
	padding:0px;
	margin-left:10px;
	font-weight:bold;
}
#content_main ol span {
	font-weight:normal;
}
#content_text {
	overflow:hidden;
	min-height:377px;
	width:675px;
	/*margin-left:15px;*/
	padding:20px;
	margin:0px;
	padding-top:10px;
	float:left;
}
#content_text .box {float:left; width:320px; margin:10px 5px; text-align:center;}

#content_sidebar {
	overflow:hidden;
	height:608px;
	width:231px;
	margin-right:2px;
	margin-top:-1px;
	background:url(../css/images/content_sidebar.png);
	float:left;
}
#overlay {
	background:url(../css/images/overlay.png);
	float:right;
	width:272px;
	height:274px;
	position:absolute;
	margin-left:443px;
	margin-top:160px;
}
#clear {
	width:715px;
	height:30px;
	background:url(../css/images/body.png);
	float:left;
}
#banner {
	background:url(../css/images/banner_bgd.png);
	float:left;
	height:261px;
	width:481px;
	overflow:hidden;
}
#header_title {
	float:left;
	text-align:centre;
	margin-top:25px;
	margin-left:10px;
	font-size:10px;
	padding-left: 60px;
}
#testimonials {
	padding:0px;
	padding-top:10px;
	text-align:center;
	margin:0px;
	color:#FFF;
	background:url(images/testimonial.png) no-repeat;
}
#testimonials_title {
	font-size:16px;
	height:48px;
	width:238px;
	margin-top:5px;
	font-weight:bold;
	text-align:left;
	margin-left:15px;
}
#testimonials_title a {
	color:#FFF;
}
#footer_links {
	overflow:hidden;
	padding:10px;
	width:695px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:right;
	color:#FFF;
	float:left;
	background:#2c2c2c;
}
#dark_box {
	background:url(../css/images/dark_box.png);
	float:left;
	width:730px;
	margin-left:0px;
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
}
#dark_box ul li {
	list-style:none;
	margin-left:10px;
	background:url(images/arrow.png) no-repeat;
	padding-left:20px;
	font-size:16px;
}
#dark_box_left {
	padding:10px;
	margin-left:0px;
	width:220px;
	float:left;
}
#dark_box h3 {
	padding:0px;
	margin:0px;
	margin-left:10px;
	font-size:22px;
	font-weight:normal;
	color:#ff9900;
}
#content p {
	margin-top:15px;
	margin-bottom:15px;
}
.no_padding {
	padding:0px;
	margin:0px;
}
.bold_grey {
	font-size:24px;
	color:#636466;
	font-weight:bold;
}
.bigger_text {
	font-size:18px;
}
.smaller_text {
	font-size:10px;
}
.bigger_bold {
	font-size:24px;
	font-weight:bold;
}
.red,
.red-box {
	float:left;
	width:100%;
	text-align:center;
	color:#F00;
	font-weight:bold;
}
.red2 {
	color:#F00;
	font-weight:bold;
}
.red3 {
	color:#F00;
	font-weight:bold;
	font-size:16px;
}
.red-box {
    border: 1px #FF0000 solid;
}

/* ----------------------------------------------------------------------------- */

/* Header */
#header {
	width:965px;
	border:0px #fff solid;
	overflow:hidden;
}
.textfield {
	border:1px solid #636466;
	font-size:15px;
}
/* ----------------------------------------------------------------------------- */

/* Footer */
#footer {
	width:965px;
	border:0px #000 solid;
	text-align:center;
	padding-bottom:40px;
}
/* ----------------------------------------------------------------------------- */

/* Buttons */
#buttons {
	color:#FFFFFF;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:right;
	height:42px;
	width:712px;
	background:url(../css/images/header_black.png) no-repeat;
	z-index:100;
	top:120px;
}
#buttons ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-left:5px;
}
#buttons li {
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
}/* ie needs position:relative here*/
#buttons a:hover {
	color:#000;
	background: #FFFFFF;
}
.selected {
	background-color: #000 !important;
	color: #FFF;
}
#buttons li a {
	display: block;
	padding:0px;
	margin:0px;
	color: #fff;
	text-decoration: none;
	height:42px;
	padding:0px 5px;
	line-height:42px;
	margin-left:5px;
	margin-right:5px;
	text-align:left;
	white-space:nowrap;
	color:#FFF;
	background:url(../css/images/header_black.png);
}
#buttons li ul {
	display: none;
 /*width: 10em;*/ /* Width to help Opera out */
	padding:0px;
	margin:0px;
	color:#FFF;
}
#buttons li:hover ul, #buttons li.hover ul {
	display: block;
	position: absolute;
	margin: 10;
	padding: 10;
}
#buttons li:hover li, #buttons li.hover li {
	float: none;
	padding:0px;
	margin:0px;
}
#buttons li:hover li a, #buttons li.hover li a {
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
	margin-left:5px;
}
#buttons li li a:hover {
	padding:0px;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	margin-left:5px;
}
.gallery img {

}
.intro {
	font-weight:bold;
	font-style:italic;
}
.info {
	font-weight:bold;
	font-style:italic;
	color:#666;
	text-align:center;
}
.download {
	text-align:center;
	margin-top:5px;
}
input, textarea {
	padding:2px; border:1px solid #666;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
}
#form1 input, textarea {
	width:100%;
}

#form1 {
	margin:0px; width:300px;
}

/* ----------------------------------------------------------------------------- */

/* Content */

/* ----------------------------------------------------------------------------- */


#specialoffer { display:none;  width:100%; height:100%; display:none; margin: auto; position:absolute; top:0px; z-index:100; background:url(../images/bg-offer.png);}
#specialoffer .content {width:500px; height:720px; padding:10px; margin:100px auto 10px auto; background:#000; border:1px #333 solid; position:relative; z-index:10; top:0px;}
#specialoffer .close {float:right; z-index:20; position:relative; top:0px; padding:10px; color:#FFF;}
