/***********************************************/
/* gdwd.css                                    */
/* for use with the GD Web Design website      */
/* 25 May 2006                                 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	line-height: 1.166;	
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	background-image: none;

/*	
	background-image:url(../images/bg1.gif);
	background-repeat: repeat;
*/
	padding: 0px;
	background-color: #FFC;
	font-size: 12px;
}

#workarea {
	background-color: #FFC;
	color:  #fff;
	border: 0px solid #000;
	width: 990px;
	margin: auto;
	padding: 0px;
}

#masthead {
	background-color: #FFC;
	padding-left: 0px;

	background-image: url(../images/banner03.jpg);
	background-repeat: no-repeat;
	color:  #fff;
	border: 0px solid #000;
	border-bottom: 0px solid #FFF;
	width: 990px;
	margin: auto;
	height: 92px;
	padding-left: 0px;
}

#masthead-b {
	display: none;
}

h1 {
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 150%;
	background-color: #FFC;
 	color: #000;
 	margin: 0px;
 	padding: 0px;
	text-align: center;
}

h2{
 	font-family: Arial,sans-serif;
 	font-size: 114%;
	background-color: #FFC;
 	color: #000;
	margin: 0px;
 	padding: 0px;
	text-align: center;
}

h3{
 	font-family: Arial,sans-serif;
 	font-size: 110%;
 	background-color: #FFC;
	color: #000;
 	margin: 0px;
 	padding: 0px;
	text-align: center;
}

h4{
 	font-family: Arial,sans-serif;
 	font-weight: normal;
	background-color: #FFC;
 	color: #000;
 	margin: 0px;
 	padding: 0px;
}

h5{
 	font-family: Verdana,Arial,sans-serif;
	background-color: #FFC;
 	color: #000;
 	margin: 0px;
 	padding: 0px;
}

#content {
	text-align: justify;
	padding: 10px;
	border: 0px solid #0F0;
	background-color: #FFC;
	color: #000;
	width: 100%;
/* 
	height: 450px;
	min-height: 460px;  
	float: inherit;
	float: left;
	z-index: 1;
	overflow: auto;
	width: 75%;
	width: 559px;
*/
	float: left;
	min-height: 425px;  
}

#content a {
	color: #000;
	background-color: #FFC;
}

#content a:hover {
	color: #FFC;
	background-color: #000;
}

#content2 {
	text-align: justify;
	color: #000;
	background-color: #FFC;
	overflow: auto;
	width: 535px;
}

input {
	background-image: url(../images/button4.jpg);
	color: #000;
	background-color: C99A1F;
}

.buttonArea {
	text-align: center;
}

/************* #footer styles *************/

#footer{
	color: #000;
	background-color: #FFC;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
/*	width: 756px;  */
	border: 0px solid #000;
	clear: both;
	text-align: center;
	width: 100%;
}

#footer a {
	color: #000;
	background-color: #FFC;
}

#footer a:hover{
	text-decoration: underline;
	background-color: #000;
	color: #FFC;
}

#footer p {
	text-align: center;
}

.blockDisplay {
	display: block;
	text-align: left;
	color: #000;
	background-color: #FFC;
}

.blockDisplay2 {
	display: block;
	text-align: left;
}

/************* #siteInfo styles ***************/

#siteInfo{
	text-align: center;
	text-decoration: none;
	clear: both;
	font-size: 80%;
	color: #000;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	border-bottom: 0px solid white;
	border-top: 0px solid #00f;
}

#siteInfo a{
	text-decoration: none;
	color: #000;
	background-color: #fff;
}

#siteInfo a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #000;
}

/*********** #navBar link styles ***********/

/* #navBar ul a:link, #navBar ul a:visited {display: block;} */
#navBar ul {list-style: none; margin: 0; padding: 0;}  

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #00f;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

.title {
	font-weight: bold;
	font-size: 14px;
 	color: #fff; 
	background-color: #FFC;
	display: block;
	line-height: 2; 
	text-align: center;
}

.title2 {
	font-weight: bold;
	font-size: 16px;
 	color: #000; 
	background-color: #FFC;
	display: block;
	text-align: center;
}

.name {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
 	color: #000;
	background-color: #FFC;
	display: block;
}

.contentBlock {
	display: block;
	color: #000;
	background-color: #FFC;
}

.redText {
	color: red;
	background-color: #FFC;
	font-size: 18px;
}

.brownText {
	color: #000; 
	background-color: #FFC;
	font-size: 14px;
	font-weight: bold;
}

.yellowText {
	color: #FF0;
	background-color: #FFC;
	font-size: 18px;
}

.menu {
	margin-top: 5px;
	background-color: #FFC;
	border: 0px solid #0FF;
	color: #000;
	display: inline;
	width: 100%;
	top: inherit;
	left: inherit;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

.menu a {
	text-decoration: none;
	background-color: #FFC;
	border: 1px solid #000;
	padding: 5px;
	display: inline;
	color: #000;
}

.menu a:hover { 
	background-color: #000;
	color: #FFC;
	display: inline;
}

.menu a:visited {
	color: #000;
	background-color: #FFC; 
}

.menu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	color: #000;
	background-color: #FFC;
}

#main_menu {
	background-color: #FFC; 
	border: 0px solid #F00;
	background-image: none;
	text-align: center;
	height: inherit;
	width: 100%;
	clear: both;
	color: #000;

	/*	 
	background-repeat: no-repeat;
	background-image: url(../images/menuFrame5b.gif);
	*/
}

#main_menu2 {
	display: none;
}

.what {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

.row {
	border: 0px solid #000;
	float: left;
	display: block;
}

.cell {
	border: 0px dotted #000;
	float: left;
	height: 100px;
	width: 175px;
}

.pcell {
	border: 0px dotted #000;
	float: left;
	width: 210px;
	text-align: center;
	vertical-align: middle;
}

.components a {
	color: #000;
	background-color: #FFC;
}

.components a:hover{
	text-decoration: underline;
	background-color: #000;
	color: #FFC;
}

.samp-list li a {
	color: #000;
	background-color: #FFC;
}

.samp-list li a:hover {
	color: #FFC;
	background-color: #FFC;
	background-color: #000;
}

.counter {
	color: #000;
	background-color: #FFC;
	font-weight: bold;
}

.rightCol {
	display: none;
}

/* make the tabs */
.home, .about, .portfolio, .rates, .components, .started, .services, .contact {
	color: #000;
	background-color: #FFC;
}

/* making the tab change */
#home .home, #about .about, #portfolio .portfolio, #rates .rates, #components .components, 
#started .started, #services .services, #contact .contact {
	border-bottom: 1px solid #000; 
	color: #000;
	background-color: #FFC;
}

.ads {
	float: right;
	text-align: center;
}