/*
	main stylesheet for electriclightwave.com
	
	dark red: 981425
	light red: d31245
	blue: 3A90B3
*/



/* ================================
	General                        */


body {
	background: #ccc;
	text-align: center;
	color: #000000;
	padding: 10px 30px;
}

a, a:visited {
	color: #3A90B3;
	text-decoration: none;
}

h1 {
	padding: 40px 0;
	color: #999;
	font-weight: normal;
}

h2, h2 a, h2 a:visited {
	color: #d31245;
}

.oneColFixCtr #container {
	position: relative;
	width: 846px;
	margin: 0 auto 4px;
	background: #FFFFFF;
	color: #000;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	border: 3px solid #e6e6e6;
}

#container {
	padding: 10px 20px;
}



/* ================================
	Top Bar                        */

#topbar {
	position: absolute;
	height: 23px;
	width: 330px;
	top: 0;
	left: 530px;
	background: url(/images/topbar.png) no-repeat;
	border-top: none;
	border-right: 1px dotted #b1b1b1;
	border-bottom: 1px dotted #b1b1b1;
	border-left: 1px dotted #b1b1b1;	
}

#topbar #links {
	color: #b1b1b1;
	text-align: center;
	font-size: 0.8em;
	padding: 6px 25px 6px 0;
}

#topbar #links a {
	padding: 0 10px;
}

#topbar #links a#support {
	border-left: 1px dotted #b1b1b1;
	border-right: 1px dotted #b1b1b1;
} 



/* ================================
	Bottom Touts                   */
    
#bottom-touts {
	margin: 0;
}

#bottom-touts p {
	color: #000;
	background: transparent;
	font-size: 0.7em;
	padding: 3px 0 5px;
}

#bottom-touts h2 {
	font-weight: normal;
	font-size: 1.3em;
	color: #ccc;
	background: transparent;
	padding: 0 0 3px;
}

#bottom-touts h3 {
	font-size: 0.8em;
	color: #000;
	background: transparent;
	padding: 3px 0 0;
}

#bottom-touts #tout1 {
	float: left;
	width: 250px;
}

#bottom-touts #tout2 {
	margin: 0 250px;
	padding: 0 0 0 10px;
	border-left: 1px dotted #ccc;
}

#bottom-touts #tout3 {
	float: right;
	width: 318px;
}	




/* ================================
	Footer                         */

#footer {
	text-align: center;
}

#footer, #footer a {
	background: #ccc;
	color: #888;
	font-size: 0.8em;
}

#footer .tiny {
	padding: 0 30px 0 0;
}



/* ================================
	Misc                           */

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.error {
	color: #d31245;
	background: transparent;
}

.imgleft {
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #ccc;
}

.indented {
	position: absolute;
	text-indent: -9999em;
}

.link {
	cursor: pointer;
}

.link-indicator {
	font-weight: bold;
	color: #0095a7;
	font-size: 1.3em;
	padding-left: 4px;
}

.tiny {
	font-size: 0.8em;
}

.underline {
	border-bottom: 1px solid #333;
}


.corners {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.corners {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p span.displaynone { display:none; }

ul.plain {
	list-style: none;
	line-height: 1.3em;
	margin-left: 1.3em;
}
