@charset "UTF-8";

body {
	background-color: #FFF;
	font-family: Helvetica, "Bookman Old Style";
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-align: bottom left;
	background-attachment: fixed;
}

#main {
}
/* CSS Document */

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
#header {
	height: 181px;
	background-image: url(images/AK_PRINT_WEB_01.png);
	background-repeat: no-repeat;
}
#nav-menu {
	height: 50px;
	background-image: url(images/AK_PRINT_WEB_02.png);
}
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
} 
#nav-menu li
{
	float: left;
	margin: 0 0.15em;
} 
#nav-menu li a
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-right-color: #B51814;
	border-right-style: solid;
	border-right-width: 1px;
} 
/* Hide from IE5-Mac \*/
#nav-menu li a
{
	float: none;
}
/* End hide */ 



#inner_nav {
	height: 30px;
	width: 800px;
	margin-left: 70px;
	padding-top: 6px;
}
#inner_footer {
	width: 950px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#inner_footer_rt {
	width: 380px;
	height: 100%;
	float: left;
	padding: 10px 10px 10px 10px;
}
#inner_footer_lt {
	width: 510px;
	height: 100%;
	float: left;
	padding: 10px 10px 10px 30px;
}
.footer {
	color: #000000;
}

.footer span {
	font-size: 10px;
	color: #000000;
}
.recycle {
	color: #090;
}
#content {
	height: 100%;
	padding-top: 45px;
	padding-bottom: 10px;
	float: left;
	width: 950px;
}
#content_left {
	float: left;
	width: 300px;
	padding: 0px 20px 10px 20px;
}
#content_ct {
	width: 268px;
	border-right-color: #FFF;
	border-right-style: dotted;
	border-right-width: 1px;
	border-left-color: #CCC;
	border-left-style: dotted;
	border-left-width: 1px;
	padding: 0px 20px 10px 20px;
	float: left;
}
#content_cont {
	width: 650px;
}
#content_right {
	float: left;
	width: 300px;
}
#content_double {
	float: left;
	width: 590px;
	padding: 0px 10px 10px 20px;
}
#gallery {
	height: 257px;
	background-image: url(images/AK_PRINT_WEB_03.png);
}
#show {
	float: left;
	width: 840px;
	height: 250px;
	margin-left: 55px;
}
#footer {
	height: 127px;
	width: 100%;
	float: left;
}
#bottom {
	background-color: #E8E8E8;
	height: 100px;
}

h3 {
	color: #FFF;
	font-size: 18px;
}

p {
	color: #000;
}

p span {
	color: #F00;
}

li a:link {
	color: #0C217E;
	text-decoration: none;
}

li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #E72222;
}

li a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #B51814;
}

li a:visited {
	color: #B51814;
	text-decoration: none;
}

a:link {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #E72222;
}

a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #B51814;
}

a:visited {
	color: #B51814;
	text-decoration: none;
}

.services li {
	color: #F00;
	font-size: 14px;
	list-style-type: circle;
	line-height: 20px;
}




fieldset { border: #FFF;}
label { width: 5em; float: left; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

.submit { float: right; margin-right: 10px; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }

