/*
 CSS for coastlinecreations.net by Gerry Creighton 
 The Spike Ranch  - www.thespikeranch.com
*/
body {
	margin:0px;
	padding:0;
	height:100%;
	color:#000000;  
	text-align:center;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:14px;
	background: #ffffff url(../images/mainbg_center1.jpg) no-repeat center top;

  width: 100%;
  display: table;

}

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

a:hover {
	color:#cccccc;
	text-decoration:none;

}
h2 {
	font:bold 18px Arial,Verdana, Helvetica, sans-serif;
	color:#000;
}

h3 {
	font:bold 16px Arial,Verdana, Helvetica, sans-serif;
	color:#000;
}

ul {
	margin:0 0 0 20px;
	list-style-type:disc;
}

li {
	margin:4px 0 5px 10px;
}


blockquote {
	margin:1em;
	padding:.5em;
	background-color:#eeeeee;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

blockquote p {
margin:.2em;
}

#container { 	
	margin:0 auto;
	padding:0;
	width:661px;
	height:100%;
	text-align:left;
	vertical-align: middle;	
	background:url(../images/CC_contentBG.png) repeat-y ;

}
#outer-container {
	margin:0 auto;
	padding:0;
	width:650px;
	text-align:left;
	background-color:#ffffff;
}


#header {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	height:192px;
	width:650px;
	
}

#header h1 {
   width:380px;
	margin:0 0 0 0px;
	padding:20px 30px 10px 0px;
	font-size:28px;
	color:#000;
	font-weight:bold;
	float:right;
}
#header p {
	width:380px;
	margin:0 0 0 0px;
	padding:4px 20px 0px 10px;
	font-size:13px;
	color:#000;
	float:right;
	font-style: italic;
}


#leftColumn {
	float:left;
	margin:0px 0 5px 6px;
	width:130px;
	height:inherit;
	/*font-size:.9em;*/
	background-image:url(../images/CC_leftColumnBG.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#leftColumn p {
	padding:10px
}


#leftColumn h2 {
	margin:0;
	padding:10px 0 0 10px;
	font-size:1em;
}

#leftColumn ul {
	font:bold 18px Arial,Verdana, Helvetica, sans-serif;
	color:#000;
	margin:40px 0 0 0;
	list-style:none;
}

#leftColumn li {
	margin:4px 0 5px 10px;
}

#leftColumn li a {
	text-decoration:none;

}

#leftColumn li a:hover{
	text-decoration:none;

}

#centerColumn {
	margin:0px 0 0 115px;
	width:520px;
	height:100%;
	padding:40px 2px 2px 2px;
	background-image:url(../images/CC_centerColumnBG.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#centerColumn p {
	padding:4px
}
/* contact form style */
#contact-area {
	width: 500px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font: 14px Arial,Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #000;
}

#contact-area input.submit-button {
	width: 80px;
	float: right;
	height: 25px;
	padding: inherit;
	margin-right:72px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 14px;
}

/* footer */
#footer {
	position:relative;
	bottom:0;
	margin:20px 0 0 0;
	padding:0;
	height:35px;
	width:663px;
	line-height:20px;
	text-align:center;
	font-size:.8em;
	background-color:#ffffff;
	background-image:url(../images/CC_footerBG1.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
#footer img {
   float:right;
    position:fixed;
		 bottom:0px;
		 right:0px;
		 padding-right:40px;
		 z-index:100;
}
#footer a img {
border: 0px;
}
/* logo container */
#logo {
	/*	position:absolute; top:0px; left:20px; border:0px; */
	margin:0;
	padding:0;
	width:228px;
	height:150px;
	float:left;
	}
#logo a img { border:0px;
 }

/* right corner img */
#rcorner {
		 position:fixed;
		 bottom:0px;
		 right:0px;
		 z-index:10;
		 width:166px;
		 height:160px;
		 background:url(../images/CC_lowerRight.png) no-repeat;
    }


/* left corner img */
#lcorner {
		 position:fixed;
		 bottom:0px;
		 left:0px;
		 z-index:11;
		 width:117px;
		 height:160px;
		 background:url(../images/CC_lowerLeft.png) no-repeat;
    }

#portfolio {
	width:410px;
	padding:5px;
	margin-top:2px;
	margin-left: 20px;
}
#portfolio h3 {
	margin:4px 0px 4px 0px;
	width:400px;
	background:url(../images/h2_bg.jpg) repeat-x;
}
#portfolio img {
	border:2px solid #333333;
}
.clear {

  clear: both;

}
