/*
-----------------------------------------------
Style Sheet

Site: aaryn.com
Author:   aaryn.com
Version:  2007.7
----------------------------------------------- */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* reset margin and padding for all elements to 0 */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* Default font size in IE and FireFox is 16px. Default for Safari is 14px. */
html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background-color:#ffffff;
	font-size:.75em; /* Read by IE only. - 75% of 16px = 12px */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	text-align:center;
	margin-top:10px;
	color:#666666;
	}

html>body {
	font-size:12px; /* overrides the font-size above in all browsers except IE. These browsers can resize text that is specified in px so this is ok. */
	}

a:link, a:visited {
	color:#4687A8;
	text-decoration:underline;
	}
	
a:hover, a:active {
	color:#64C1F0;
	text-decoration:underline;
	}
	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left {
	margin:0 10px 2px 0;
	float:left;
	}

.pic_right {
	margin:0 0px 2px 10px;
	float:right;
	}

.raquo {
	font-size:1.2em;
	}

.raquo_client {
	font-size:1.2em;
	text-decoration:none;
	}
	
.abouttext {
		line-height:1.3em;
	}
	
.greentext {
		color:#95c83d;
	}


/* Layout
 * ------------------------------------------------------------------------- */
 
 #container {
 	background:url(../images/bg.gif) repeat-y #fff;
	width:911px;
	margin:0 auto;
	font-size:.92em;
	}

#title {
	background:url(../images/logo.gif) no-repeat;
	width:345px;
	height:82px;
	float:left;
	}
	
	#title span {
		display:none;
		}
	
#pattern {
	background:url(../images/pattern.gif) no-repeat;
	height:35px;
	width:911px;
	}

.subpage #pattern {
	background:url(../images/bwbar.gif) no-repeat;
	height:35px;
	width:911px;
	margin-bottom:10px;
	}

/* ----- Flash styles ----- */

#flash_left {
	background:url(../images/flash_left_side.gif) no-repeat;
	width:70px;
	height:257px;
	float:left;
	}

#flash_temp {
	float:left;
	}

#flash_right {
	background:url(../images/flash_right_side.gif) no-repeat;
	width:167px;
	height:257px;
	float:left;
	}

#flash_bottom {	
	background:url(../images/flash_bottom.gif) no-repeat;
	width:911px;
	height:32px;
	}

/* ----- Homepage content table ----- */

#main_content {
	padding:0 15px 0 32px;
	text-align:left;
	}

#main_title {
	background:url(../images/creative_marketing.gif) no-repeat;
	width:536px;
	height:22px;
	margin-bottom:10px;
	}
	
	#main_title span, #serve_your_business span {
		display:none;
		}

#serve_your_business {
	background:url(../images/serve_your_business.gif) no-repeat;
	width:292px;
	height:18px;
	margin-bottom:15px;
	}

#divider {
	background:url(../images/vertical_divider.gif) repeat-y;
	width:3px;
	}

#featured_project_content {
	text-align:left;
	}

#featured_project {
	background:url(../images/featured_project.gif) no-repeat;
	padding:6px 0 0 132px;
	display:inline;
	}
	
	#featured_project a:link, #featured_project a:visited {
		text-decoration:none;
		}
	
#featured_screenshot {
	margin-top:10px;
	}


/* ----- Subpage Content ----- */

#main_sub_content {
	padding:5px 20px;
	text-align:left;
	}

#client_table {
	font-size:.84em;
	}

#client_table img {
	margin-bottom:5px;
	}

#client_table td {
	padding-bottom:6px;
	}

.green_line {
	color:#84ff00;
	padding:0 0px;
	}




/* ----- Footer Styles ----- */

#green_divider {
	background:#84ff00;
	width:791px;
	height:4px;
	overflow:hidden;
	margin:10px auto 0 auto;
	}

#footer {
	background:url(../images/footer.gif) no-repeat bottom;
	background-color:#000;
	width:791px;
	margin:0 auto 10px auto;
	padding:7px 0;
	}
	
	#footer li {
    	margin: 0;
    	padding: 0 7px 0 10px;
    	display: inline;
    	border-left: 1px solid #63aec1;
    	line-height:1.4em;
    	background: none;
		color:#eeebd1;
		font-size:.92em;
    	}

	#footer li.first { 
    	border: none;
    	}

	#footer a:link, #footer a:visited{
		color:#eeebd1;
		text-decoration:none;
		}

	 #footer a:hover, #footer a:active {
		text-decoration:none;
	 	color:#63aec1;
		}

#footer_links {
	text-align:left;
	}

#copyright {
	color:#a7a6a6;
	font-size:.86em;
	text-align:center;
	}

#aaryn_com {
	text-align:right;
	padding-top:2px;
	}
	


/* --------------------------- Form --------------------------------- */

form {
	margin: 0 auto;
	width:500px;
	float:left;
	}

	#service_request_form {
		width:600px;
		}

label {
	float:left;
	width:150px;
	text-align:right;
	margin-right:10px;
	}

	

	#service_request_form label {
		width:200px;
		}
	
input, textarea, select {
	width:180px;
	border:1px solid #cccccc;
	float:left;
	margin-bottom:8px;
	background-color:#fbf9e6;
	}

textarea {
	width:250px;
	overflow:hidden;
	}


	form br {
		line-height:0.0;  /* defaults vertical spacing between fields */
		clear:left;
		}

#submit {
	margin-left:130px;
	width:66px;
	height:20px;
	float:none;
	border:none;
	}

	#service_request_form #submit {
		margin-left:210px;
		}




/* horizontal navigation
 * ------------------------------------------------------------------------- */

#nav { background:url("../images/nav.gif") no-repeat; width:566px; height:82px; position:relative; float:left; }
	
	.subpage #nav  {
		background:url("../images/nav_sub.gif") no-repeat;
		}

#nav li { position:absolute; top: 0; }
#nav li, #nav a { height:82px; display:block; }
#nav span { display:none; }

#nav-01 { width: 94px; left:0; }
#nav-02 { width: 75px; left: 95px; }
#nav-03 { width: 96px; left: 171px; }
#nav-04 { width: 81px; left: 268px; }
#nav-05 { width: 69px; left: 350px; }
#nav-06 { width: 89px; left: 420px; }


#nav-01 a:hover { background: transparent url("../images/nav.gif") -0 -82px no-repeat; }
.subpage #nav-01 a:hover { background: transparent url("../images/nav_sub.gif") -0 -82px no-repeat; }
	
#nav-02 a:hover { background: transparent url("../images/nav.gif") -95px -82px no-repeat; }
.subpage #nav-02 a:hover { background: transparent url("../images/nav_sub.gif") -95px -82px no-repeat; }

#nav-03 a:hover { background: transparent url("../images/nav.gif") -171px -82px no-repeat; }
.subpage #nav-03 a:hover { background: transparent url("../images/nav_sub.gif") -171px -82px no-repeat; }

#nav-04 a:hover { background: transparent url("../images/nav.gif") -268px -82px no-repeat; }
.subpage #nav-04 a:hover { background: transparent url("../images/nav_sub.gif") -268px -82px no-repeat; }

#nav-05 a:hover { background: transparent url("../images/nav.gif") -350px -82px no-repeat; }
.subpage #nav-05 a:hover { background: transparent url("../images/nav_sub.gif") -350px -82px no-repeat; }

#nav-06 a:hover { background: transparent url("../images/nav.gif") -420px -82px no-repeat; }
.subpage #nav-06 a:hover { background: transparent url("../images/nav_sub.gif") -420px -82px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
#index #nav-01 {background:url("../images/nav.gif")  0px -82px no-repeat; }
#about #nav-02 {background: transparent url("../images/nav_sub.gif") -95px -82px no-repeat; }
#services #nav-03 { background: transparent url("../images/nav_sub.gif") -171px -82px no-repeat; }
#clients #nav-04 { background: transparent url("../images/nav_sub.gif") -268px -82px no-repeat; }
#news #nav-05 { background: transparent url("../images/nav_sub.gif") -350px -82px no-repeat; }
#contact #nav-06 { background: transparent url("../images/nav_sub.gif") -420px -82px no-repeat; }