﻿html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


body { 
  font-size: 75%;
  color: #222; 
  background: #e2e7ed;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* A container should group all your columns. */
.container {
	background: url('images/container.png') repeat-y;
	  width: 862px;
  margin:0px auto 0 auto; 
  
}


#header {
	background:  url('images/header.gif') no-repeat bottom;
	height: 100px;
	display: block;
	width: 850px;
	padding:0 0 0 12px;
}

#header h1{
	display:none;
}
#banner {
	background: url('images/banner.png') no-repeat;
	width: 862px;
	height: 344px;
	display: block;
	text-indent:-2000px;
	overflow:hidden;
	margin-bottom:5px;
}

#featImg{
	height:64px;
	padding:0 36px;
}
#featImg ul{ margin:0; padding:0;}

#imgThumb {
	list-style:none;
	/*margin:6px 45px;*/
}

#imgThumb li{
	float:left;
	margin-left:17px;
}

#contents{
	background: url('images/contentbg.png') no-repeat;
	height: 251px;
	display:block;
	padding:0 55px 0 52px;
}


.leftBlocka{
	float:left;
	background:url(images/arrow.jpg) no-repeat 20px center;
	width:267px;/*width:392px;*/
	height:231px;/*height:251px;*/
	padding:20px 26px 0 86px;
	}

.rightBlockb{
	float:left;
	background:url(images/question.jpg) no-repeat left center;
	width:289px;/*width:313px;*/
	height:231px;/*height:251px;*/
	padding:20px 0 0 70px;
}

.rightBlockb ul {
	list-style:none;
	margin:0;
}

.rightBlockb ul li{
	background:url(images/dotaroow.gif) no-repeat left top;
	padding-left:20px;
	color:#4fa4ce;
}

.rightBlockb p{
	margin:0 0 0.5em;
}

.compHelp{
	width:280px;/*width:431px;*/
	padding:16px 26px 0 80px;
	margin:0;
	float:left;
}

.compHelp ul {
	list-style:none;
	margin:0;
}

.compHelp ul li{
	background:url(images/dotaroow.gif) no-repeat left top;
	padding-left:20px;
	color:#4fa4ce;
}

.compHelp a:link{
	color:#01a5e4;}

.compHelp a:hover{
	color:#8f8f8f;}
	


.contInfo{
	width:322px;/*width:376px;*/
	float:left;
	padding:16px 22px 0 60px;
	
}

.contInfo input{
	clear:both;
	margin:0 5px 5px 0;
	border:1px solid #a09b97;
	color:#596265;
	font-size:11px;

}
.Fromtext{
	width:190px;
	}

.contInfo textarea{
	width:210px;
	height:60px;
	border:1px solid #a09b97;
}

.contInfo .btnSub{
	border:0;
}

.contInfo .btnPads{
	padding-left:100px;
}

#footer{
	height:38px;
	background:url(images/footer.png) no-repeat;	
	text-align:center;
	padding-top:30px;
}

.homeBtn{
	background:url(images/topbtn.gif) no-repeat;
	display:block;
	width:63px;
	height:23px;
	text-indent:-2000px;
	overflow:hidden;
	float:right;
	margin:16px 20px 0 0;
	
}

.twitBtn{
	background:url(images/twitter.png) no-repeat;
	display:block;
	width:32px;
	height:32px;
	text-indent:-1000px;
	overflow:hidden;
	float:right;
	margin:16px 20px 0 0;
	
}

.fbBtn{
	background:url(images/facebook.png) no-repeat;
	display:block;
	width:32px;
	height:32px;
	text-indent:-500px;
	overflow:hidden;
	float:right;
	margin:16px 20px 0 0;
	
}

.specBtn{
	background:url(images/specs.png) no-repeat;
	display:block;
	width:203px;
	height:28px;
	text-indent:7px;
	padding-top:5px;
	color:#FFF;
	text-decoration:none;
	overflow:hidden;
	float:left;
	margin:250px 0 0 140px;
	
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.25em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 0.9em; color:#7b7b7b; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }



/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "\0020"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
    overflow:hidden; 
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }
.message {background:#eee; color:#000;display:none;width:270px;padding:10px;}
