/*********************************************
	GLOBAL
*********************************************/
*
{
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#191919;
}

img
{
	border:none;
}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}


body
{
	background:#ebebeb;
}

#logo
{
	float:left;
	margin-top:34px;
	margin-left:23px;
}

.page-title
{
	font-size:18px;
	font-weight:bold;
	padding-bottom:1em;
}

.contact
{
	padding-left:45px;
	line-height:32px;
	background:url(../images/icon-contact.png) left top no-repeat;
}

.faq
{
	padding-left:34px;
	line-height:32px;
	background:url(../images/icon-q.png) left top no-repeat;
}

/*********************************************
	STRUCTURE
*********************************************/
#site-wrap,
.center-wrap
{
	width:970px;
	margin:0px auto;
	overflow:hidden;
}

#site-wrap
{
	background:url(../images/bg.jpg) right top no-repeat;
}

#header,
#middle,
#footer
{
	float:left;
	width:100%;
}

#header
{
	height:120px;
}

#middle
{
	
	padding-bottom:50px;
}

#middle.home
{
	margin-top:-30px;
}

#footer
{
	min-height:50px;
	background:url(../images/footer-bg.png) left top repeat;
	padding:10px 0px;
}

#footer.home
{
	margin-top:-68px;
}

#content
{
	float:left;
	width:600px;
	padding-top:40px;
}

#sidebar
{
	float:right;
	width:337px;
	margin-right:5px;
}

/*********************************************
	MAIN MENU
*********************************************/
#main-menu
{
	float:right;
	width:685px;
	height:43px;
	background:url(../images/main-menu-bg.png) left top no-repeat;
	margin-top:45px;
}

#main-menu ul
{
	float:left;
	width:100%;
	list-style:none;
}

#main-menu ul li
{
	float:left;
	line-height:38px;
	background:url(../images/main-menu-bullet.png) left 17px no-repeat;
	padding:0px 20px 0px 29px;
}

#main-menu ul li:first-child
{
	background:none;
	padding-left:30px;
}

#main-menu ul li a
{
	font-size:18px;
	color:#fff;
	text-decoration:none;
}

#main-menu ul li.active a,
#main-menu ul li a:hover
{
	color:#bcbcbc;
}

/*********************************************
	MAIN FRAME
*********************************************/
#main-frame
{
	float:left;
	width:100%;
	height:532px;
	background:url(../images/main-frame-bg.jpg) left top no-repeat;
}

#main-frame-image
{
	float:right;
	margin-right:46px;
	margin-top:78px;
}

#main-frame-content
{
	float:left;
	width:535px;
	height:248px;
	padding-left:45px;
	padding-top:25px;
}

#main-frame-content h1
{
	font-size:24px;
	font-weight:bold;
	text-shadow:1px 1px #ececed;
	padding-bottom:10px;
}

#main-frame-buttons
{
	float:left;
	width:100%;
	padding-top:18px;
}

#main-frame-buttons a
{
	float:right;
	margin-right:-12px;
}

#main-frame-buttons a:first-child
{
	margin-right:70px;
}

/*********************************************
	CALCULATE
*********************************************/
#calculate
{
	float:left;
	width:320px;
	height:163px;
	background:url(../images/calculate.png) left top no-repeat;
	padding:130px 0px 0px 280px;
	position:relative;
}

#calculate h2
{
	overflow:hidden;
	text-indent:-1000px;
	position:absolute;
	top:0px;
	left:0px;
}

#calculate p
{
	padding-bottom:1em;
}

/*********************************************
	NEWS
*********************************************/
#news
{
	float:right;
	width:303px;
	height:235px;
	background:url(../images/news-block.png) left top no-repeat;
}

#news h3
{
	margin-top:10px;
	margin-left:-24px;
	margin-bottom:10px;
}

#news p
{
	padding:0px 20px;
}


#news_list
{
	float:left;
	width:280px;
	height:55px;
	margin-top:10px;
	margin-right:20px;
	overflow:hidden;
	position:relative;

}

#news_list ul
{
	width:100%;
	list-style:none;
}

#news_list ul li
{
	padding:10px 0px !important;
	border-bottom:1px dotted #444;
}


#download-block
{
	float:right;
	width:337px;
	height:228px;
	background:url(../images/download-block.png) left top no-repeat;
	margin-bottom:50px;
	padding-top:100px;
	text-align:center;
}

#download-block a
{
	display:inline-block;
	margin-bottom:25px;
	margin-left:24px;
}


/*********************************************
	FOOTER
*********************************************/
#footer-social
{
	float:left;
	width:164px;
	margin-left:28px;
}

#footer-links
{
	float:right;
	width:500px;
	height:41px;
	line-height:41px;
	margin-right:28px;
}

#footer-links a
{
	float:right;
	margin-left:10px;
	color:#2c2c2c;
}

#copyright
{
	float:right;
	width:500px;
	margin-top:16px;
	margin-right:28px;
	color:#ebebeb;
	text-align:right;
}

/*********************************************
	FAQ
*********************************************/
.faq-row
{
	float:left;
	width:100%;
	padding:10px 0px;
}

.faq-question
{
	padding:5px 0px 5px 30px;
	background:url(../images/faq-bullets.png) left 2px no-repeat;
	cursor:pointer;
}

.faq-question.active
{
	background-position:left -98px;
}

.faq-answer
{
	float:left;
	width:550px;
	padding-left:30px;
}

/*********************************************
	FORM GLOBAL
*********************************************/
label
{
	display:inline-block;
	padding-bottom:5px;
}

input[type="text"]
{
	height:33px;
	padding:0px 5px;
	line-height:33px;
	border:1px solid #4c4d4d;
	background:#f7f7f7;
}

input[type="submit"],
.button1,
.button2
{
	width:121px;
	height:45px;
	background:url(../images/submit-bt.png) left bottom no-repeat;
	border:none;
	cursor:pointer;
	font-size:22px;
	color:#fff;
	text-align:left;
	padding-left:20px;
}

input[type="submit"].green
{
	width:170px;
	height:44px;
	background-image:url(../images/submit-bt2.png);
	padding-left:15px;
}

.button1,
.button2
{
	display:inline-block;
	width:101px;
	height:37px;
	line-height:30px;
	text-decoration:none;
}

.button2
{
	width:155px;
	background-image:url(../images/submit-bt2.png);
	padding-left:15px;
}

/*********************************************
	CONTACT FORM
*********************************************/
#contactform
{
	float:left;
	width:600px;
	padding:35px 0px 10px;
	position:relative;
}

#contactform_title span
{
	font-size:29px;
	color:#002052;
	margin-left:-300px;
}

#contactform label
{
	float:left;
	width:100%;
	padding-top:10px;
}

#contactform input[type="text"]
{
	float:left;
	width:294px;
	height:33px;
	padding:0px 5px;
	line-height:33px;
	border:1px solid #4c4d4d;
	background:#f7f7f7;
}

#contactform textarea
{
	float:left;
	width:299px;
	max-width:299px;
	height:93px;
	max-height:151px;
	padding-left:5px;
	border:1px solid #4c4d4d;
	overflow:auto;
	background:#f7f7f7;
}

#contactform input[type="text"] + span,
#contactform textarea + span
{
	display:block;
	float:left;
	width:200px;
	height:33px;
	padding-left:35px;
	line-height:33px;
	font-size:14px;
	background:url(../images/contactform_icons.png) right 43px no-repeat;
}

#contactform input[type="submit"]
{
	float:left;
	clear:both;
	margin-top:15px;
	margin-left:189px;
}

#contactform input.error
{
	color:#ff0000;
}

#contactform input.valid
{
	/*color:#fff;*/
}

#contactform span.error
{
	color:#ff0000;
}

#contactform span.valid
{
	color:#03F;
}

/*********************************************
	LOGIN BOX
*********************************************/
#login-box
{
	float:left;
	width:450px;
	margin-top:40px;
}

#login-box h2
{
	height:40px;
	line-height:35px;
	border-bottom:2px solid #2c2c2c;
	font-size:18px;
	font-weight:bold;
	padding-left:34px;
	background:url(../images/icon-lock.png) left top no-repeat;
	margin-bottom:15px;
}

#login-box .col
{
	float:left;
	width:50%;
}

#login-box input[type="text"]
{
	width:185px;
}

#login-box input[type="submit"]
{
	margin-top:12px;
}

/*********************************************
	PRICE LIST
*********************************************/
#price-list
{
	float:left;
	width:100%;
	margin-top:40px;
}

#price-list h2
{
	font-size:18px;
	font-weight:bold;
	padding-left:30px;
	background:url(../images/icon-dollar.png) left top no-repeat;
	line-height:36px;
	padding-bottom:10px;
}

#price-list .button1,
#price-list .button2
{
	float:right;
	margin-top:20px;
	margin-right:25px;
}

#price-list table
{
	width:570px;
	border-collapse:collapse;
	border:1px solid #4c4d4d;
	background:#f7f7f7;
	

	
}

#price-list tbody.a
{
	display: block;
		height: 262px;
		overflow: auto;
		width: 100%
	
}


#price-list col.odd
{
	background:#ddd;
}

#price-list th
{
	color:#fff;
	background:#535353;
	font-weight:normal;
	width: 100px
}

#price-list th.odd
{
	background:#313030;
}

#price-list th,
#price-list td
{
	height:30px;
	border:1px solid #4c4d4d;
	text-align:left;
	padding-left:10px;
}

#table
{
}

.tbl-data
{
	overflow:auto;
	height:270px;
}

.tbl-data th,
.tbl-data td
{
	width: 100px;
}

.tbl-data table
{
	margin-top:-30px !important;
}

/*********************************************
	POPUPS
*********************************************/

#overlay
{
	width:100%;
	min-height:100%;
	background:url(../images/overlay-bg.png) left top repeat;
	position:absolute;
	top:0px;
	left:0px;
	z-index:99;
}

/*
#popup-close
{
	width:32px;
	height:32px;
	background:url(../images/popup-close.png) left top no-repeat;
	position:absolute;
	top:14px;
	right:14px;
	z-index:10;
	cursor:pointer;
}
*/

#popup-close
{
	width:32px;
	height:32px;
	position:absolute;
	top:14px;
	right:14px;
	z-index:10;
	cursor:pointer;
}

#message-popup
{
	width:478px;
	height:307px;
	background:url(../images/message-popup.png) left top no-repeat;
	position:absolute;
	top:240px;
	left:50%;
	margin-left:-239px;
	z-index:999;
	text-align:center;
}

#message-popup h3
{
	font-size:24px;
	font-weight:bold;
	padding-top:25px;
	padding-bottom:20px;
}

#purchase-popup
{
	width:650px;
	height:363px;
	background:url(../images/purchase-popup.png) left top no-repeat;
	position:absolute;
	top:240px;
	left:50%;
	margin-left:-325px;
	z-index:999;
	text-align:left;
}

#purchase-popup label
{
	float:left;
	line-height:15px;
}

#purchase-popup input[type="radio"]
{
	float:left;
	width:15px;
	height:15px;
	margin-left:10px;
	margin-right:5px;
}

#purchase-popup input[type="submit"]
{
	float:right;
	margin-right:26px;
	margin-top:10px;
}

#purchase-popup h3
{
	padding:35px 0px 20px 26px;
	font-size:24px;
	font-weight:bold;
}

.price-box
{
	float:left;
	width:173px;
	min-height:185px;
	background:url(../images/price-box.png) left top no-repeat;
	margin-left:42px;
}

.price-box.first
{
	margin-left:26px;
}

.price-box h4
{
	font-size:68px;
	line-height:170px;
	text-align:center;
	text-shadow:1px 1px #c6c6c7;
	padding-bottom:10px;
}