/* -------------------------------------------
Main style sheet for The Good Web Company

created: October 2006
author: Brett Chaney
------------------------------------------- */

/* basic elements */

body,html {
    margin: 0;
    padding: 0;
    background: #5e4c40;
    color: #6b6b6b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
}


	
form {
	margin: 0; 
}

a {
	text-decoration: underline;
	color: #ec5403;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.orangeText {
	color: #ec5403;
}

.orangeText2
{
color: #ec5403;
font-size:16px;
}



/* layout divs */

#splashTable {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0;
	height: 100%;
}

#splashContent {
	margin: 0;
	padding: 0;
	height: 66px;
	background: url(../images/bg_splash.gif) repeat-x;
	width: 100%;
}

#splashContent2 {
	margin: 0 auto;
	padding: 0;
	height: 66px;
	background: url(../images/bg_splash.gif) repeat-x;
	width: 670px;
}

#header {
	height: 63px;
	width: 974px;
	text-align: right;
	padding-top: 30px;
}

#header #logo {
	padding-right: 50px;
}


#nav {
	height: 45px;
	width: 725px;
	padding-left: 249px;
}

#leftColumn {
	width: 219px;
	float: left;
}


#mainContent {
	width: 755px;
	float: left;
	background: url(../images/bg_content.gif) repeat-y;
}

/* leftColumn divs */

#leftContent {
	width: 195px;
	float: right;
}

#leftContent img.headers {
	margin-bottom: 22px;
}

#leftContent img.logos {
	margin-bottom: 13px;
}

#formContent {
	background:url(../images/form_bg.gif) repeat-y;
}

/* leftForm divs */

#formContent fieldset {
	margin: 0;
	padding: 10px 0 0 17px;
	border: 0;
}

#formContent p {
	margin: 0;
	padding: 4px 0 0 0;
}

#formContent label {
	color: #756d60;
	font-size: 9px;
	font-weight: bold;
	margin-left: 1px;
}

#formContent input, textarea {
	color: #756d60;
	font-size: 9px;
	width: 150px;
	border: 1px solid #c4c2c3;
	margin-top: 1px;
}

#formContent textarea {
	width: 150px;
	height: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#formContent #leftFormSubmit {
	background: url(../images/button_submit.gif);
	width: 66px;
	height: 25px;
	border: 0;
	cursor: hand;
	cursor: pointer;
	margin: 4px 0 4px 44px;
}

#formContent2 {
	padding: 0px 0 0 0;
}

#formContent2 fieldset {
	margin: 0;
	padding: 0px 0 0 17px;
	border: 0;
}

#formContent2 p {
	margin: 0;
	padding: 0px 0 0 0;
}

#formContent2 label {
	font-size: 11px;
	font-weight: bold;
	margin-left: 1px;
}

#formContent2 input, textarea {
	color: #756d60;
	font-size: 11px;
	width: 150px;
	border: 1px solid #c4c2c3;
	margin-top: 1px;
}

#formContent2 textarea {
	width: 350px;
	height: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#formContent2 #leftFormSubmit {
	background: url(../images/button_submit.gif);
	width: 66px;
	height: 25px;
	border: 0;
	cursor: hand;
	cursor: pointer;
	margin: 0px 0 4px 44px;
}
/* mainContent divs */

#imageHeader {
	height: 230px;
	width: 755px;
}

#imageHeaderDescription {
	height: 12px;
	text-align: right;
	margin-right: 32px;
	font-weight: bold;
	margin-top: 6px;
	font-size: 10px;
	color: #898989;
}

#mainFooter {
	height:12px;
	width: 755px;
	background: url(../images/footer.gif) no-repeat;
	font-size:4px;
}

#mainFooter2 {
	height: 33px;
	width: 742px;
	margin-left:224px;
	text-align: center;
	padding-top: 8px;
	font-size: 11px;
	color:#B2B4A0;
}

#mainFooter2 a {
	color: #B2B4A0;
	text-decoration: none;
}

#mainFooter2 a:hover {
	color: #B2B4A0;
	text-decoration: underline;
}

#contentLeft {
	width: 516px;
	margin-top: 32px;
	margin-bottom: 20px;
	float: left;
	border-right: 1px solid #d8d6d7;
}

#contentLeft2 {
	width: 755px;
	margin-top: 14px;
	margin-bottom: 40px;
}

#rightColumn {
	width: 182px;
	margin-top: 32px;
	margin-bottom: 20px;
	margin-right: 32px;
	display: inline;
	float: right;
	text-align: center;
}

#contentLeft ul {
	margin-left: 44px;
	padding-left: 20px;
	list-style: none;	
}

#contentLeft ul.normal{
	margin-left: 44px;
	padding-left: 20px;
	margin-right: 44px;
	padding-right: 20px;	
}

#contentLeft li.normal {
	padding-top: 9px;
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	list-style: disc;
}

#contentLeft li {
	padding-top: 9px;
	color: #ec5403;
	font-weight: bold;
	font-size: 12px;
}

#contentLeft ul.services {
	margin-left: 12px;
	padding-left: 22px;
	list-style: none;
}

#contentLeft li.services {
	color: #6b6b6b;
	font-weight: normal;
	font-size: 11px;
	background: url(../images/services_list_style.gif) no-repeat 0 50%;
	padding-left: 30px;
	padding-bottom: 8px;
	padding-top: 4px;
}

#firstWebsiteMain2 {
	float: left;
	margin-left: 29px;
	display: inline;
}

#firstWebsiteMain {
	float: left;
	width: 210px;
	margin-left: 29px;
	display: inline;
}

#sidebyside1a
{
	float: left;
	width: 210px;
	margin-left: 29px;
	display: inline;
}

#sidebyside1b
{
	float: left;
	width: 170px;
}

#contentLeft #firstWebsiteMain p {
	width: 170px;
	margin-left: 0;
	padding-left: 0;
	margin-top: 11px;
	margin-bottom: 14px;
}

#reDesignMain {
	float: left;
	width: 170px;
	padding-left: 42px;
	background: url(../images/bg_services.gif) repeat-y left;
}

#contentLeft #reDesignMain p {
	width: 170px;
	margin-left: 0;
	padding-left: 0;
	margin-top: 9px;
	margin-bottom: 14px;
}

/* contentLeft divs */

#contentLeft p {
	margin-left: 29px;
	width: 417px;
	margin-top: 6px;
	margin-bottom: 14px;
}

#contentLeft h1 {
	font-size: 16px;
	margin: 0 0 0 29px;
	width: 407px;
}

#contentLeft h2 {
	font-size: 13px;
	margin: 0 0 0 29px;
	width: 420px;
}

#contentLeft #coreServices {
	height: 276px;
}

#contentLeft #showcase {
	background: url(../images/showcase.gif) no-repeat;
	margin-left: 5px;
	margin-top: 20px;
	width: 353px;
}

#contentLeft #showcase img {
	margin-left: 0px;
	margin-top: 175px;
}

#contentLeft #showcase p {
	margin-left: 82px;
	width: 372px;
	margin-top: 6px;
	margin-bottom: 14px;
}

/* contentLeft2 divs */

#contentLeft2 p {
	margin-left: 29px;
	width: 417px;
	margin-top: 6px;
	margin-bottom: 14px;
}

#contentLeft2 h1 {
	font-size: 12px;
	margin: 0 0 0 29px;
	width: 407px;
}

#productDetailsLeft {
	display: inline;
	margin-left: 29px;
	width: 106px;
	float: left;
	font-weight: bold;
}

#productDetailsRight {
	float: left
}

#contentLeft2 #portfolioTable {
	width: 686px;
	border: 0;
	margin-left: 29px;
}

#contentLeft2 #portfolioTable #tableThumbs img {
	margin-bottom: 16px;
	cursor: pointer;
}

#contentLeft .oldlist {
	font-size:12px;
	color: #70AF77;
	line-height:18px;
}

#contentLeft ol.quickglance {
	margin-left: 36px;
	margin-top:10px;
	padding-left: 22px;
}

#contentLeft li.quickglance {
	color: #6B696B;
	font-weight: normal;
	font-size: 12px;
}

/* coreServices divs */

#coreServices #leftPanel {
	float: left;
	display: inline;
	margin-left: 29px;
	width: 238px;
	margin-top: 6px;
	margin-bottom: 14px;
}

#coreServices #leftPanel h2 {
	width: 200px;
	margin-left: 0;
	margin-bottom: 6px;
	padding-top: 7px;
}

#coreServices #leftPanel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#coreServices #leftPanel li {
	padding-top: 9px;
	color: #ec5403;
	font-weight: bold;
	font-size: 12px;
}

#coreServices #rightPanel {
	float: left;
	width: 191px;
	margin-top: 6px;
	margin-bottom: 14px;
}

#coreServices #rightPanel h2 {
	font-size:12px;
	width: 191px;
	margin-left: 0;
	text-align: center;
	border-top: 1px solid #d8d6d7;
	border-bottom: 1px solid #d8d6d7;
	border-left: 1px solid #d8d6d7;
	border-right: 1px solid #d8d6d7;
	padding: 6px 0;
}

#coreServices #rightPanel #servicesInfo {
	width: 191px;
	border-bottom: 1px solid #d8d6d7;
	border-left: 1px solid #d8d6d7;
	border-right: 1px solid #d8d6d7;
	text-align: center;
}

#coreServices #rightPanel #servicesInfo img {
	margin-top: 6px;
}

#coreServices #rightPanel #servicesInfo p {
	margin: 11px auto;
	padding: 0;
	width: 179px;
	text-align: left;
}

/* rightColumn divs */

#rightColumn #mainNumber {
	width: 182px;
	text-align: center;
}

#rightColumn #latestProject {
	width: 182px;
	text-align: left;
}

#rightColumn #viewportfolio {
	width: 182px;
	text-align:left;
}

#rightColumn img.rightLine {
	width: 178px;
	margin-top: 20px;
	margin-bottom: 18px;
}

#rightColumn img.latestProjTitle {
	margin-left: 6px;
	text-align: left;
}

#rightColumn img.latestProj {
	margin: 5px 2px;
	text-align: center;
}

#rightColumn p {
	width: 182px;
	margin-top: 0;
	margin-bottom: 18px;
	font-size: 10px;
	text-align: center;
}

#rightColumn #butPortfolio {
	margin-left: 36px;
}

#rightColumn #butmobi {
	margin-left: 34px;
}

#rightColumn #sem1 {
	margin-left: 28px;
}

#rightColumn #firstWebsite {
	width: 182px;
	text-align: left;
}

#rightColumn img.firstWebsiteTitle {
	margin-left: 6px;
	text-align: left;
}

#rightColumn #firstWebsite p {
	width: 165px;
	margin-top: 10px;
	margin-bottom: 18px;
	margin-left: 6px;
	font-size: 11px;
	text-align: left;
}


/* portfolio divs */

#portfolioThumbs {
	width: 460px;
	margin-left: 48px;
	margin-top: 30px;
	margin-bottom: 10px;
}

#portfolioThumbs .thumbContent {
	width: 129px;
	height: 96px;
	float: left;
	margin-right: 20px;
	font-size: 10px;
	color: #434343;
	margin-bottom: 20px;
	display: inline;
}

#portfolioThumbs .thumbContent a {
	text-decoration: none;
	color: #434343;
}

#portfolioThumbs .thumbContent img {
	border: 1px solid #d8d6d7;
	padding: 1px;
}

#portfolioThumbs .thumbContent img.arrow {
	border: none;
	padding-top: 7px;
	padding-left: 7px;
}


