@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, 'Trebuchet MS', sans-serif;
	font-size: 11px;
	background: #000000 url(/resources/images/body_bg.jpg) repeat-x;
	}
	

/* Scripts */
/* Transparent PNG */
* { behavior: url(/resources/scripts/iepngfix.htc) }
/* Transparent PNG ends */

/* Round border */
#round_border {
	padding: 20px;
}

	#round_border .sb-border {
		background: #626877;
	}
	
	#round_border .sb-inner {
/*		background: #D6DAE0 url(/resources/images/content_bg.jpg) repeat-x top;*/
		background: #F9FDFF;
	}

#search_border {
	padding: 2px;
}
	
	#search_border .sb-border {
		background-color: #8E8E9F;
	}
	
	#search_border .sb-inner {
		background-color: #000000;
	}


/* Round border ends */

/* Sticky footer */
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: 220px; /* .push must be the same height as .footer */
}
/* Sticky footer ends */
/* Scripts ends */


/* Reusable classes */
.cleardefault {
	color: #a1a7b5;
}

.align_right {
	float: right;
}

.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}

.clearfix {
	display: block;
}


/* Fonts and etc */
p {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 8px;
	color: #333333;
}

p.form_btt {
	vertical-align: middle;
	padding-top: 10px;
}
	p.form_btt a {
	
	}
	p.form_btt span {

	}

h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 20px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCCCCC;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 14px;
}

sup {
	color: #626877;
}
/* Font and etc ends */


/* Links */
a, a:visited {
	text-decoration: none;
	color: #26429F;
}

a:hover {
	text-decoration: underline;
}

a:focus, a:active {
	border: none;
	outline: none;
}
/* Links end */


/* Structure */
#page {
	width: 950px;
}

#header {
	width: 900px;
	margin: 0 auto;
	overflow: auto;
	border-bottom: 1px solid #626877;
}

	#logo {
		width: 230px;
		float: left;
	}
	
	#main_menu {
		width: 600px;
		float: right;
		text-align: center;
	}
	
		#main_menu ul {
			margin: 0 auto;
			padding: 0;
		}
		
		#main_menu ul li {
			list-style-type: none;
			display: inline;
		}
		
/* Objects */
#showcase {
	width: 100%;
	margin-top: 60px;
}

#showcase_web {
	width: 800px;
	height: 234px;
	margin: 58px auto 0;
	background: url(/resources/images/showcase_web.jpg) center center no-repeat;
}

#showcase_online_listing {
	width: 800px;
	height: 234px;
	margin: 58px auto 0;
	background: url(/resources/images/showcase_online_listing.jpg) center center no-repeat;
}

#showcase_online_marketing {
	width: 800px;
	height: 234px;
	margin: 58px auto 0;
	background: url(/resources/images/showcase_online_marketing.jpg) center center no-repeat;
}

#showcase_email_management {
	width: 900px;
	height: 234px;
	margin: 58px auto 0;
	background: url(/resources/images/showcase_email_management.jpg) center center no-repeat;
}

#showcase_apple_mail_stationery {
	width: 900px;
	height: 234px;
	margin: 58px auto 0;
	background: url(/resources/images/showcase_apple_mail_stationery.jpg) center center no-repeat;
}

#showcase_corporate_id {
	width: 800px;
	height: 234px;
	margin: 58px auto 0;
	background: url(/resources/images/showcase_corporate_id.jpg) center center no-repeat;
}

#showcase_print {
	width: 800px;
	height: 234px;
	margin: 58px auto 0;
	background: url(/resources/images/showcase_print.jpg) center center no-repeat;
}

#showcase_album {
	width: 800px;
	height: 234px;
	margin: 58px auto 0;
	background: url(/resources/images/showcase_album.jpg) center center no-repeat;
}

#portfolio_showcase {
	width: 800px;
	margin: 40px auto;
	clear: both;
}

	#portfolio_board {
		width: 760px;
		height: 350px;
		margin: 0 auto;
		background: #000000;
		border: 1px solid #CCCCCC;
	}

#portfolio_content {
	width: 800px;
	margin: 0 auto;
}

	a.portfolio_thumb {
		width: 80px;
		margin: 5px;
		float: left;
		border: 5px solid #CCCCCC;
	}
	
		a.portfolio_thumb:hover {
			border: 5px solid #FFFFFF;
		}
	
		.portfolio_thumb img {
			width: 80px;
			height: 80px;
		}

#contact_form {
	width: 100%;
	overflow: auto;
}

.sample_gallery {
	display: block;
	clear: both;
	padding: 5px 0 0 0;
}

	.apple_mail_stationery .sample_gallery_thumb {
		float: left;
		width: 110px;
		text-align: center;
	}
	
		.apple_mail_stationery .sample_gallery_thumb a {
			display: block;
		}
			.apple_mail_stationery .sample_gallery_thumb a img {
				border: 1px solid #DDDDDD;
			}
/* Objects end */
#content {
	width: 100%;
	margin-top: 10px;
	overflow: auto;
}

	#side_menu {
		width: 300px;
		float: left;
	}
	
		#side_menu_top {
			width: 100%;
			height: 40px;
			background: url(/resources/images/sidemenu_top.jpg) no-repeat top;
		}
		
		#side_menu_content {
			width: 100%;
			background: url(/resources/images/sidemenu_bg.jpg) repeat-y;
		}
		
		#side_menu_bottom {
			width: 100%;
			height: 40px;
			background: url(/resources/images/sidemenu_bottom.jpg) no-repeat;
		}

		#side_menu ul {
			width: 210px;
			margin: 0 auto;
			padding: 0;
			list-style-type: none;
		}
		
			#side_menu ul li {
				display: block;
				padding: 8px 5px 8px 5px;
				color: white;
				font-size: 12px;
				font-weight: normal;
				text-align: left;
				border-bottom: 1px solid #26282d;
			}
			
			#side_menu ul li a {
				display: block;
				width: auto;
				color: #a1a7b5;
				text-decoration: none;
				background: url(/resources/images/right_arrow.gif) no-repeat center right;
			}
			
			#side_menu #currentpage a {
				color: #a4b8eb;
				background: url(/resources/images/right_arrow_roll.gif) no-repeat center right;
			}
			
			#side_menu ul li a:visited {
				color: #a1a7b5;
			}
			
			#side_menu ul li a:hover {
				color: #a4b8eb;
				background: url(/resources/images/right_arrow_roll2.gif) no-repeat center right;
			}
			
			#side_menu ul li.last {
				border: none;
			}
			
		#search_form {
			width: 250px;
			margin: 0 auto;
		}
		
			#livesearch {
				margin: 0 auto;
				width: 230px;
				padding: 10px;
				text-align: left;
				line-height: 9px;
			}
			
				#livesearch a, #livesearch a:visited {
					color: white;
					display: list-item;
					list-style-type: disc;
					list-style-position: outside;
					margin-left: 15px;
				}
			
			/*
			#search_form #search_txt {
				width: 240px;
				padding: 5px;
				margin: 0;
				border: 1px solid #A5ACB2;
				background: #000000;
				text-align: center;
			}*/
			
			#search_form #search_txt {
				width: 240px;
				margin: 0;
				padding: 4px 1px 4px 1px;
				border: none;
				text-align: center;
				background-color: #000000;
			}
	
	#content_area {
		width: 600px;
		float: right;
		margin-top: 25px;
		margin-right: 25px;
		text-align: left;
		overflow: auto;
	}
	
	.ie6 #content_area {
		margin-right: 12px;
	}
	
	/*
	#content_area {
		width: 600px;
		margin: 25px auto;
		text-align: left;
		overflow: auto;
	}*/
	
	#content_area h3, #content_area p {
		padding-left: 5px;
	}
	
	#content_area h6 {
		font-family: Verdana, 'Trebuchet MS', sans-serif;
		margin-bottom: 10px;
		padding-top: 15px;
		padding-left: 5px;
		color: #384B6B;
		/*border-bottom: 1px dotted #384B6B;*/
	}
	
	#content_area ul {
		margin: 0;
		padding: 0;
		padding-left: 5px;
		padding-bottom: 5px;
	}
	
		#content_area ul li {
			display: block;
			margin-bottom: 5px;
			margin-left: 15px;
		}
		
		#content_area .design_services ul {
		}
		
			#content_area .design_services ul li {
				margin-left: 30px;
				text-indent: -15px;
			}
			
			#content_area .design_services span {
				color: #626877;
			}
		
		#content_area .fineprint {
			border-top: 1px solid #999999;
			margin-top: 15px;
			padding-top: 10px;
		}
		
			#content_area .fineprint p {
				font-size: 9px;
				color: #626877;
				line-height: 10px;
			}
#footer {
	width: 100%;
	background: #26282d;
	border-top: 1px solid #626877;
	margin-top: 40px;
	overflow: hidden;
}

	#footer a, #footer a:visited {
		color: #C3C8CD;
		text-decoration: underline;
	}

	#footer_content {
		width: 900px;
		margin: 20px auto;
		color: white;
		text-align: left;
		overflow: hidden;
	}
	
	#footer_content h4 {
		border-bottom: 1px solid #626877;
		padding-bottom: 3px;
	}
	
	#footer_content p {
		color: #C3C8CD;
	}
	
		#footer_leftcol {
			width: 280px;
			float: left;
			margin-right: 30px;
		}
		
		#footer_middlecol {
			width: 280px;
			float: left;
			margin-right: 30px;
		}
		
		#footer_rightcol {
			width: 280px;
			float: left;
		}
		










