* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font: .76em Verdana, Arial, sans-serif;
	line-height: 2em; 
}

a {
	color: #414042;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top:0;
	margin-bottom:16px;
}	

#wrap {
	margin: 10px auto;
	width: 800px;
	background: #fff url('/_images/sideShad.gif');
	background-repeat: repeat-y;
}

#top { 
	background: #fff url('/_images/topShad.gif');
	height: 16px;
}

#content {
	padding: 0 29px 0 29px;
}

#bottom {
	background: #fff url('/_images/botShad.gif');
	height: 18px;
}

.header {
	height: 91px;
	background: #fff url('/_images/qwLogo90x45.jpg');
	background-repeat: no-repeat;
	margin-right: 30px; 
	background-position:left center	
}

.header h1 {
	padding-top: 20px;
	padding-left: 98px;
	font-size: 18px;
	color: #414042;
	line-height: 26px;
	font-weight: lighter;
}

.header h2 { 
	padding-left: 17px; 
	padding-top: 20px; 
	font-size: 20px; 
	color: #FFF; }

.topImage {
	height: 154px;
	background: #fff url('/_images/mainImage742x154.jpg');
	background-repeat: no-repeat;}

.callAction {
	float: right;
	width: 400px;
	padding-top: 20px;
	line-height: 28px;
	color: #414042;
	right: 30px;
	font-weight: lighter;
	font-size: 16px;
	text-align: right;;
}
.callAction a {
	color: #f79647;
	font-size: 16px;
}

.nav { 
	padding-top: 5px;
}
/*style for you are here */
body#home 		a#homeLink,
body#product 	a#productLink,
body#exel 		a#exelLink,
body#contact 	a#contactLink{
	color: #f79647;
	text-decoration: none;
}

.blodnik{
	color: #666666;
	font-size: 10px;
	text-align: center; 
}

.blodnikLink{
	color: #7db762;
	font-size: 10px;
}	
	
/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#feature #nav a#featureLink {
	text-decoration: underline;
}

.middle {
	text-align: left;
	padding-top: 20px;
}

.middle a {
	color: #f79647;
}

.middle h2 { 
	color: #f79647; 
	font-size: 18px; 
	margin-bottom: 8px; 
	margin-top: 10px;
	font-weight: lighter;
}

.middle h3 { 
	color: #666; 
	font-size: 14px; 
	margin-bottom: 8px; 
	margin-top: 8px;
}

.middle ul {
	text-indent: 10px;
	list-style-type:square;
	list-style-position: outside;
	margin-left: 15px;
}	


#subForm {
	font-size: 0.76em;
}
#subForm .label {
	float: left;
	
	margin-right: 10px;
	text-align: right;
	clear: left;
}

input#submit {
	background-color: #f79647;
	font-family: Arial, sans-serif;
	color: #000;
	height: 30px;
	width: 60px;
}


input#rName, input#tel, input#email, textarea#message {
	background-color: #fcb77e;
	margin-top: -2px;
	font-family: Arial, sans-serif;
	font-size: 16px; 
	color: #666666;
}

input#rName:focus,
input#tel:focus,
input#email:focus,
textarea#message:focus,
select#refer:focus
{
	background-color: #f79647;
	color: #666666;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	height: 24px;
	background: #fff url('/_images/footerStrip742x24.gif');
	background-repeat: no-repeat;
}

#footerText {
	text-align: center;
}

/* IE Fixes */

/* remove annoying gaps */
#mainNav li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #mainNav a {
	height: 1px;
}
