body {
	background: url("/_ima/bg.jpg") no-repeat top center;
	background-color: white;
	margin: 0px; 
	padding: 0px;
	color: black;	
	font: 12px/14px georgia, sans-serif;
	}

/*____________________________________________________________________________________________Links_*/

a:link {
	color: black;
	text-decoration: none;
	}

a:visited {
	color: black;
	text-decoration: none;
	}

a:hover {
	color: black;
	}

a:active {
	color: black;
	text-decoration: none;
	}
	
#footer_content a {
	color: white;
	}
	


.client_name {
	font-family: helvetica, sans-serif;
	}
	
.sans_serif {
	font-family: helvetica, sans-serif;
	}
	
.grey_text_italic {
	color: #999;
	font-style: italic;
	padding-bottom: 20px;
	}
	
.secondary_section_sections a:hover img { border: 1px solid #63d5ff; }	
.secondary_section_sections a:link { color: #00aeef; }
.secondary_section_sections a:visited { color: #00aeef; }
.secondary_section_sections a:hover { color: #63d5ff; }
	
a:hover p.client_details { color: grey;	} 
	
/*____________________________________________________________________________________________Tags_*/

p { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

h1 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

h2 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

h3 { font-family: helvetica; font-size: 18px; margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; line-height: 18px; }

h4 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

h5 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

h6 { font-family: helvetica; font-size: 14px; margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; color: #333; }

ul { list-style: none; margin: 0 0 1.5em;}

li { margin: 0; padding: 0; }


/*____________________________________________________________________________________________Helpers_*/

.clearer { clear: both; line-height: 0px; font-size: 0px; width: 0px; height: 0px; margin: 0px; padding: 0px; }

.retnec { text-align: center; }

.no_border { border: 0px; }

.grey_text { color: #646464; }

.red_text { color: orange; }

/*____________________________________________________________________________________________Form Validation_*/
	
#ClientValidationSummary {
	background-color: #eeeeee;
	width: 718px;
	padding: 10px 5px;
	color: orange;
	line-height: 20px;
	}
#ClientValidationSummary a {
	color: orange;
	}
.validation-inline-error-message { 
	width: 270px;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
	color: orange;
	}

/*____________________________________________________________________________________________Input Buttons_*/

.buttons a, .buttons button {
    display: block;
    float: left;
    margin: 0px 0px 0px 0px;
    background-color: white;
    border: 1px solid black;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: black;
    cursor: pointer;
    padding: 5px 10px 6px 7px; /* Links */
	}
.buttons button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
	}
.buttons button[type] {
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
	}
*:first-child+html button[type] {
    padding: 4px 10px 3px 7px; /* IE7 */
	}
.buttons button img, .buttons a img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
	}
	/* POSITIVE */

button.positive, .buttons a.positive {
    color: black;
}
.buttons a.positive:hover, button.positive:hover{
    color: #FA7003;
}
.buttons a.positive:active {
    background-color: white;
    color: black;
}

/*____________________________________________________________________________________________Main Layout_*/
	
#navigation a.nav_on { 
	text-decoration: none; 
	color: white;
	}
#navigation a.nav_on:visited { 
	text-decoration: none; 
	color: white;
	}
#navigation a.nav_on:hover { 
	text-decoration: none; 
	color: white;
	}
#navigation a.nav_on:active { 
	text-decoration: none; 
	color: white;
	}	
					
/*____________________________________________________________________________________________Main Layout_*/

#container {
	margin: 0 auto;
	padding: 0px;
	width: 698px;
	height: 100%;
    clear: both;
	}	

#header {
	width: 698px;
	height: 160px;
	}

#navigation {
	width: 100%;
	height: 18px;
	font-family: helvetica;
	font-size: 12px;
	color: #47b0ca;
	padding: 10px 0px 0px 0px;
	}
	#navigation a:link { color: #56cce9; text-decoration: none; }
	#navigation a:visited { color: #56cce9; text-decoration: none; }
	#navigation a:hover { color: #86e7ff; text-decoration: none; }
	#navigation a:active { color: #56cce9; text-decoration: none; }

	#navigation p span { width: 100px; flaot: left; border: 1px solid red;}
	
	.nav_title {
		width: 50px;
		float: right;
		text-align: right;
		padding: 0px 0px 0px 0px;
		}
	.nav_items_1 {
		width: 200px;
		float: right;
		font-weight: bold;
		}
		.nav_items_1 a { padding: 0px 0px 0px 20px; }
		
	.nav_items_2 {
		width: 250px;
		float: right;
		font-weight: bold;
		}
		.nav_items_2 a { padding: 0px 0px 0px 20px; }
		
	.nav_items_3 {
		width: 90px;
		float: right;
		font-weight: bold;
		}
		.nav_items_3 a { padding: 0px 0px 0px 20px; }
	
#content {
	width: 698px;
	height: 100%;
	}
	
.rasteroids_logo {
	float: right;
	margin: 50px 20px 0px 0px;
	border: 0px;
	}
	
#page_top {
	width: 100%;
	height: 70px;
	text-align: center;
	color: #909090;
	font-size: 12px;
	}

	.hello {
		margin: 0px 10px -3px 0px;
		}
		
.clients {
	margin: 0px 0px 0px 77px;
	}
	.clients a:link, .clients a:visited { color: #05769e; line-height: 20px; }
	.clients a:hover { color: #fff; background-color: #00aeef; }	

.content_padding {
	width: 658px;
	padding: 20px;
	clear: both;
	}
		
.content_padding_section {
	width: 658px;
	padding: 10px 20px 5px 20px;
	margin: 0px 0px 5px 0px;
	}
	

		
.content_padding_section a img, .content_padding_section_1 a img {
	border: 1px solid #ccc;
	}
	
.small_bottom_border {
	width: 658px;
	margin: 0px auto;
	border-bottom: 1px solid #ccc; 
	}
	
.intro_pic {
	border: 1px solid #CCC;
	}

#floating_left {
	float:left;
	}
	
#floating {
	width: 230px;
	height: 100%;
	position: relative;
	}
#floating div {
	position: absolute;
	left: 0;
	}
#intro_right {
	width: 230px;
	float: right;
	font-size: 12px;
	}
	
.intro_title {
	color: #063468;
	font-weight: bold;
	padding: 0px 0px 20px 0px;
	}
.intro_view {
	color: #6D6D6D;
	padding: 20px 0px 0px 0px;
	}	
	.intro_view a:link { color: #00aeef; text-decoration: none; }
	.intro_view a:visited { color: #00aeef; text-decoration: none; }
	.intro_view a:hover { color: #63d5ff; text-decoration: none; }
	.intro_view a:active { color: #00aeef; text-decoration: none; }
.intro_view_none { 
	padding: 0px 0px 0px 15px;
	margin: 0px;
	height: 0px;
	width: 0px;
	}

.secondary_section_title {
	width: 658px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	}
.secondary_section {
	width: 664px;
	margin: 0px auto;
	height: 170px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #CCC;
	}
	.secondary_section_sections {
		width: 204px;
		height: 160px;
		float: left;
		}
	.secondary_section_sections img {
		border: 1px solid #ccc;
		}
		.client_name {
			background: url("/_ima/view_arrow.gif") no-repeat;
			background-position: 0px 11px;
			padding: 5px 0px 0px 15px;
			font-weight: bold;
			font-size: 12px;
			}
		.client_details {
			font-size: 12px;
			line-height: 18px;
			color: #666;
			padding: 1px 0px 0px 14px;
			}
			
		.cleint_breaker { width: 23px; height: 100px; float: left; }
		
#footer {
	background: url("/_ima/footer_bg.jpg") repeat-x;
	width: 100%;
	height: 330px;
	font-size: 12px;
	}
	#footer_content {
		width: 698px;
		margin: 0px auto;
		}
	.bottom_border {
		width: 100%;
		height: 30px;
		padding: 15px 0px 0px 0px;
		border-bottom: 1px solid #a8d9ee;
		}
	.footer_news {
		width: 400px;
		float: left;
		padding: 0px 0px 0px 0px;
		}

	.footer_news a:hover, .footer_contact a:hover {  
	background-color: #467786;
	} 
		.footer_news p {
			background: url("/_ima/white_arrow.gif") no-repeat;
			background-position: 0px 7px;
			padding: 0px 0px 10px 15px;
			color: white;
			line-height: 20px;
			}
	.footer_contact {
		width: 230px;
		float: right;
		padding: 0px 0px 10px 0px;
		}
		.footer_contact p {
			padding: 0px 0px 0px 0px;
			color: white;
			line-height: 20px;
			}
			
	.footer_contact textarea {
		width: 230px;
		height: 70px;
		border: 0px;
		}
	.footer_send_btn {
		float: left;
		margin: 10px 0px 0px 0px;
		}
		
	.footer_creds {
		width: 100%;
		clear: both;
		height: 20px;
		padding: 10px 0px 0px 0px;
		color: #a8d9ee;
		border-top: 1px dotted #a8d9ee;
		}