﻿html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	/*background: #E2EAF5 url(../img/bg_b.jpg) left bottom repeat-x;*/
	background-color: #E2EAF5;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C2C2C;
}

a {
	color: #00478B;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

a img {
	border: none;
}

p, form, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p
{
	line-height: 18px;
}

blockquote.mistake
{
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #666666;
	margin-left: 20px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	color: #2C2C2C;
	padding-bottom: 20px;
}

h3 {
	font-size: 16px;
}

h3.mistake 
{
	padding-top: 5px;
	padding-bottom: 15px;
	line-height: 24px;
}


h3.mistake-number
{
	padding-top: 15px;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
}

h4 {
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
	font-weight: normal;
	color: #9A9A9A;
	padding-bottom: 10px;
}

small {
	font-size: 11px;
}

.pb {
	padding-bottom: 7px;
}

.bg_t {
	background: url(../img/bg_t.jpg) left top repeat-x;
}

#wrapper {
	background: #E2EAF5 url(../img/bg_b.jpg) left bottom repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

	.wrapper {
		width: 834px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}

#wrapper .vTop {
	vertical-align: top;
}
#wrapper .vMid {
	vertical-align: middle;
}
#wrapper .vBot {
	vertical-align: bottom;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.cleaner {
	clear: both;
}


.marg_t {
	margin-top: 10px;
}

.marg_b {
	margin-bottom: 10px;
}

.marg_b2 {
	margin-bottom: 20px;
}


#wrapper .hide {
	display: none;
}

#wrapper .show {
	display: block;
}

.gray {
	color: #868686;
}

.lightGray {
	color: #A4A3A3;
}

.border_l {
	border-left: 1px solid #D0DAE2;
}

.padd_l {
	padding-left: 20px;
}

#top {
	padding: 20px 2px 0 2px;
}

#top a {
	position: absolute;
	z-index: 100;
	top: 35px;
	left: 20px;
}
#top a img {
	width: 140px;
	height: 90px;
}

.shad_m {
	background: #FFF url(../img/shad_m.jpg) left top repeat-y;
}
	.shad_lb {
		background: url(../img/shad_lb.jpg) left bottom no-repeat;
	}
	
	.shad_rb {
		background: url(../img/shad_rb.jpg) right bottom no-repeat;
		padding: 0 3px;
	}


#homeTxt {
	height: 84px;
	width: 793px;
	margin: 0 auto;
	background: url(../img/bg_gray.jpg) left top repeat-x;
	padding: 20px 0 0 35px;
	font: normal 29px/30px "Century Gothic",Helvetica,sans-serif;
	color: #333;
}
	#homeTxt div {
		padding-top: 17px;
	}
	
#content {
}
	
	.home {
		padding: 20px 35px 70px 35px;
		height: expression( this.scrollHeight < 211 ? "210px" : "auto" ); /* sets min-height for IE */
		min-height: 210px; /* sets min-height value for all standards-compliant browsers */
		background: url(../img/home_img.png) right bottom no-repeat;
	}

		.home .rent-a-genius
		{
			width: 430px;
		}
	
		.home .home-section
		{
			font: normal 29px/30px "Century Gothic",Helvetica,sans-serif;
		}
	
		.home .rent-a-genius-link
		{
			font: normal 29px/30px "Century Gothic",Helvetica,sans-serif;
			display: block;
			background: url("../img/rent-a-genius-h1-small-ico.png") no-repeat scroll 0px 9px transparent;
			padding: 0 0 0 55px;
			color: #333333;
			text-decoration: none;
			margin-bottom: 20px;
		}

		.home .rent-a-genius-link:hover
		{
			text-decoration: underline;
		}

	.page {
		padding: 25px 35px 25px 35px;
		height: expression( this.scrollHeight < 321 ? "320px" : "auto" ); /* sets min-height for IE */
		min-height: 320px; /* sets min-height value for all standards-compliant browsers */
	}
	
	#content p {
		padding-bottom: 18px;
	}

	#content td {
		vertical-align: top;
	}
	
	
	#content ul li {
		background: url(../img/li.gif) left 5px no-repeat;
		padding: 0 0 10px 14px;
	}
	
	#wrapper .home ul li {
		padding: 5px 0 5px 14px;
		background-position: left 10px;
	}
	
		.home ul li a {
			text-decoration: none;
		}
		
		.home ul li a:hover {
			text-decoration: underline;
		}
	
	
	#content ol {
		padding-left: 16px;
	}
		#content ol li {
			list-style-type: decimal;
			padding-bottom: 5px;
		}
	
	
	
/* --- Shadow Table --- { --- */


.shadTbl {
	background-color: #F2F7FB;
}


.shadTbl .lt img,
.shadTbl .t img,
.shadTbl .rt img,
.shadTbl .l img,
.shadTbl .r img,
.shadTbl .lb img,
.shadTbl .b img,
.shadTbl .rb img {
	width: 1px;
	height: 1px;
}

	.shadTbl .lt,
	.shadTbl .rt,
	.shadTbl .l,
	.shadTbl .r,
	.shadTbl .lb,
	.shadTbl .rb {
		width: 10px;
	}
	
	.shadTbl .lt,
	.shadTbl .rt,
	.shadTbl .t {
		height: 10px;
	}
	
	.shadTbl .b,
	.shadTbl .lb,
	.shadTbl .rb {
		height: 10px;
	}
	
	.shadTbl .lt {
		background: url(../img/corners.gif) left top no-repeat;
	}
	.shadTbl .rt {
		background: url(../img/corners.gif) right top no-repeat;
	}
	.shadTbl .lb {
		background: url(../img/corners.gif) left bottom no-repeat;
	}
	.shadTbl .rb {
		background: url(../img/corners.gif) right bottom no-repeat;
	}
	
	.shadTbl .t {
		background: url(../img/corners_bg.gif) left top repeat-x;
	}
	.shadTbl .b {
		background: url(../img/corners_bg.gif) left bottom repeat-x;
	}
	
	
	.shadTbl .l {
		background: url(../img/corners_bg.gif) left top repeat-y;
	}
	.shadTbl .r {
		background: url(../img/corners_bg.gif) right top repeat-y;
	}
	
	
	.shadTbl .m {
		padding: 0 10px;
	}
	
	
	#wrapper .shadTbl .m p {
		padding-bottom: 15px;
	}

/* --- } --- Shadow Table --- */
	
	
.dots_bg {
	background: url(../img/dots_bg.gif) right 20px no-repeat;
	padding-top: 150px;
	height: 128px;
	margin-bottom: 15px;
}

.dots_projects_bg {
	background: url(../img/dots_projects_bg.gif) right 20px no-repeat;
	padding-top: 150px;
	height: 128px;
	margin-bottom: 15px;
}

.dots_bg td {
	padding-bottom: 7px;
}


#contactInfo {
	margin: 0 0 25px 0;
}
	


.tbl td {
	padding-top: 3px;
	padding-bottom: 3px;
}

.sepp {
	height: 30px;
}

.sepp2 {
	height: 20px;
}


.quote {
	background: url(../img/quote_b.gif) right bottom no-repeat;
	padding: 0 20px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
}
	.quote p {
		background: url(../img/quote_t.gif) left top no-repeat;
		padding: 18px 0 18px 20px;
	}
	
.icon {
	height: 70px;
}
	
.linkMore {

}
	.linkMore a {
		background: url(../img/li.gif) left 5px no-repeat;
		padding-left: 14px;
		text-decoration: none;
	}
	.linkMore a:hover {
		text-decoration: underline;
	}


#footer {
	background: url(../img/shad_b.jpg) left top repeat-x;
	position: relative;
	z-index: 1;
	height: 53px;
	width: 834px;
	text-align: right;
	font-size: 11px;
}
	#footer .shad_lb {
		background: url(../img/shad_lb2.jpg) left top no-repeat;	
	}
	
	#footer .shad_rb {
		background: url(../img/shad_rb2.jpg) right top no-repeat;	
		height: 36px;
		padding: 17px 15px 0 0;
	}
	
	#memberImg {
		position: absolute;
		z-index: 10;
		left: 37px;
		top: -58px;
	}
	
	
	#footer ul {
		display: block;
		height: 16px;
		float: right;
	}
		#footer ul li {
			display: block;
			float: left;
			padding: 1px 11px 0 10px;
			background: url(../img/dots.gif) right top no-repeat;
			height: 15px;
		}
		
		#wrapper #footer ul li.last {
			background: none;
		}
		
		#footer a {
			color: #FFF;
			text-decoration: none;
		}
		
		#footer a:hover {
			color: #FFF;
			text-decoration: underline;
		}
		
		
	#subFooter {
		font-size: 11px;
		color: #7C7C7C;
		padding: 14px 25px 0px 37px;
		height: 30px;
	}

	#subFooter .fRight
	{
		padding-top: 1px;		
	}

	#subFooter #twitter-link, #subFooter #facebook-link
	{
		float: left;
		text-decoration: none;
		padding-left: 22px;
		padding-top: 1px;
		display: block;
		height: 16px;
	}
	
	#subFooter #twitter-link:hover, #subFooter #facebook-link:hover
	{
		text-decoration: underline;	
	}

	#subFooter #twitter-link
	{
		background: url(../img/twitter-small.png) left top no-repeat;
	}

	#subFooter #facebook-link
	{
		margin-left: 20px;
		background: url(../img/facebook-small.gif) left top no-repeat;
	}

/* --- Forms --- { --- */

.shortInput, 
.normalInput, 
.mediumInput, 
.longInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #999999;
	background-color: #FFF;
}

.form .shortInput, 
.form .normalInput, 
.form .mediumInput, 
.form .longInput {
	margin: 5px 0 10px 0;
}

.shortInput {
	width: 50px;
}

.normalInput {
	width: 150px;
}

.mediumInput {
	width: 270px;
}

.longInput {
	width: 320px;
}

/* --- } --- Forms --- */

/* --- Top menu --- { --- */
#tm {
	height: 43px;
	background: #9099A6 url(../img/shad_lt.jpg) left top no-repeat;
	padding-left: 14px;
}
#tm ul {
	display: block;
	width: 820px;
	height: 43px;
	background: url(../img/shad_rt.jpg) right top no-repeat;
}

#tm ul li,
#tm ul li a {
	display: block;
	float: left;
}

#tm ul li {
	height: 43px;
	position: relative;
	z-index: 1;
}

#tm ul li a {
	font-size: 13px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding: 13px 24px 0 24px;
	height: 30px;
	border-left: 1px solid #9099A6;
	border-right: 1px solid #9099A6;
}
	
#tm ul .act a,
#tm ul .act a:hover {
	color: #FFF;
	text-decoration: none;
	border-left: 1px solid #7B8390;
	border-right: 1px solid #98A1A8;
	background: #808895 url(../img/tm_act.gif) left bottom repeat-x;
}

#tm li ul {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 43px;
	width: auto;
	height: auto;
	background-color: #2986B8;
}
		
#tm li ul li,
#tm li ul li a 
{
	color: #FFF;
	float: none;
}

#tm li ul li{
	height: auto;
}

#tm .li_3 ul,
#tm .li_3 ul li {
	width: 206px;
}

#tm .parent_menu_hover {
	color: #FFF;
	text-decoration: none;
	border-left: 1px solid #00639A;
	border-right: 1px solid #00639A;
	background: #00639A url(../img/tm_hover.gif) left bottom repeat-x;
}

#tm .child_menu_hover 
{
	color: #FFF;
	text-decoration: none;
	border-left: 1px solid #00639A;
	border-right: 1px solid #00639A;
	background: #00639A !important;
}

#tm li ul li
{
	border-bottom: 1px solid #549EC6;
}
#tm li ul li a
{
	text-transform: none;
	background: #2986B8 none !important;
}
/* --- } --- Top menu --- */

#testimonials
{
	cursor: pointer;
}

.testimonials-row
{
	width: 760px;
}

ul.homepage-links
{
	float: left;
	padding-bottom: 20px;	
}

ul.homepage-links-right
{
	margin-left: 80px;
}

/* Rent-a-genius */

#rent-a-genius #content {
    padding: 0;
    position: relative;
    overflow: hidden;
    }

#rent-a-genius #genius-header {
    background: #000 url(../img/rent-a-genius-bg.jpg) bottom left no-repeat;
    /*border-top: #acb4bf 1px solid; */

    padding: 25px 35px;
    }

#rent-a-genius h1 {
    background: url(../img/rent-a-genius-h1-ico.png) 0 60% no-repeat;
    padding: 0 0 0 65px;
    color: #f4d22c;
    }

#genius-header h2 {
    color: #fff; 
    width: 40%;
    font-weight: normal;
    font-size: 30px;
    padding-top: 40px;
    }
    
#rent-a-genius #genius-content {
    padding: 25px 35px;
    }

#rent-a-genius .genius-left {
    float: left;
    width: 400px;
    margin-right: 28px;
    }
    
#rent-a-genius .genius-right {
    float: left;
    width: 330px;
    }
    
a#genius-request {
    background: url(../img/rent-a-genius-request.png) 0 0 no-repeat;
    display: block;
    width: 230px;
    height: 62px;
    margin: 1px 20px 17px 0;
    text-indent: -9999px;
    float: left;
    }
    
#genius-sales {
    background: url(../img/rent-a-genius-sales.png) 0 0 no-repeat;
    display: block;
    width: 150px;
    height: 50px;
    margin: 10px 0 0 0;
    text-indent: -9999px;
    float: left;
    }

#genius-sales a {
    background: url(../img/rent-a-genius-sales-ico.png) 0 0 no-repeat;
    padding: 1px 0 2px 60px;
    }

#rent-a-genius .lightGray {color: #828f99;}

/* Forms */

.form-row
{
	clear: both;
}

.form-row .label
{
	font-size: 13px;
	color: #666;
	float: left;
	text-align: right;
	line-height: 1.2;
	width: 250px;
	margin: 3px 0 10px 0;
	text-align: left;
}

.form-row .radio
{
	clear: right;
	float: right;
	margin: 0 0 9px;
	width: 358px;
}

.form-row .technologies-table
{
	float: right; 
	clear: right; 
	width: 358px; 
	padding-bottom: 15px;
}

.form-row .technologies-table td.technology
{
	padding-top: 7px;
}

.form-row .technologies-table td.technology label
{
	margin-left: 25px;	
}


span.red {
	float: left;
	margin-left: 2px;
	color: #666;
}

.text {
	float: right;
	clear: right;
	border: 1px solid #CCC;
	font-size: 13px;
	padding: 3px;
	width: 350px;
	margin: 0 0 9px 0;
}

fieldset
{
	border: none;
	width: 620px;
	margin: 20px 0px 0px 0px;
	padding: 0px;	
}

select {
	float: right;
	width: 358px;
	margin: 3px 0 10px 0;
	border: 1px solid #CCC;
	padding: 2px;
}

textarea
{
	height: 150px;	
}

input.send-request-button
{
	height: 51px;
	width: 229px;
	background: url(../img/send-request-button.png) 0 0 no-repeat transparent;
	border: 0px;
	color: #ffffff;
	cursor: pointer;
}

input.error 
{
	border-color: #ff0000
}

div.error
{
	display: block;
	clear: both;
	width: 100%;
	background-color: #ffe6e6;
	color: red;
	padding: 10px 0 10px 0;
	margin-bottom: 20px;
}

div.error span
{
	background:
		url("../img/iconwarning.gif")
		0
		5px
		no-repeat;
	padding: 5px 20px 5px 20px;
	margin: 0 0 0 20px;
}

label.error
{
	display: block;
	float: right;
	color: #ff0000;
	clear: both;
	margin-bottom:9px;
	margin-top:-5px;
}

span.required
{
	color:Red;
	font-weight:bold;
}

.backlink
{
	text-decoration:none;
	float:right; 
	display:block; 
}

.backlink span
{
	text-decoration:underline;
}

p.msgok span {
    background: url("../img/msok.png") no-repeat scroll -5px -5px transparent;
    padding: 5px 10px 18px 30px;
}
