/**********************************************************************************************

	Title: CSS
	Author: Shannon Fry
	Date: 2008 

***********************************************************************************************

	1. General
		1.1 List Styles
		1.2 Images
		1.3 Text
	
	2. Layout

	3. Header
	
	4. Software Icons

	5. Footer

	6. Contact

		
***********************************************************************************************/





/* 1. General
-----------------------------------------------------------------------------------------------*/
html, body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #7e7d7d;
	height: 100%;
	margin: 0;
	padding: 0;
}
a{
	color: #E91081;
	text-decoration: none;
   	outline: none;	
}	
.rborder {
	border-right:1px solid #CCCCCC;
}	
.hdiv {
	margin: 30px 0 40px 0;
	background-color: #ccc;
	height: 1px;
	width: 100%;
}
h3 {
	font-weight:normal;
	height: 20px;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	color: #CCCCCC;
	margin-bottom: 5px;
	margin-top: 0;
}
h4 {
	font-weight:normal;
	height: 20px;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	color: #4F5050;
	margin-bottom: 5px;
	margin-top: 0;
}


		/* 1.1. LIst-Style
		-----------------------------------------------------------------------------------------------*/	
		ul {
			margin: 0 0 0 -20px;
			list-style-image: url(/images/bullet.jpg);
		}
		ul a{
			text-decoration: none;
			color: #7e7d7d;
			letter-spacing: 1px;
		}	
		ul a:hover{
			text-decoration: none;
			color: #fff;
			letter-spacing: 1px;
		}	 


		/* 1.2. Images
		-----------------------------------------------------------------------------------------------*/
		
		img.icon {
			padding-right: 3px;
			display: inline;
		}
		img.hdr {
			padding-bottom: 20px;
			display: block; 
		}
		img.nav {
			padding-right: 20px;
		}

		
		/* 1.3. Text
		-----------------------------------------------------------------------------------------------*/
		.txt_white {
			color: #FFFFFF;
			font-weight: bold;
		}




/* 2. Layout
-----------------------------------------------------------------------------------------------*/
.pagecontainer {
	width: 100%;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #EEEEEE;	
	margin-top: 0px;
}	
.container {
	margin: auto;
	width: 960px;
}	
.main {
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0 30px 0 0;
}
.mainsub {
	margin-top: 50px;
	}
.maincontent_left {
	width: 420px;
	margin-top: 50px;
	padding: 0 30px 0 0;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	border-right: 1px solid #ccc;
	margin-bottom: 40px;
}
.maincontent_right {
	width: 460px;
	margin-top: 50px;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}


/* 3. Header
-----------------------------------------------------------------------------------------------*/

.navigation {
	float: left;
	padding-top: 110px;
}	
#nav {
	margin:0;
	padding:0;
}
#nav li {
	display:inline;
	padding:0;
	margin:0;
}
.logo {
	width: 381px;
	height: 123px;
	float: right;
}


/* 4. Software Icons
-----------------------------------------------------------------------------------------------*/
.icons {
	width: 120px;
	height: 25px;
	background: url(/images/faded-icons.png) no-repeat;
	position: relative;
	margin: 0 0px 30px 0px;
	float: left;
}
.photoshop {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 25px;
	height: 25px;
}
.dreamweaver {
	position: absolute;
	left: 31px;
	top: 0px;
	width: 25px;
	height: 25px;
}
.illustrator {
	position: absolute;
	left: 62px;
	top: 0px;
	width: 25px;
	height: 25px;
}
.flash {
	position: absolute;
	left: 92px;
	top: 0px;
	width: 25px;
	height: 25px;
}




/* 5. Footer
-----------------------------------------------------------------------------------------------*/
.footer {
	clear: both;
	width: 100%;
	background-image: url(/images/ftr_bg.jpg);
	background-repeat: repeat-x;
	height: 221px;
	padding-top: 20px;
}
.ftr_l {
	width: 300px;
	float:left;
	margin-left:10px;
	margin-right:70px;
	padding-top: 20px; 
	line-height:normal;
}
.ftr_c {
	width: 140px;
	float: left;
	margin-right: 60px;
	padding-top: 20px;	
}
.ftr_r {
	width: 300px;
	float:right;
	margin-left:10px;
	margin-right:10px;
	padding-top: 20px;	
}

.ftr_l a{
	color: #E91081;
	text-decoration: none;
	text-align: right;
	display: block;
}	
.ftr_l a:hover{
	color: #FFF;
	text-align: right;
	display: block;
}



/* 6. Contact
-----------------------------------------------------------------------------------------------*/
.contactform_l {
	width: 50%;
	float: left;
}
.contactform_r {
	width: 50%;
	float:right;
}
.contactform {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;	
}	
.inputbox {
	margin-bottom: 30px;
}	
