/** BASE RULES

-----------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 95%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: url(../images/background_2.gif) #fcfcfc repeat-y 50% 0;
}
#wrapper {
	width: 762px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	position: relative;
}
#bottom-content {
	background-image: url(../images/bottom_gradient.gif);
	border-top: 1px solid #a1a1a1;
	background-repeat:repeat-x;
	position: relative;
	padding: 0 21px 0 23px;
}
/** TYPOGRAPHY

-----------------------------------------------*/



h1, h2, h3 {
	font-size: 135%;
	color: #f7971c;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
h3 {
	font-size: 100%;
}
p {
	font-size: 65%;
	color: #666666;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
a {
	font-size: 65%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
p a {
	font-size: 100%;
}
.link-hover {
	color: #f7971c;
}
.link-normal {
	color: #666;
}
strong {
	display: block;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
}
/** HEADER

-----------------------------------------------*/



#header {
	height: 50px;
	background-image:url(../images/header_background.gif);
	border-bottom: 1px solid #a1a1a1;
}
#logo {
	height: 30px;
	width: 73px;
	position: absolute;
	left: 23px;
	top: 17px;
	overflow: hidden;
}
#logo span {
	position: absolute;
	left: 0;
	top:0;
	height: 30px;
	width: 73px;
	background: url(../images/header.gif) no-repeat;
}
#logo span a {
	display:block;
	height: 30px;
	width: 73px;
}
#frog {
	height: 24px;
	width: 81px;
	background-image: url(../images/header_frog.gif);
	position: absolute;
	right: 22px;
	top: 13px;
}
/** PRIMARY NAVIGATION

-----------------------------------------------*/

.ui-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	position:absolute;
	left: 119px;
	top: 15px;
}
.ui-tabs-nav li {
	display: inline;
	margin-right: 8px;
}
 .ui-tabs-nav a:link, .ui-tabs-nav a:visited {
 color: #666;
 text-decoration: none;
 font-size: 65%;
}
.ui-tabs-nav a:hover {
	color: #f7971c;
}
.ui-tabs-panel {
	padding: 15px 23px 20px 23px;
}
.ui-tabs-hide {
	display: none;
}
/** SECONDARY NAVIGATION

-----------------------------------------------*/

#subnav {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	position:absolute;
	left: 550px;
	top: 15px;
}
#subnav li {
	display: inline;
	margin-right: 8px;
}
#subnav a:link, #subnav a:visited {
	color:#999999;
	text-decoration: none;
	font-size: 65%;
}
#subnav a:hover {
	color: #f7971c;
}
/** CONTENT

-----------------------------------------------*/

#content-container div {
	position: relative;
}
/** NEWS

-----------------------------------------------*/

#news {
	margin-top: 15px;
	width: 422px;
	float: left;
}
.faded-text {
	color: #a0a0a0;
	font-size: 67%;
	display: block;
	margin-bottom: .3em;
	margin-top: .3em;
}
.soft-box {
	margin-top: 11px;
	width: 273px;
	background: url(../images/bottom_box_bkg.gif) repeat-y;
	float: right;
	position: relative;
}
.top-cap {
	background: url(../images/bottom_box_top_cap.gif);
	width: 273px;
	height: 18px;
}
.bottom-cap {
	background: url(../images/bottom_box_btm_cap.gif);
	width: 273px;
	height: 18px;
	position: absolute;
	bottom: 0px;
}
.soft-box-text {
	margin-right: 21px;
	margin-left: 21px;
	margin-bottom: 21px;
}
#footer {
	border-top: 1px solid #a1a1a1;
	clear: both;
	margin: 0 -23px;
}
#footer p.faded-text {
	margin-left: 21px;
	margin-top: 15px;
}
/** PORTFOLIO

-----------------------------------------------*/

ul#portfolio-categories {
	list-style: none;
}
/*large portfolio category icons*/

ul#portfolio-categories.large {
	height: 350px;
	margin-left:15px;
}
ul#portfolio-categories.large li {
	float: left;
	margin-right: 70px;
	margin-top: 105px;
	text-align: center;
}
ul#portfolio-categories.large li a:link,  ul#portfolio-categories.large li a:visited,  ul#portfolio-categories.large li a:hover,  ul#portfolio-categories.large li a:active {
	color: #f8981d;
	font-size: 75%;
	font-weight: bold;
	padding-top:130px;
	display: block;
}
ul#portfolio-categories.large .packaging a {
	width: 121px;
	background: url(../images/icons/portfolio/packaging-lg.gif) no-repeat;
}
ul#portfolio-categories.large .logos a {
	width: 113px;
	background: url(../images/icons/portfolio/logos-branding-lg.gif) no-repeat;
}
ul#portfolio-categories.large .posters a {
	width: 178px;
	background: url(../images/icons/portfolio/poster-ad-design-lg.gif) no-repeat;
}
ul#portfolio-categories.large .collateral a {
	width: 54px;
	background: url(../images/icons/portfolio/collateral-lg.gif) no-repeat;
}
ul#portfolio-categories.large .collateral {
	margin-right: 0px;
}
/*small portfolio category icons*/

ul#portfolio-categories.small {
	position: absolute;
	right: 20px;
	top:32px;
	z-index: 3;
}
ul#portfolio-categories.small li {
	float: left;
	margin-right: 10px;
}
/*ul#portfolio-categories.small li span {

	display: none;

}*/



ul#portfolio-categories.small li a:link,  ul#portfolio-categories.small li a:visited,  ul#portfolio-categories.small li a:hover,  ul#portfolio-categories.small li a:active {
	font-size: 65%;
	padding-top:53px;
	display: block;
}
ul#portfolio-categories.small li a span {
	display: none;
}
ul#portfolio-categories.small .packaging a {
	width: 53px;
	background: url(../images/icons/portfolio/packaging-sm.gif) no-repeat;
}
ul#portfolio-categories.small .logos a {
	width: 47px;
	background: url(../images/icons/portfolio/logos-branding-sm.gif) no-repeat;
}
ul#portfolio-categories.small .posters a {
	width: 38px;
	background: url(../images/icons/portfolio/poster-ad-design-sm.gif) no-repeat;
}
ul#portfolio-categories.small .collateral a {
	width: 28px;
	background: url(../images/icons/portfolio/collateral-sm.gif) no-repeat;
}
ul#portfolio-categories.small .collateral {
	margin-right: 0px;
}
#portfolio-category-label {
	color: #f8981d;
	font-size: 65%;
	font-weight: bold;
	margin-left: -1em;
}
.icon-container {
	width: 100%;
	text-align: center;
	margin: 2em 0 0 0;
	z-index: 2;
}
.icon-container img {
	display: inline;
	border: none;
}
.showcase {
	position: relative;
	margin-bottom: 15px;
	height: 415px;
	clear: left;
	z-index: 1;
}
#portfolio-piece {
	clear: none;
}
.showcase img {
	margin: 10px auto 0 auto;
	display: block;
}
p.description {
	margin-bottom: -3px;
}
.views-container {
	margin-top: .3em;
}
.views-container p {
	display: inline;
}
.views-container a img {
	display: inline;
	margin: 0;
	border: none;
}
/** LINKS

-----------------------------------------------*/

.linkcontainer {
	width: 150px;
	float: left;
	margin-top: .5em;
}
.linkcontainer ul {
	list-style-type: none;
}
/** STORE

-----------------------------------------------*/

.item {
	float: left;
	width: 220px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.item img {
	float: left;
	padding-right: 12px;
}
.item p {
	padding: 0;
	margin: 0;
}
.item img.buynow {
	padding-top: 6px;
	border: none;
}
#ordering-info {
	margin-top: 25px;
	width: 422px;
	float: left;
}
#ordering-info p {
	padding-top: 5px;
}
/** RECORDS

-----------------------------------------------*/

#records {
	margin-top: 5px;
	width: 422px;
	float: left;
}
.top-cap-no-bkg {
	background: url(../images/bottom_box_top_cap_no-bkg.gif);
	width: 273px;
	height: 18px;
}
#soft-box.records {
	margin-right: 0;
}
#records p img {
	float: left;
	margin: 5px;
	margin-top: 10px;
}
.grey-soft-box {
	float:left;
	background: url(../images/records_grey_background.gif);
	width: 422px;
	margin-left: -3px;
}
#grey-top-cap {
	background: url(../images/records_grey_cap.gif);
	width: 422px;
	height: 18px;
}
#grey-bottom-cap {
	background: url(../images/records_grey_cap_bottom.gif);
	width: 422px;
	height: 18px;
}
#ad {
	background: url(../images/ad.jpg);
	width: 273px;
	height: 135px;
	/*border: solid #990000 1px;*/

	float: right;
}
.grey-soft-box #soft-box-text {
	padding-left: 20px;
}
/** About

-----------------------------------------------*/

#about {
	margin-top: 5px;
	width: 422px;
	float: left;
}
