/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		CoolWater
   TEMPLATE CODE: 	S-0019
   VERSION:          1.0     
	DATE:					November-07-2007     	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { margin: 0; padding: 0; outline: 0; }

body {
	background: #caced1;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #000000;
	margin: 15px 0;
	font-size:12px;
}

/* links */
a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #990000; 
}
a:hover {
	text-decoration: underline;
	background: inherit;
	color: #990000;
}

/* headers */
ul, ol {
	margin: 5px 15px;
	padding: 0 25px;
}

code {
  margin: 5px 0;
  padding: 15px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  border: 1px solid #E5F0FB;  
  background: #F4F8FD;
}


/* form elements */
form {
	margin:10px 15px; 
	padding: 10px 0;
	border: 1px solid #E5F0FB; 
	background: #F4F8FD;
}
fieldset {
	margin: 0;	padding: 0;
	border: none;
}
legend {
	display: none;
}
input {
	padding:3px;
	border: 1px solid #E5F0FB; 
	font: normal 1em Verdana, sans-serif;
	color:#000000;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 28px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #306bc1 url(button-bg.jpg) repeat-x 0 0; 
	border: 1px solid #306bc1;
}

.img {
	padding: 0 8px 8px 8px;
	margin: 5px 3px 10px 15px;
	border: thin dashed #999999; 
	float: right;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; 
	padding: 5px 0 5px 0;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 150px;
	color: #000000; 
	height: 20px;
	padding: 5px 3px 0 3px;
	border: 1px solid #000066;
	background-color:#D2E8F7;
}
.searchform input.button { 
	width: 55px;
	height: 26px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
/* search form1 */
.searchform1 {
	background-color: transparent;
	border: none;	
	margin: 0; 
	padding: 5px 0 5px 0;	
}
.searchform1 input.textbox1 { 
	color: #000000; 
	border: 1px solid #003366;
	background-color:#D2E8F7;
	vertical-align:middle;
}
.searchform1 textarea { 
	color: #000000; 
	border: 1px solid #003366;
	background-color:#D2E8F7;
	vertical-align:middle;
}
.searchform1 input.button 
{ 
	height: 20px;
	padding: 2px 2px 2px 2px;
	vertical-align: middle;
}
/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 950px;
	background: #CCC url(content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 850px;	
	margin: 5px auto;
	padding: 0; 	
}

#container1
{
margin: 0 15px 10px 15px;
padding: 0 0 5px 0;
}
#container1 h1
{
font-size: 14px;
color: #000000;
font-weight:bold;
}

#container2
{
margin: 5px;
padding: 1px;
}

#container2 h1
{
font-size: 13px;
color: #990000;
font-weight:bold;
}
#container2 h1 a
{
font-size: 13px;	 
color: #990000;
}
#container2 h1 a:hover
{
font-size: 13px;	 
color: #990000;
text-decoration:none;
}

#container2 a
{
font-size:10px; 
color:#333333; 
text-decoration:underline;
}

#container2 a:hover
{
font-size:10px; 
color:#333; 
text-decoration:none;
}

#container3
{
margin: 0 15px 10px 15px;
padding: 0 0 5px 0;
font-size: 11px;
color: #000;


}

#container3 h1 a
{
font-size: 13px;
font-family:verdana;
color: #0000ff;
text-decoration:underline;
font-weight:lighter;
}
#container3 h1 a:hover
{
font-size: 13px;
color: #0000ff;
text-decoration:none;
}

#container3 a
{
font-size:10px; 
color:#333333; 
text-decoration:underline;
}

#container3 a:hover
{
font-size:10px; 
color:#333333; 
text-decoration:none;
}

#header {
	position: relative;
	height: 131px;
	background: #caced1 url(header.jpg) no-repeat center top;
	padding: 0;	
	color: #fff;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: 30px Arial black;
	letter-spacing: -3px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 30px; left: 50px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 70px; left: 50px;		
}

/* header links */
#header #header-links {
	position: absolute;
	color: #C6DDEE;
	font: bold 14px"Trebuchet MS", Arial, Tahoma, Sans-serif;
	top: 20px; right: 20px;	
}
#header #header-links a {	
	color: #fff;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4FF55;	
}


/* Footer */	
#footer {
	color: #C6DDEE;
	background: #caced1 url(footer.jpg) no-repeat center top;
	clear: both;
	width: 950px;
	height: 57px;
	text-align: center;	
	font-size: 90%;	
}
#footer p { 
	padding: 10px 0;
	margin: 0;
}
#footer a { 
	color: #fff;
	text-decoration: none; 
}