
/*-------------Universal------------------------------------------------------*/
body { 
	background-image: url(images/bg.jpg); 
	background-position: center; 
	text-align: center; 
	}
p { 
	color: #555;
	background-color: inherit; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 18px; text-align: left;
	}
h1   { 
	color: #c33;
	background-color: inherit; 
	font-size: 16px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	line-height: 18px; 
	text-align: left; 
	margin-top: 0; 
	margin-bottom: 8px;
	padding: 0;
	}
h2  { 
	color: #555;
	background-color: inherit; 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-align: left; 
	margin-top: 5px;
	margin-bottom: 0; 
	padding-bottom: 0;
	}
a  { 
	color: #555;
	background-color: inherit; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 18px; 
	text-decoration: none; 
	text-align: left 
	}
a:hover, a:active { 
	color: #c33;
	background-color: inherit;
	}
ul    { 
	color: #555;
	background-color: inherit; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: left; 
	margin: 0; 
	padding-left: 0;
	}
li   { 
	line-height: 18px; 
	text-indent: 0; 
	list-style-type: none;
	}
img { 
	border: 0; 
	}
.special {
	font-weight: bold;
	}

/*-------------Main-----------------------------------------------------------*/
#outside { 
	background-color: #feffff;
	color: inherit;
	padding-top: 20px; 
	padding-bottom: 20px; 
	width: 760px; 
	border: solid 1px #000;
	margin: 0 auto; 
	}
#container    { 
	color: #555; 
	background-color: inherit;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 18px; 
	text-align: left; 
	width: 720px; 
	clear: both;
	margin: 0 auto;
	}
	
/*-------------Top------------------------------------------------------------*/
#header  { 
	width: 720px; 
	height: 93px; 
	clear: both;
	}
#banner    { 
	width: 439px; 
	height: 93px; 
	float: left;
	}
#logo    {
	margin-left: 6px; 
	width: 275px; 
	height: 93px; 
	float: right;
	}
	
/*-------------Body-----------------------------------------------------------*/
#body { 
	width: 720px; 
	height: 570px; 
	clear: both;
	}
#left_side      { 
	margin-top: 3px; 
	width: 439px; 
	height: 570px; 
	float: left; 
	clear: left;
	}
#right_side     { 
	margin-top: 3px; 
	width: 281px; 
	height: 570px; 
	float: right; 
	clear: right;
	}
	
/*-------------Left Side------------------------------------------------------*/
#sub_nav_bar     { 
	background-color: #473232;
	color: inherit; 
	width: 439px; 
	height: 29px; 
	float: left; 
	clear: both;
	}
#sub_nav_text    { 
	color: #ccc; 
	background-color: inherit;
	font-size: 18px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	margin-top: 5px; 
	margin-left: 10px; 
	clear: both;
	}
#sub_nav_text ul   { 
	color: #ccc; 
	background-color: inherit;
	font-size: 18px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	line-height: 18px; 
	display: inline; 
	clear: both;
	}
#sub_nav_text li   { 
	color: #ccc; 
	background-color: inherit;
	font-size: 18px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	line-height: 18px; 
	display: inline; 
	clear: both;
	}
#sub_nav_text a  { 
	color: #ccc;
	background-color: inherit; 
	font-size: 18px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	clear: both;
	}
#sub_nav_text a:hover, #sub_nav_text a:active  { 
	color: #c33; 
	background-color: inherit;
	clear: both;
	}
#content    { 
	background-color: #f0f1ef; 
	color: inherit;
	margin-top: 3px; 
	width: 439px; 
	height: 538px; 
	float: left; 
	clear: both;
	}
#content_top {
	height: 229px;
	padding: 10px;
	/*border-bottom: 1px solid #a8a8a8;*/
	}
#content_text {   
	height: 111px; 
	}
#list_area { 
	line-height: 8px; 
	width: 400px; 
	}
#list_area ul    { 
	padding-top: 7px; 
	margin-left: 10px;
	}
#left_list    { 
	text-indent: 0; 
	margin-left: 0; 
	width: 200px; 
	float: left; 
	}
#right_list     { 
	padding-left: 0; 
	width: 200px; 
	float: right; 
	}
#bottom_left    { 
	padding: 8px 10px 0px 10px; 
	height: 270px; 
	margin: 0px 0px 0px 0px;
	clear: both;
	}
#quote   { 
	color: #000; 
	background-color: inherit;
	font-size: 10px; 
	line-height: 14px; 
	padding: 15px 35px 0 15px;
	}
	
/*-------------Navigation-----------------------------------------------------*/
#nav       { 
	text-align: left; 
	margin: 0 0 0 6px; 
	width: 275px; 
	height: 249px; 
	clear: both;
	}
#nav_top { 
	background-image: url(images/nav_top.jpg); 
	background-repeat: no-repeat;
	width: 275px; 
	height: 20px; 
	clear: both;
	}
#nav ul     { 
	margin: 0; 
	padding: 0; 
	width: 275px; 
	height: 138px; 
	float: left; 
	clear: both;
	}
#nav ul li    { 
	font-size: 12px; 
	font-family: Verdana, Sans-Serif; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	background-image: url(images/nav_button_off.jpg); 
	background-repeat: no-repeat; 
	list-style-type: none; 
	list-style-position: outside; 
	display: block; 
	margin: 0 0 2px; 
	padding: 0; 
	width: 275px; 
	height: 21px;
	}
#nav ul li a:link, #nav ul li a:visited    { 
	color: #555;
	background-color: inherit;
	text-decoration: none; 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	text-indent: 198px; 
	display: block; 
	width: 275px; 
	height: 21px;
	}
#nav ul li a:hover   { 
	color: white; 
	background-color: inherit;
	text-decoration: none; 
	background-image: url(images/nav_button_on.jpg); 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: left top; 
	display: block; 
	width: 275px; 
	height: 21px;
	}
#nav_bottom    { 
	background-image: url(images/nav_bottom.gif); 
	background-repeat: no-repeat; 
	width: 275px; 
	height: 87px; 
	clear: both;
	}	
#nav_text    { 
	padding-top: 10px; 
	width: 275px; 
	height: 84px; 
	clear: both;
	}
#contact    { 
	color: #000; 
	background-color: inherit;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 14px; 
	margin-left: 145px; 
	clear: both;
	}
	
/*-------------Bottom Right Image Box--------------------------------------------*/
#bottom_right    { 
	background-color: #f0f1ef;
	color: inherit; 
	margin-top: 1px; 
	width: 281px; 
	height: 318px; 
	clear: left;
	}
#port_nav   { 
	background-color: #473232; 
	color: inherit;
	background-repeat: no-repeat; 
	width: 281px; 
	height: 29px; 
	clear: both;
	}
#previous  { 
	margin-top: 6px; 
	margin-left: 15px; 
	float: left; 
	clear: both;
	}
#next   { 
	margin-top: 6px; 
	margin-right: 15px; 
	float: right; 
	clear: right;
	}
	
/*websites & logos sections*/
#port_window   { 
	margin-top: 25px; 
	width: 272px; 
	height: 209px; 
	clear: both; 
	border-width: 1px;
	}
#launch   { 
	margin-top: 14px; 
	margin-right: 12px; 
	width: 114px; 
	height: 20px; 
	float: right; 
	clear: right;
	}
#case_study   { 
	margin-top: 14px; 
	margin-right: 10px; 
	width: 114px; 
	height: 20px; 
	float: right; 
	clear: left;
	}
	
/*case studies section*/
#before_window { 
	background-image: url(images/before.jpg); 
	background-repeat: no-repeat; 
	width: 281px; 
	height: 138px; 
	clear: both;
	}
#before_img  { 
	padding-top: 10px; 
	padding-left: 13px; 
	clear: both;
	}
#after_window { 
	background-image: url(images/after.jpg); 
	background-repeat: no-repeat; 
	width: 281px; 
	height: 144px; 
	clear: both;
	}
#after_img  { 
	padding-top: 9px; 
	padding-left: 99px; 
	clear: both;
	}
	
/*-------------Footer---------------------------------------------------------*/
#footer       { 
	background-image: url(images/footer.jpg); 
	background-repeat: no-repeat; 
	width: 720px; 
	height: 35px; 
	clear: both;
	margin: 0 auto;
	}
#footer_text { 
	color: #000; 
	background-color: inherit;
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	line-height: 12px; 
	text-align: right; 
	padding-top: 5px; 
	padding-right: 20px; 
	width: 680px; 
	height: 30px; 
	float: right; 
	clear: both;
	}
#footer_left {
	float: left;
	}
#footer_right {
	float: right;
	}
#footer a:link, #footer a:visited   { 
	color: #900; 
	background-color: inherit;
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	line-height: 12px; 
	text-decoration: none; 
	clear: both;
	}
#footer a:hover  { 
	color: #900; 
	background-color: inherit;
	text-decoration: underline; 
	clear: both;
	}
