/* STYLES FOR ALL PAGES */

@font-face {
	font-family: "MyriadProExtened";
	src: url(fonts/MyriadPro-LightSemiExt.ttf) format("truetype");
	font-weight: normal;
}

@font-face {
	font-family: "MyriadProExtened";
	src: url(fonts/MyriadPro-SemiboldSemiExt.ttf) format("truetype");
	font-weight: bold;
}


/*h1 { font-family: "Kimberley", sans-serif }
Those familiar with CSS syntax will recognize the last line. The @font-face construct may not be familiar, however itÕs easy to explain: as the ÒKimberleyÓ font is requested, the font file is fetched from the specified URL. The syntax is described in the CSS2 specification.

To avoid long lists of @font-face declarations in the style sheet, they can be hidden using @import (Line wraps marked È ÑEd.):

@import url(http://www.princexml.com/fonts/  È
larabie/index.css) all;
h1 { font-family: Goodfish, serif }*/

body {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/page_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

body {
	font-family: "MyriadProExtened",Verdana,Arial,Helevetica,Sans-Serif;
	font-weight: normal;
}

img {
	border: none;
}

#shell
{
	background-image: url(images/page_design_tall.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	display: inline-block;
	min-height: 600px;
}

#shell_bottom
{
	background-image: url(images/page_design_bottom.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 134px;
}

#header
{
	width: 900px;
	color: #FFFFFF;
	text-align: right;
	
}

#navbar
{
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding: 32px 30px 0px 0px;
	
}

#navbar a 
{
	color: #cdced6;
	text-decoration: none;
	padding-left: 20px;
}


#navbar a:hover
{
	color: #FFFFFF;
}

#active
{
	color: #FFFFFF;
	padding-left: 20px;
}

#main
{
	width: 900px;
	text-align: left;
}

#main_body
{
	width: 900px;
	text-align: left;
	padding: 100px 60px 30px 60px;
	display: block;
}

#main_left
{
	width: 160px;
	text-align: left;
	float: left;
	clear: left;
	margin-right: 20px;
	display: block;
	font-size: 11px;
	margin-bottom: 30px;
}

#main_center_boilerplate
{
	width: 580px;
	text-align: left;
	float: left;
	display: block;
	margin-bottom: 25px;
	font-size: 12px;
	line-height: 15px;
	color: #696969;
}

#main_center_boilerplate img
{
	margin-bottom: 4px;
}

#main_center
{
	width: 350px;
	text-align: left;
	float: left;
	margin-right: 30px;
	display: block;
	margin-bottom: 30px;
	
}

#main_center_2col
{
	width: 635px;
	text-align: left;
	float: left;
	display: block;
	margin-bottom: 30px;
}


#main_right
{
	width: 185px;
	text-align: left;
	float: left;
	clear: right;
	display: block;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	padding-left: 30px;
	border-left: solid 1px #CCCCCC;
	margin-bottom: 30px;
}


#main_left p {
	margin: 0px 0px 15px 0px;
	line-height: 18px;
}

#main_left a {
	color: #696969;
	text-decoration: none;
	padding: 4px;
	margin-left: -4px;
}

#main_left a:hover
{
	color: #000000;
	background-color: #e4e4e9;
}

#subtitle_left
{
	margin: 20px 0px 5px;
}

#main_left #subtitle_left a {
	padding-top: 5px;
	padding-bottom: 2px;
}

#left_heading
{
	margin: 0px 0px 10px;
}

#social_icons {
	margin-top: 72px;
}

#social_icons img {
	display: inline-block;
	margin-right: 4px;
	
}

#social_icons a {
	background-color: #FFFFFF;
}

#social_icons a:hover {
	background-color: #FFFFFF;
}

#feature_image
{
	margin-bottom: 10px;
}

#feature p {
	margin: 0px 6px 10px;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

#feature_link {
	margin: -5px 10px 10px;
	padding-top: 8px;
	text-align: right;
}

#feature strong {
	font-weight: bold;
	color: #3f4766;
}

#feature a {
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #72778e;
	display: block;
}

#feature a:hover {
	color: #000000;
}

#boilerplate
{
	margin-bottom: 15px;
}

#main_right p {
	font-size: 10px;
	margin: 0px 0px 20px 0px;
}

#main_right a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #72778e;
}

#main_right a:hover {
	color: #000000;
}

#subtitle_right
{
	margin: 20px 0px 10px;
}

#right_image {
	margin-left: -5px;
	margin-bottom: 3px;
}



#main_center_2col h1 {
	margin: 0px 0px 25px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
	color: #666666;
}


#category_feature {
	margin-right: 80px;
	margin-bottom: 30px;
}

#category_feature img {
	margin-bottom: 20px;
}

#category_feature p {
	margin: 0px 0px 12px;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}

#category_feature p:first-child
{
	font-size: 14px;
	line-height: 24px;
	color: #797979;
}

#sample_header {
	margin-bottom: 20px;
}

#sample_item {
	width: 130px;
	height: 155px;
	float: left;
	margin: 0px 23px 20px 0px;
	text-align: center;
	font-size: 10px;
	line-height: 11px;
	display: inline-block;
	
}

#sample_item_lg {
	width: 180px;
	height: 200px;
	float: left;
	margin: 0px 25.5px 20px 0px;
	text-align: center;
	font-size: 10px;
	line-height: 11px;
	display: inline-block;
	
}


#sample_item img {
	width: 130px;
	height: 130px;
}

#sample_item_lg img {
	width: 180px;
	height: 180px;
}

#sample_item a, #sample_item_lg a {
	text-decoration: none;
	color: #363636;
}

#sample_item p, #sample_item_lg p {
	padding: 2px 0px;
	display: block;
	margin: 0px;
}

#sample_item a:hover, #sample_item_lg a:hover {
	color: #000000;
	font-weight: bold;
}