@charset "UTF-8";
body  {
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #fafafa;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	text-align: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
} 
#box {
	background: url(../images/bg_shadow.png) repeat-y center;
}
* html #box {
	background: url(../images/bg_shadow.gif) repeat-y top;
}
#bgleft {
}

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
#header {
	width: 900px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 75px;
	margin: auto;
} 
#logo a {
	display: block;
	width: 221px;
	height: 66px;
}
.blue #logo {
	float: left;
	background: url(../images/okelly_logo.gif) no-repeat left 0px;
}
.green #logo {
	float: left;
	background: url(../images/okelly_logo.gif) no-repeat left -70px;
}
.yellow #logo {
	float: left;
	background: url(../images/okelly_logo.gif) no-repeat left -140px;
}
.pink #logo {
	float: left;
	background: url(../images/okelly_logo.gif) no-repeat left -210px;
}
.grey #logo {
	float: left;
	background: url(../images/okelly_logo.gif) no-repeat left -280px;
}
#menu {
	float: right;
	margin: 50px 0px 0px 0px;
}
#menu ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
	width: 288px;
	text-align: center;
}
#menu  ul li {
	display: inline;
	float: left;
}
#menu ul li a {
	display: block;
	width: 70px;
	text-decoration: none;
	padding: 0px 0px 5px 2px;
}
#menu ul li a.blue:hover, .blue #menu ul li a.selected {
	background: url(../images/tabs.gif) no-repeat center -5px;
	display: block;
	padding-bottom: 5px;
	width: 70px;
	color: #FFFFFF;
}
#menu ul li a.green:hover, .green #menu ul li a.selected {
	background: url(../images/tabs.gif) no-repeat center -35px;
	display: block;
	padding-bottom: 5px;
	width: 70px;
	color: #FFFFFF;
}
#menu ul li a.yellow:hover, .yellow #menu ul li a.selected {
	background: url(../images/tabs.gif) no-repeat center -65px;
	display: block;
	padding-bottom: 5px;
	width: 70px;
	color: #FFFFFF;
}
#menu ul li a.pink:hover, .pink #menu ul li a.selected {
	background: url(../images/tabs.gif) no-repeat center -95px;
	display: block;
	padding-bottom: 5px;
	width: 70px;
	color: #FFFFFF;
}
#mainContent {
	padding: 20px 20px;
	margin: auto;
	width: 860px;
	background: #ffffff;
	position: relative;
}
.blue #mainContent {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #00AEEF;
	background-image: url(../images/content_bg_home.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 460px;
	min-height: 460px;
	padding: 35px 0px 25px 0px;
	width: 900px;
}
.green #mainContent {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #50b848;
	background-image: url(../images/content_bg_about.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 460px;
}
.grey #mainContent {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #cccccc;
	min-height: 460px;
}
.pink #mainContent {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ec008c;
	background-image: url(../images/content_bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 500px;
	min-height: 500px;
	padding-right: 240px;
	width: 640px;
}
.yellow #mainContent {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #fdb913;
}
.yellow #mainContent.background {
	background-image: url(../images/content_bg_portfolio.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 380px;
	height: 380px;
}
.yellow #mainContent ul.portfolio {
	list-style-type: none;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 200px;
	float: left;
}
.yellow #mainContent ul.portfolio li {
	width: 195px;
	float: left;
	margin: 0px 0px 5px 0px;
}
.yellow #mainContent ul.portfolio a {
	color: #000000;
}
.yellow #mainContent ul.portfolio a:hover {
	color: #FDB913;
}
/*
.yellow #mainContent ul.portfolio li:hover {
	background-color: #f0f0f0;
}
*/
.yellow #mainContent .collumn {
	width: 268px;
	float: left;
	padding: 0px;
	margin-left: 15px;
}
.yellow #mainContent .section {
	background-color: #FFFFFF;
	background-image: url(../images/portfolio-grad-left.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 135px;
	float: left;
	padding: 15px 0px;
}
.yellow #mainContent .section ul {
	margin-bottom: 50px;
	list-style: none;
}
.yellow #mainContent .section li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
.yellow #mainContent .section ul a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 3px 0px;
}
.yellow #mainContent .section ul a:hover, .yellow #mainContent .section .selected {
	background-image: url(../images/selected.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FDB913;
}
* html .yellow #mainContent .section ul a:hover, * html .yellow #mainContent .section .selected {
	background-image: url(../images/selected.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FDB913;
}
.yellow #mainContent .featured {
	margin: 0px 100px 0px 150px;
}
.yellow #mainContent .featured h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
	padding: 0px 0px 10px 0px;
}
.yellow  #mainContent .featured img {
	border: 1px solid;
	margin-bottom: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
}
.yellow #mainContent .portfolio {
	width: 670px;
	float: left;
	padding: 0px;
	margin-left: 15px;
}
/*
.yellow #mainContent img {
	border: 1px solid;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#mainContent .featured img {
	border: 1px solid #CCCCCC;
	margin-right: 15px;
	margin-bottom: 10px;
}
*/
.yellow #mainContent .portfolioitem {
	margin: 0px 150px;
}
.yellow #mainContent .portfolioitem img {
}
.yellow #mainContent .logoitem {
	margin: 0px 0px 0px 150px;
}
* html .yellow #mainContent .logoitem {
	margin: 0px 0px 0px 0px;
	float: right;
}
.yellow #mainContent .logoitem ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
}
.yellow #mainContent .logoitem li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.yellow #mainContent .logoitem img {
	border: none;
	margin-right: 5px;
}
.yellow #mainContent .logo {
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
}
.yellow #mainContent .rule {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FDB913;
	margin-right: 5px;
	margin-left: 0px;
}
.yellow #mainContent p {
}
.yellow #mainContent p.back {
	float: right;
	margin: 0px;
	padding: 0px;
}
.blue #mainContent h1 {
	color: #00AEEF;
	margin: 30px 0px 0px 20px;
}
.green #mainContent h1 {
	color: #50B848;
}
.grey #mainContent h1 {
	color: #CCCCCC;
}
.pink #mainContent h1 {
	color: #ec008c;
}
.yellow #mainContent h1 {
	color: #fdb913;
}
.blue #mainContent p {
	width: 260px;
}
.green #mainContent p {
	width: 400px;
}
.grey #mainContent p {
}
.blue #mainContent a {
	color: #00AEEF;
}
.green #mainContent a {
	color: #50B848;
}
.grey #mainContent a {
	color: #999999;
}
.pink #mainContent a {
	color: #ec008c;
}
.yellow #mainContent a {
	color: #FDB913;
}
#mainContent a.blue, a.blue, span.blue, p.blue  {
	color: #00AEEF;
}
#mainContent a.green, a.green, span.green, p.green {
	color: #50B848;
}
#mainContent a.grey, a.grey, span.grey, p.grey {
	color: #cccccc;
}
#mainContent a.pink, a.pink, span.pink, p.pink {
	color: #ec008c;
}
#mainContent a.yellow, a.yellow, span.yellow, p.yellow {
	color: #FDB913;
}
#mainContent h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}
#mainContent h1 .category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	padding-bottom: 8px;
	text-transform: uppercase;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: lighter;
	color: #000000;
	padding-bottom: 6px;
	padding-top: 10px;
}
.yellow #mainContent h2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	margin-top: 20px;
}
#mainContent h3 {
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	padding-bottom: 15px;
	color: #333333;
	padding-top: 15px;
}
#mainContent h4 {
	font-size: 13px;
	line-height: 15px;
	font-weight: lighter;
	color: #333333;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	padding-bottom: 8px;
}
#mainContent em {
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: lighter;
	color: #999999;
}
/*
#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 5px;
}
#mainContent ul {
	list-style-type: none;
}
*/
#mainContent a {
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent #pagemenu {
	text-align: right;
	float: right;
	width: 200px;
}
#mainContent #pageMenu p {
	display: inline;
}
#mainContent #pageMenu ul {
	list: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}
#mainContent #pageMenu li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}
/*
#mainContent ul.featured {
	border: 1px solid #999999;
	display: block;
	list-style-type: none;
	padding: 0px;
	width: 258px;
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent ul.featured li {
	color: #999999;
	background-color: #FFFFFF;
	width: 120px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding: 2px;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	margin-bottom: 172px;
}
#mainContent ul.featured.one {
	background-image: url(../images/featured_01.jpg);
	background-repeat: no-repeat;
}
#mainContent ul.featured.two {
	background-image: url(../images/featured_02.jpg);
	background-repeat: no-repeat;
}
*/
#portfolioContent {
	background-color: #FFFFFF;
	background-image: url(../images/portfolio-grad-right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 115px;
	float: right;
	padding: 0px 0px 10px 20px;
	height: 300px;
	min-height: 300px;
}
#portfolioContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: lighter;
	color: #333333;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
}
#portfolioContent ul {
	list-style-type: none;
	text-align: center;
}
#portfolioContent li {
	display: inline;
}
#portfolioContent img {
	background: url(../images/thumb-shadow.gif) no-repeat bottom;
	border: 0px;
	padding: 6px;
}
div.shot {
  position: relative;
  overflow: hidden;
}

* html div.shot {
  float: left;
}
div.controls a {
	text-indent: -5000px;
	overflow: hidden;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(../images/nav-next-off.gif);
}

* html div.controls a {
	height: 300px;
	background-position: right bottom;
}

div.controls a.previous {
	left: 0px;
	background-position: left bottom;
	background-image: url(../images/nav-back-off.gif);
}
div.controls a.alone {
/*  width: 100%;
*/}
		
div.controls a:hover {
  background-image: url(../images/nav-next.gif);
}
div.controls a.previous:hover {
  background-image: url(../images/nav-back.gif);
}
/* Pup, I love you! */

/*
#portfolioContent img:hover {
	background-color: #fdb913;
	padding: 3px 5px 7px 5px;
}
*/
sup {
	vertical-align: 30%;
}
#sidebar1 {
	position: absolute;
	top: 60px;
	left: 0;
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	position: absolute;
	top: 60px;
	right: 0;
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#footer {
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	padding-top: 50px;
} 
#footer.normal {
	background: url(../images/footer_bg.gif) no-repeat center top;
}
#footer h1  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	text-decoration: none;
	padding: 0px 4px;
}
#footer a:hover {
	text-decoration: underline;
}
.blue #footer a {
	color: #00AEEF;
}
.green #footer a {
	color: #50B848;
}
.grey #footer a {
	color: #666666;
}
.pink #footer a {
	color: #ec008c;
}
.yellow #footer a {
	color: #FF9900;
}
.floatleft { 
	float: left;
}
.floatright {
	float: right;
	margin: 0px;
}
.clearfloat { 
	clear:both;
	font-size: 1px;
	line-height: 0px;
	height: 0;
}
.nomargin {
	margin: 0px !important;
}
.noborder {
	border: none !important;
}
.hidden {
	display: none;
}
