/* body */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #444;
	background: #fff url(../images/body_bg.gif) top left repeat-x;
	line-height: 1.5;
}

#container {
	margin: 0px auto 0px auto;
	width: 980px;
	color: #000;
	background-color: transparent;
}

/* HEADER */
#header {
	color: #000;
	background-color: transparent;
	height: 99px;
	width: 980px;
}

#logo {
	float: left;
	width: 350px;
}

#logo img {
	border: 0px;
}

#header_live_chat {
	padding-top: 5px;
	width: 110px;
	margin: auto;
}

/* HEADER PUZZLE CUT OUT */
#header_cutout {
	/*float: left;*/
	position: absolute;
	margin-left: 450px;
	margin-top: 64px;
	width: 44px;
	height: 35px;
	background: url(../images/header_cutout.gif);
}

/* HEADER MENU */
#header_menu {
	float: right;
	width: 572px;
	height: 99px;
}

.header_menu_splitter {
	float: left;
	width: 9px;
	height: 99px;
	background: url(../images/top_menu_line.gif);
}

.header_menu_section {
	float: left;
	width: 138px;
	height: 74px;
	padding-top: 25px;
	text-align: center;
	line-height: 1;
}

.header_menu_section a {
	font-size: 18px;
	font-weight: bold;
	color: #444;
}

.header_menu_section a:hover {
	text-decoration: none;
	color: #fd4802;
}

.header_menu_section .small {
	font-size: 14px;
	font-weight: normal;
	color: #fd4802;
}

/* TAG LINE */
#tag_line {
	width: 893px;
	height: 43px;
	margin: auto;
	padding: 0px;
	background: url(../images/tag_line.gif);
}

#tag_line_inner {
	width: 600px;
	margin: auto;
}

/* TAB MENU */
#menu_left {
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	width: 2px;
	height: 42px;
	background: url(../images/menu_left.gif);
}

#menu {
	float: left;
	margin: 5px auto 10px auto;
	width: 935px;
	height: 33px;
	background: url(../images/menu_bg.gif);
	text-align: center;
	padding-top: 9px;
}

a.menu {
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	background-color: transparent;
	font-size: 14px;
	text-decoration: none;
}

a.menu:hover {
	color: #000;
	text-decoration: none;
}

#menu_right {
	margin-top: 5px;
	margin-right: 5px;
	float: left;
	width: 2px;
	height: 42px;
	background: url(../images/menu_right.gif);
}

/* BODY SECTION */
#body_content_top {
	width: 980px;
	height: 15px;
	background: url(../images/bg.png);
}	

#body_content_wrapper {
	width: 980px;
	background: url(../images/bg.png);
}

#body_content {
	width: 950px;
	margin: auto;
	background-color: #fff;
	border: 1px solid #fff;
	min-height: 450px;
}
	
#body_image {
	background: url(../images/body_image.jpg);
	height: 212px;
	width: 970px;
}

#body_wrapper {
	padding-left: 20px;
	padding-right: 20px;
	color: #444;
	font-size: 14px;
}

#body_left_index {
	float: left;
	width: 65%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	border-right: 1px solid #365B6D;
	text-align: justify;
}

#body_right_index {
	float: left;
	width: 25%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#body_right_index img {
	margin-left: 10px;
	border: 0px;
}

#body_right {
	float: left;
	width: 670px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 400px;
}

#body_right img {
	border: 0px;
}

#body_right p {
	font-size: 14px;
}

#body_contact {
	margin: 0px auto 0px auto;
	width: 910px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#body_contact_left {
	float: left;
	width: 350px;
	margin-left: 80px;
}

#body_contact_right {
	float: left;
	padding-left: 20px;
	width: 350px;
	border-left: 1px solid #365B6D;	
}

/* FOOTER */
#footer {
	color: #fff;
	background-color: #000;
}

#footer_top {
	width: 980px;
	height: 45px;
	background: url(../images/bg.png);
	margin: auto;
}	

#footer_top_inner {
	width: 952px;
	height: 30px;
	background-color: #fff;
	margin: auto;
}

#footer_menu {
	text-align: center;
}

#footer_menu a {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	font-size: 11px;
	font-style: italic;
}

#footer_menu a:hover {
	color: #CAD0D4;
	background-color: #000;
}

#footer_bottom {
	width: 910px;
	margin: auto;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

#footer_left {
	float: left;
	width: 450px;
	color: #fff;
	background-color: #000;
	padding-top: 30px;
	padding-bottom: 60px;
}

#footer_left img {
	border: 0px;
}

#footer_right {
	float: right;
	width: 450px;
	color: #fff;
	background-color: #000;
	padding-top: 30px;
	padding-bottom: 60px;
	text-align: right;
}

.footer_small {
	font-size: 14px;
	font-weight: normal;
}

/* PORTFOLIO */
.portfolio_wrapper {
	padding: 10px;
	color: #fd4802;
	background-color: #F9E9D8;
	border: 1px solid #fd4802;
	margin-bottom: 10px;
}

.portfolio_left {
	float: left;
	width: 148px;
	margin-right: 20px;
	border: 1px solid #fd8402;
	text-align: center;
}

.portfolio_right {
	float: left;
	width: 470px;
}

.portfolio_image {
	width: 148px;
	height: 109px;
}

.portfolio_heading {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #fd4802;
	background-color: transparent;
}

.portfolio_description {
	font-size: 14px;
	font-weight: normal;
	color: #444;
	background: transparent;
	padding-top: 15px;
}

.portfolio_website {
	font-size: 14px;
	font-weight: normal;
	color: #fd4802;
	background: transparent;
	padding-top: 15px;
}

.portfolio_website a {
	color: #444;
	background: transparent;
}

/* PAGINIATION */
.pagination{
padding: 2px;
margin: 5px 0 0 48px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
padding: 1px;
}

.pagination a, .pagination a:visited{
padding: 1px 5px;
border: 1px solid #fd8402;
text-decoration: none; 
color: #fd8402;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #fd8402;
color: #fff;
background-color: #fd8402;
}

.pagination li.currentpage{
font-weight: bold;
padding: 1px 5px;
border: 1px solid #fd8402;
background-color: #fd8402;
color: #FFF;
}

.pagination li.disablepage{
padding: 1px 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}

/* GENERAL STYLING */
h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	color: #fd4802;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
}

.likeh2 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-top: 10px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}

.nofloat {
	clear: both;
}

.error {
	color: #C03;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.centre {
	text-align: center;
}

.red {
	color: #C03;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

#sage_banner {
	padding-top: 10px;
}

#quote_banner {
	margin-top: 8px;
}

.testimonial {
	float:right;
	margin-left:10px;
	margin-top: 10px;
}

a {
	color: #fd4802;
	background: transparent;
}

.with_border {
	border-left: 1px solid #fd8402;
	border-right: 1px solid #fd8402;
	border-bottom: 1px solid #fd8402;
	background: #fbead9;
	color: #fd4802;
	width: 188px;
	padding-bottom: 10px;
}

/* MARKETING CAMPAIGN PAGE */
#campaign_top {
	height: 166px;
	width: 863px;
	margin: auto;
	background: url(../images/campaign/top_puzzles.jpg);
}

#slideshow { 
	height: 305px;
	width: 814px;
	margin: auto;
}

#slideshow img { 
	border: 0px;
}

#campaign_contact {
	width: 695px;
	margin: 30px auto 0 auto;
}

#campaign_contact img {
	border: 0px;
}

#campaign_testimonials {
	margin: 20px auto 0 auto;
	width: 820px;
}

#slideshow2 {
	font-size: 12px;
	margin-top: 20px;
	text-align: justify;
}


