@charset "utf-8";
/* CSS Document */

/* body */
body {
	background-color:  #000000;
}

/* tshirt */
#divMainContainer {
	text-align: center;
	background-color: #191c1f;
}
#siteContent {
	width: 960px;
	text-align: left;
	padding-top: 70px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/* logo */
#logo {
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}

/* upper menu */
.upperMenu {
	visibility: hidden;
}

.upperMenu div {
	visibility: hidden;
}

/* heading */
#heading {
	width: 100%;
	text-align: center;
	color: #99cccc;
}

/* navigation */
.navigation {
	height: 40px;
	background: url(../images/navigation_bg.png) no-repeat;
	margin-left: 100px;
	text-align: center;
	width: 770px;
	overflow: hidden;
}

.navigation ul {

}

.navigation ul li {
	float: left;
	list-style-type: none;
	margin-top: 5px;
}

.navigation ul li a {
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 17px;
	letter-spacing: -1.8px;
	text-transform: lowercase;
	color: #c3dcd7;
	text-decoration: none;
}

.navigation ul li a:link {
	color: #c3dcd7;
}

.navigation ul li a:visited {
	color: #c3dcd7;
}

.navigation ul li a:hover {
	color: #fafafa;
	border-bottom: 2px dotted red;
}

.navigation ul li a:active {
	color: red;
	border-bottom: 2px dotted red;
}

.contentZone {
	width: 764px;
	margin-left: 95px;
	min-height: 740px;
	max-height: 740px;
	overflow: hidden;
}

.sidebar {
	width: 183px;
	border-right: 2px dashed #99cccc;
	height: 710px;
	text-align: center;
	margin-top: 10px;
	padding-top: 15px;
}

.sidebar a {
	background: url(../images/bubble.png) no-repeat center;
	width: 160px;
	height: 80px;
	display: block;
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 18px;
	letter-spacing: -1.8px;
	color: #6d6f75;
	text-decoration: none;
	text-transform: lowercase;
	line-height: 60px;
}

.sidebar #linkedIn {
	margin-top: 100px;
	background: url(../images/linked_in.gif) no-repeat center;
	height: 25px;
	width: 160px;
	overflow: hidden;
	text-indent: 9999px;
}

#content_what_have_i_done a {
	line-height: 24px;
	padding-top: 15px;
	margin-top: -7px;
	width: 140px;
	margin-left: 10px;
}

#content_how_do_i_do_it a {
	line-height: 24px;
	padding-top: 15px;
	margin-left: 10px;
	margin-top: -7px;
	width: 140px;
}

.contentRegion {
	width: 560px;
	float: right;
	margin-top: -730px;
}

.contentRegion div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #b9b9b9;
	text-align: justify;
	line-height: 23px;
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}

#how_do_i_do_it div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b9b9b9;
	text-align: justify;
	line-height: 24px;
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}

#how_one {
	background: url(../images/1_bg.png) no-repeat left center;
	padding: 0 0 20px 90px;
}

#how_two {
	background: url(../images/2_bg.png) no-repeat left center;
	padding: 0 0 20px 90px;/*padding: 0 90px 20px 0;*/
}

#how_three {
	background: url(../images/3_bg.png) no-repeat left center;
	padding-left: 90px;
}

#what_cgo {
	width: 150px;
	height: 91px;
	background: url(../images/thumb_cgo.png);
}

.doc_pdf {
	background: url(../images/icon_pdf.png) no-repeat left center;
	padding: 10px 0 10px 30px;
	margin-top: 20px;
	display: block;
}

.contentRegion h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #b9b9b9;
	letter-spacing: -0.5px;
	margin-bottom: -0px;
}

.contentRegion li {
	margin-bottom: 12px;
	list-style-type: none;
}

.contentRegion blockquote {
	background: url(../images/bg_quote.png) 0 10px no-repeat;
	padding: 18px 0 6px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b9b9b9;
	text-align: justify;
	/*font-style: italic;*/
	line-height: 16px;
}

.contentRegion .quoteAuthor {
	font-size: 12px;
	font-weight: bold;
	color: #b9b9b9;
	padding-left: 50px;
}

.contentRegion a {
	font-weight: bold;
	color: #99CCCC;
}

.contentRegion legend {
	font-weight: bold;
	font-size: 20px;
}

.footer {
	height: 60px;
	margin-left: 60px;
}

.footer ul {
	float: left;
	padding-top: 12px;
}

.footer ul li {
	float: left;
	display: inline;
	list-style: none;
	margin-left: 20px;
}

.footer ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
}

.footer ul li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #191c1f;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	background-color: #99cccc;
}

.copyright{
	float: left;
	padding-top: 12px;
	margin: 0 28px;
	color: #fff;
}

.lnkGoTop {
	visibility: hidden;
	height: 1px;
}

.hiddenBlock {
	display: none;
}

strong {
	font-weight: bold;
	background-color: #99cccc;
	color: black;
	padding: 2px;
}

.contentRegion div .labels {
	width: 120px;
	text-align: right;
	font-size: 14px;
	float: left;
	padding-right: 10px;
	margin-top: 4px;
	font-weight: bold;
}

.contentRegion div .inputs {
	padding: 6px;
	border: 1px dashed #99cccc;
}

.contentRegion div .inputs input, .contentRegion div .inputs textarea {
	border: 2px solid #191c1f;
	background-color: #6d6f75;
	margin-left: 10px;
	width: 350px;
}

.contentRegion div .inputs textarea {
	height: 150px;
}

.contentRegion div .note {
	font-size: 11px;
	margin: 0px;
}

input.optional {
	border: 1px solid red;
	background: url(../images/bg_txt_optional.png) right no-repeat;
}

input.required {
	border: 1px solid red;
	background: url(../images/bg_txt_required.png) right no-repeat;
}

textarea.required {
	border: 1px solid red;
	background: url(../images/bg_txt_required.png) bottom right no-repeat;
}

#contact_box {
	font-size: 12px;
	color: #FFFFFF;
	display: block;
}

#contact_box div {
	margin-left: -16px;
}

#contact_box div a {
	font-size: 12px;
	color: white;
	background: none;
	display: inline;
	font-weight: 100;
	letter-spacing: normal;
	padding: 0;
	margin: 0;
}

div.statusMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
}

div.errorMessage {
	border: 2px solid #9CC9C9;
	background-color: #FFFFE8;
	color: #E86E48;
}

div.succesMessage {
	border: 2px solid #9CC9C9;
	background-color: #E5FFD1;
	color: #78943F;
}

/* theme */
.smallLogo {
	display: none;
}

#quotesNav { margin: 30px 0px 10px 9px; }
	#quotesNav a { text-decoration: none; }
		#quotesNav a:hover { text-decoration: underline; }
#moreQuotes { float: right; }

#reveloper { float: left }
	#reveloper a { 	background: url("../images/logo_reveloper_small.png") top left no-repeat; display: block; height: 44px; margin: 3px 0 0 -5px; overflow: hidden; width: 95px;
					text-indent: -999px; }
