/* common formatting styles */
body {
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin: 0;
	padding: 0;
}
.emph {
	font-weight: bold;
	color: #333333;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #958C8C;
	margin:0;
	padding: 0 10px 20px 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
}

#main_navi a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#main_navi a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#main_navi a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}



#sub_navi p {
	display: block;
	height: 20px;
	margin: 0;
	padding: 0 0 0 10px;
	background-image: url(../images/dots_sub_navi.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#sub_navi a:link {
	color: #333333;
	text-decoration: none;
}
#sub_navi a:visited {
	color: #333333;
	text-decoration: none;
}
#sub_navi a:hover {
	color: #FF0000;
	text-decoration: none;
}


#right_navi a:link {
	color: #333333;
	text-decoration: none;
}
#right_navi a:visited {
	color: #333333;
	text-decoration: none;
}
#right_navi a:hover {
	color: #FF0000;
	text-decoration: none;
}


#main_navi a.active_bold:link {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#main_navi a.active_bold:visited {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#main_navi a.active_bold:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#main_navi a.active_bold:active {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

/* common layout styles*/
#logo {
	position: absolute;
	height: 40px;
	width: 244px;
	left: 544px;
	top: 20px;
}

#main_navi {
	position: absolute;
	height: 40px;
	width: 224px;
	left: 32px;
	top: 20px;
}

#sub_navi {
	position: absolute;
	width: 160px;
	left: 32px;
	top: 80px;
}

#sub_title {
	position: absolute;
	height: 40px;
	width: 256px;
	left: 224px;
	top: 80px;
	color: #FF0000;
}

#main_text {
	position: absolute;
	width: 400px;
	left: 224px;
	top: 120px;
}


/* awards section styling */

#awards {
	width: auto;
}

#awards p {
	margin: 0;
	padding: 0;
}

#awards span.emph {
	font-weight: normal;
	color: #958C8C;
}

/* clients section styling */

#clients_text {
	position: absolute;
	width: 544px;
	left: 224px;
	top: 120px;
}

#clients_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 256px;
}

#clients_left p {
	margin: 0;
	padding: 0;
}

#clients_right {
	position: absolute;
	top: 0;
	left: 288px;
	width: 192px;
}

#clients_right p {
	margin: 0;
	padding: 0;
}

#clients span.emph {
	font-weight: normal;
	color: #958C8C;
}

/* work section layout styling */
#heading_work {
	position: absolute;
	height: 80px;
	width: 416px;
	left: 224px;
	top: 120px;
}

#heading_work {
	line-height: 18px;
}

#heading_work p {
	margin: 0;
	padding: 0;
}

#image_work {
	position: absolute;
	width: 544px;
	left: 224px;
	top: 200px;
}
#right_navi {
	position: absolute;
	width: 160px;
	left: 512px;
	top: 80px;
}

/* work section right_navi styling*/

/*#right_navi img {
	vertical-align: middle;
}*/

#right_navi img {
	position: absolute;
	display: block;
	top: 7px;	
}

#page_num {
	position: absolute;
	height: 20px;
	width: 96px;
	left: 32px;
	top: 0px;
	text-align: center;
}
#arrow_prev {
	position: absolute;
	height: 20px;
	width: 32px;
	top: 0px;
	left: 0px;
}
#arrow_next {
	position: absolute;
	height: 20px;
	width: 32px;
	top: 0px;
	left: 128px;
}

/* Contact section styling*/

#contact_info p {
	margin: 0;
	padding: 0;
}

#contact_info span.emph {
	font-weight: normal;
	color: #958C8C;
}

#contact_info a {
	text-decoration: underline;
}

#contact_info a:link {
	color: #333333;
}

#contact_info a:hover {
	color: #FF0000;
}

#contact_info a:visited {
	color: #333333;
}