/*
DARK/NAVY BLUE - 113c3c
TAN - a5a17e
LIGHT BLUE (sidebar text) - 648397
BLUE-GREEN (for links) - 005865
GRAY BLUE (for text) - 36525b
BRIGHT ORANGE - f47f20
YELLOW DOTS - f0edb1
MAIZE (top level nav) - c4a812
LIGHT MAIZE - d4c056
DARK MAIZE - 937700

*/



body  {
	background: #ffffff url(/images/bg-background.png) repeat-x; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #606060;
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, Myriad, "Myriad Pro", Tahoma;
	font-size: 90%;
}
a {
	color: #005865;
}
a:hover {
	color: #31829b;
}

h1 {
	padding-top: 5px;
	color: #113c3c;
	font-weight: normal;
}
h2 {
	color: #113c3c;
	font-weight: normal;
}
h3 {
	color: #36525b;
	padding: 0;
	margin: 0;
}
#container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px 40px 20px 40px;
	line-height: 110%;
	border-bottom: 3px solid #f0edb1;
} 
#logo  {
	padding-top: 10px;
	float: left;
}
#logo img {
	border: 0;
}
#navigation {
	margin: 66px 0 4px 294px;
	padding: 0 0 0 10px;
	text-align: center;
	background-color: #c4a812;
	list-style-type: none;
	height: 34px;
}
#navigation li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#navigation li a {
	line-height: 34px;
	text-decoration: none;
	color: #ffffff;
	padding: 0 20px;
	background-color: #c4a812;
	display: block;
	float: left;
}
#navigation li a:hover {
	background-color: #d4c056;
}
#navigation li.on a {
	line-height: 38px;
	text-decoration: none;
	color: #ffffff;
	padding: 0 20px;
	background-color: #937700;
	display: block;
	float: left;
}
#navigation li.on a:hover {
	background-color: #937700;
}

#navigation li.tokyo a {
	line-height: 34px;
	text-decoration: none;
	color: #ffffff;
	padding: 0 20px;
	background-color: #c4a812;
	display: block;
	float: left;
	border-left:2px #d4c056 solid;
}
#navigation li.tokyo a:hover {
	background-color: #d4c056;
	border-left:2px #d4c056 solid;
}

#navigation li.ontokyo a {
	line-height: 38px;
	text-decoration: none;
	color: #ffffff;
	padding: 0 20px;
	background-color: #113c3c;
	display: block;
	float: left;
}
#navigation li.ontokyo a:hover {
	background-color: #113c3c;
}

#subnavigation {
	margin: 0 0 0 294px;
	padding: 0 0 0 15px;
	text-align: center;
	background-color: #937700;
	list-style-type: none;
	width: 571px;
	height: 30px;
	font-size: 90%;
}
#subnavigation li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#subnavigation li a {
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	padding: 0 25px;
	background-color: #937700;
	display: block;
	float: left;
}
#subnavigation li a:hover {
	background-color: #c4a812;
}
#subnavigation li.on a {
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	padding: 0 25px;
	background-color: #076480;
	display: block;
	float: left;
}
#subnavigation li.on a:hover {
	background-color: #076480;
}


#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-size: 90%;
	color: #648397;
	line-height: 110%;
}
#sidebar h3 {
	color: #a5a17e;
	margin: 10px 0 0 0;
	padding: 0;
}
#sidebar b {
	color: #113c3c;
}
#sidebar p {
	margin: 0;
	padding: 0 0 10px 0;
}
#sidebar a {
	text-decoration: none;
}
#sidebar a:hover {
}

#product {
	margin: 4px 0 0 0;
}


#mainContent {
	margin: 25px 0 0 289px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 43px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(/images/dots.png);
	background-repeat: no-repeat;
	line-height: 120%;
	min-height: 305px;
} 
.home, .callout {
	color: #36525b;
}
.portfolio p {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
.portfolio i {
	color: #a5a17e;
}
.portfolio .acquired {
	color: #937700;
	font-size: 85%;
}
.team p {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.team i {
	color: #937700;
}
.news i {
	color: #937700;
}
.contact p{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.funlink {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #f47f20;
}
.linkslist {
	list-style-type: none;
}
.linkslist li {
	padding: 5px 0 5px 22px;
	background: url('/images/link-circle.png') 3px 5px no-repeat;
}

#footer {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	padding: 0 0 20px 80px;
	color: #a5a17e;
	font-size: 85%;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
