/* 
TITLE:     	redsparc
DEVELOPER: 	redsparc@redspar.com
VERSION:   	v.0.3 BETA *of course it's beta*
*/

body {
	margin: 0;
	background-color: #333;
	font-family: Arial, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	/*font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;*/
	font-size: 11px;
	line-height: 1.8em;
	text-align: center;
	color: #fff;
	}
	
	
	
/*--STRUCTURAL ELEMENTS--*/
/*----------------------------------*/
#container {
	margin: 0px auto;
	background-color: #222;
	padding: 0px;
	width: 850px;
	border-right: #555 solid 1px;
	border-left: #555 solid 1px;
	text-align: left;
	}	

/*--COLUMN 1 SUITE--*/		
#column1 {
	float: left;
	width: 380px;
	padding: 0px 15px 10px 30px;
	margin-bottom: 20px;
	clear: both;
	}
	
/*--COLUMN 2 SUITE--*/	
#column2 {
	float: right;
	width: 380px;
	padding: 0px 30px 10px 15px;
	}
	
/*--HEADER ELEMENTS AND TYPOGRAPHY--*/
#headerSet {
	margin-bottom: 10px;
	padding: 0px;
	/*background-image: url('../images/redsparc_cnt_bg02.gif');*/
	background-repeat: repeat-x;
	}

#headerSet h1 {
	height: 25px;
	border-bottom: #c00 solid 1px;
	margin: 0px;
	}
	
#headerSet h2 {
	font-family: Arial, Trebuchet, sans-serif;
	font-size: 9px;
	color: #999;
	margin: -5px 0px 0px 95px;
	}
		

	
/*--COLUMN 1 WIDE IS FOR CLIENT PAGE APPLICATION SUITE--*/		
#columnWide {
	padding: 0px;
	margin: 0px 20px 20px 10px;
	}


/*--FLASH CONTAINER AND ALTERNATIVE STYLES*/
#flashContainer {
	margin: 0px;
	padding: 0px;
	}
	
#portfolioAlt {
	padding: 0px 0px 0px 0px;
	}	
	
#portfolioAlt p {
	padding: 0px 30px 0px 30px;;
	}

#bridgeDiv {
	border-top: #555 solid 1px;
	border-bottom: #C00 solid 1px;
	margin-top: 20px;
	clear: both;
	background-image: url('../images/redsparc_cnt_bg01.gif');
	background-repeat: repeat-x;
}

#footer {
	margin: 10px 30px 10px 30px;
	text-align: center;
}



/*--TYPOGRAPHICAL ELEMENTS--*/
/*--------------------------*/

h1 {
	font-weight: bold;
	margin-top: 4px;
	/*margin: 05px 20px 15px 20px;*/

}

h2 {
	font-style: normal;
	color: #999;
	/*margin: 05px 20px 10px 20px;*/
}

p {
	font-size: 1.05em;
	font-style: normal;
}

ol li {
	font-size: 1.05em;
	line-height: 1.1em;
	margin: 0px 20px 02px 03px;
}

.legal {
	font-size: .8em;
	color: #666;
	padding: 10px 0px 20px 0px;
}


/*--GRAPHIC AND VISUAL ELEMENTS--*/
/*-------------------------------*/
#logo {
	margin: 0px;
	padding: 30px 0px 20px 20px;
	font-size: 2em;
	overflow: hidden;
	text-indent: -4000px;
	background-image: url('../images/redsparc_logo_lrg.gif');
	background-repeat: no-repeat;
	background-position: 17px 20px
}

#logoSubHead {
	margin: 0px;
	padding: 05px 0px 10px 20px;
	font-size: 1.2em;
}


/*--A HREF AND LINK ELEMENTS--*/
/*----------------------------*/

a:link {color: #999; text-decoration: none;}
a:hover {color: #900; text-decoration: none;}
a:visited {color: #666; text-decoration: none;}

a.mailicon:link {background-image: url('../images/col-105_icon01.gif'); background-repeat: no-repeat; padding-left: 18px; text-decoration: none;}
a.mailicon:hover {background-image: url('../images/col-105_icon01.gif'); background-repeat: no-repeat; background-position: 0px -35px; padding-left: 18px; text-decoration: none;}
a.mailicon:visited {background-image: url('../images/col-105_icon01.gif'); background-repeat: no-repeat; padding-left: 18px; text-decoration: none;}



