@charset "UTF-8";
div,h1,h2,h3,h4,h5,h6,h7,p,address,ul,ol,li{
	margin:0px;
	padding:0px;
}
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;
	font-family: MuseoSLab-300, Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #DCDCDC;
	background-image: url(_images/back-circles.png);
}
a {
	font-family: MuseoSlab-700, "Helvetica Bold", "Arial Bold", sans-serif;
	font-weight: normal;
}
#container {
	width: 990px;
	height: 580px;
	margin-top: -300px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: -495px;
	-moz-box-shadow: 0px 2px 4px 4px #999;
	-webkit-box-shadow: 0px 2px 4px 4px #999;
	box-shadow: 0px 2px 4px 4px #999;
	top: 50%;
	left: 50%;
	position: absolute;
}
#mainContent {
	height: 580px;
	width: 700px;
	float: left;
	z-index: 1;
	background-color: #F5F5F5;
}
#background   {
	z-index:-100;
}
#mainContent #description {
	font-size: 11px;
	color: #666;
	height: 70px;
	width: 390px;
	text-align: left;
	line-height: 1.2;
	float: left;
	position: relative;
	left: 20px;
	top: 10px;
}
#mainContent #description a {
	font-size: 11px;
	color: #39F;
	text-align: left;
	line-height: 1.3;
}
#description h1 {
	font-family: MuseoSlab-700, "Helvetica Bold", "Arial Bold", sans-serif;
	font-size: 15px;
	padding-bottom: 1px;
	color: #666;
	font-weight: normal;
}
.oneColElsCtr {
	background-image: none;
}
#samples {
	width: 708px;
	height: 440px;
	clear: both;
}
#maintext {
	width: 550px;
}
#maintext p {
	font-size: 16px;
	line-height: 1.2;
	text-align: left;
	color: #999;
	width: 450px;
	padding-top: 10px;
	padding-left: 40px;
}
#maintext h1 {
	font-family: MuseoSlab-700, "Helvetica Bold", "Arial Bold", sans-serif;
	font-size: 45px;
	font-weight: normal;
	color: #999;
	text-align: left;
	width: 550px;
	line-height: .9;
	padding-left: 40px;
}
#maintext h2 {
	font-family: MuseoSlab-700, "Helvetica Bold", "Arial Bold", sans-serif;
	font-size: 24px;
	text-align: left;
	color: #FFF;
	font-weight: normal;
	background-color: #999;
	width: 410px;
	line-height: 1.2;
	margin-left: 40px;
}
#maintext h3 {
	font-family: MuseoSlab-700, "Helvetica Bold", "Arial Bold", sans-serif;
	font-size: 24px;
	text-align: left;
	color: #FFF;
	font-weight: normal;
	background-color: #999;
	width: 370px;
	line-height: 1.2;
	margin-left: 40px;
}
#maintext h4 {
	font-family: MuseoSlab-700, "Helvetica Bold", "Arial Bold", sans-serif;
	font-size: 24px;
	text-align: left;
	color: #111;
	font-weight: normal;
	background-color: #999;
	line-height: 1.2;
	width: 360px;
	margin-left: 40px;
}
#maintext h5 {
	font-family: MuseoSlab-700, "Helvetica Bold", "Arial Bold", sans-serif;
	font-size: 24px;
	text-align: left;
	color: #111;
	font-weight: normal;
	background-color: #999;
	width: 270px;
	line-height: 1.2;
	margin-left: 40px;
}
#maintext h6 {
	font-family: MuseoSlab-700, "Helvetica Bold", "Arial Bold", sans-serif;
	font-size: 24px;
	text-align: left;
	color: #FFF;
	font-weight: normal;
	background-color: #999;
	width: 170px;
	line-height: 1.2;
	margin-left: 40px;
}
#maintext h7 {
	font-family: MuseoSlab-700, "Helvetica Bold", "Arial Bold", sans-serif;
	font-size: 24px;
	text-align: left;
	color: #FFF;
	font-weight: normal;
	background-color: #999;
	line-height: 1.2;
	width: 420px;
	margin-left: 40px;
}
#maintext h8 {
	font-family: MuseoSlab-700, "Helvetica Bold", "Arial Bold", sans-serif;
	font-size: 24px;
	text-align: left;
	color: #FFF;
	font-weight: normal;
	background-color: #999;
	line-height: 1.2;
	width: 420px;
	margin-left: 40px;
}
#icons   {
	width: 250px;
	height: 70px;
	margin-left: 10px;
	float: right;
	position: relative;
	left: 10px;
	top: 10px;
	margin-right: 30px;
}
#icons p {
	font-size: 9px;
	font-weight: normal;
	color: #666;
	text-align: left;
	margin-bottom: 5px;
	line-height: 1.5;
}
#icons h1 {
	font-family: MuseoSlab-500, "Helvetica Bold", "Arial Bold", sans-serif;
	font-size: 12px;
	line-height: 35px;
	height: 35px;
	color: #666;
}
#icons ul  {
	height: 35px;
	width: 35px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	text-decoration: none;
	background-color: #E1E1E1;
}
#icons ul a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#icons ul a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
#logo   {
	width: 270px;
	width: 160px;
	height: 60px;
	text-align: left;
	z-index: 20;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
#logoicon {
	width: 270px;
	width: 250px;
	height: 25px;
	text-align: left;
	z-index: 20;
}
#sidebar {
	width: 290px;
	height: 580px;
	z-index: 10;
	text-align: left;
	background-color: #F5F5F5;
	float: right;
}
#sidebar #mainNav {
	font-size: 25px;
	color: #999999;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	margin-left: 14px;
	width: 275px;
}
#sidebar #imainNav a {
	font-weight: normal;
}
#sidebarContent  {
	width: 260px;
	margin-left: 15px;
	height: 325px;
	margin-bottom: 8px;
	-moz-box-shadow: 0px 2px 2px 2px #D9D9D9;
	-webkit-box-shadow: 0px 2px 2px 2px #D9D9D9;
	box-shadow: 0px 2px 2px 2px #D9D9D9;
	margin-top: 10px;
	background-color: #FAFAFA;
	overflow: hidden;
}
#sidebarContent p {
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
	color: #666;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
}
#sidebarContent p a {
	color: #666;
	text-decoration: underline;
}
#sidebarContent p a:hover {
	text-decoration: none;
}
#sidebarContent ul {
}
#sidebarContent h1{
	color: #666;
	padding-top: 10px;
	font-family: MuseoSlab-700, "Helvetica Bold", "Arial Bold", sans-serif;
	font-size: 13px;
	text-align: left;
	padding-left: 15px;
	line-height: 1.2;
	font-weight: normal;
}
.white   {
	font-family: MuseoSlab-300, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.4;
	text-align: left;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
.boldblack {
	color: #666;
	font-family: MuseoSlab-700, "Helvetica Bold", "Arial Bold", sans-serif;
}
#designColour ul  {
	height: 60px;
	width: 60px;
	left: 0px;
	display: block;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#designColour ul a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#designColour ul a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#animationColour ul  {
	height: 60px;
	width: 90px;
	left: 0px;
	display: block;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 25px;
	margin-bottom: 8px;
}
#animationColour ul a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#animationColour ul a:hover {
	text-decoration: none;
}
#websitesColour ul {
	height: 72px;
	width: 100px;
	left: 0px;
	display: block;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 5px;
	-moz-box-shadow: 0px 1px 1px 1px #D9D9D9;
	-webkit-box-shadow: 0px 1px 1px 1px #D9D9D9;
	box-shadow: 0px 1px 1px 1px #D9D9D9;
}
#websitesColour ul a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#websitesColour ul a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#otherColour ul  {
	width: 230px;
	left: 0px;
	top: 0px;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#otherColour ul a  {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#otherColour ul a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#otherColour ul a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#sidebar #footer{
	font-family: MuseoSlab-700, "Helvetica Bold", "Arial Bold", sans-serif;
	font-size: 11px;
	color: #666;
	width: 260px;
	height: 55px;
	margin-left: 15px;
	text-align: left;
	line-height: 1.4;
	padding-top: 4px;
	padding-bottom: 5px;
}
#sidebar   #footer .high{
	color: #666;
	padding-right: 10px;
}
#sidebar #footer .high2 {
	color: #F00;
	padding-right: 10px;
}
#sidebar #footer .high3 {
	color: #F00;
	padding-right: 10px;
}
#introColour   {
	width: 260px;
	height: 320px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F03;
}
#servicesColour   {
	width: 260px;
	height: 320px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F60;
}
#designColour   {
	width: 260px;
	height: 320px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #09C;
}
#animationColour   {
	width: 260px;
	height: 320px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #09C;
}
#websitesColour {
	width: 260px;
	height: 320px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #09C;
	overflow:hidden;
}
#profileColour   {
	width: 260px;
	height: 320px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C0F;
}
#otherColour   {
	width: 260px;
	height: 320px;
	overflow: auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #63C;
}
#contactColour   {
	width: 260px;
	height: 320px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0C0;
}
.contactCopy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #FFF;
}
.legals {
	font-family: MuseoSlab-300, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #666;
	padding-top: 3px;
	letter-spacing: normal;
}
#holding {
	height: 26px;
}
#holding a:link {
	text-decoration: none;
	color: #CCC;
}
#holding a:visited {
	color: #CCC;
	text-decoration: none;
}
#holding a:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #C09;
	}
#holding a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #C09;
}
#holding a.holder {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}
#holding a.current {
	color: #C09;
	text-decoration: none;
	font-style: normal;
}
#holding a.holder:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #C09;
}
#holding a.current:hover {
	color: #C09;
	text-decoration: none;
	font-style: normal;
	cursor: default;
}
#intro , #services, #work, #profile, #other, #contact   {
	height: 30px;
}
#intro a , #services a, #work a, #workDesign a, #workAnimation a, #workWebsites a, #profile a, #other a, #contact a{
	text-decoration: none;
	color: #CCC;
	font-family: MuseoSlab-700, "Helvetica bold", "Arial bold", sans-serif;
	font-weight: normal;
}
#intro a:link {
	text-decoration: none;
	color: #CCC;
	font-weight: normal;
}
#intro a:visited {
	color: #CCC;
	text-decoration: none;
}
#intro a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #F03;
	}
#intro a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #F03;
}
#intro a.holder {
	color: #CCC;
	text-decoration: none;
}
#intro a.current {
	color: #FFF;
	text-decoration: none;
	background-color: #F03;
	font-weight: normal;
}
#intro a.holder:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #F03;
}
#intro a.current:hover {
	color: #FFF;
	text-decoration: none;
	cursor: default;
	background-color: #F03;
}
#services a:link {
	text-decoration: none;
	color: #CCC;
	font-weight: normal;
}
#services a:visited {
	color: #CCC;
	text-decoration: none;
}
#services a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #F60;
	}
#services a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #09F;
	font-weight: normal;
}
#services a.noaction , #services a.holder{
	color: #CCC;
	text-decoration: none;
}
#services a.noaction:hover {
	color: #CCC;
	text-decoration: none;
	cursor:default;
}
#services a.current {
	color: #FFF;
	text-decoration: none;
	background-color: #F60;
}
#services a.holder:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #F60;
}
#services a.current:hover {
	color: #FFF;
	text-decoration: none;
	cursor: default;
	background-color: #F60;
}
#work a.noaction {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}
#work a.noaction:hover {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
	cursor:default;
}
#work {
	float: left;
	display: block;
	margin-right: 10px;
	width: 70px;
}
#work a:link {
	text-decoration: none;
	color: #CCC;
}
#work a:visited {
	color: #CCC;
	text-decoration: none;
}
#work a:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #09C;
	}
#work a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #09C;
}
#work a.holder {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}
#work a.current {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #09C;
}
#work a.holder:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #09C;
}
#work a.current:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	cursor: default;
	background-color: #09C;
}
#workDesign {
	font-size: 12px;
	float: left;
	margin-right: 3px;
	letter-spacing: normal;
	width:auto;
	padding-top: 12px;
}
#workDesign a, #workAnimation a, #workWebsites a {
	padding-top: 3px;
	padding-bottom: 2px;
}
#workDesign a.noaction {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}
#workDesign a.noaction:hover {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
	cursor:default;
}
#workDesign a:link {
	text-decoration: none;
	color: #CCC;
}
#workDesign a:visited {
	color: #CCC;
	text-decoration: none;
}
#workDesign a:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #09C;
	}
#workDesign a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #09C;
}
#workDesign a.holder {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}
#workDesign a.current {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #09C;
}
#workDesign a.holder:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #09C;
}
#workDesign a.current:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	cursor: default;
	background-color: #09C;
}
#workAnimation {
	font-size: 12px;
	float: left;
	padding-top: 12px;
	margin-right: 3px;
	letter-spacing: normal;
	width:auto;
}
#workAnimation a.noaction {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}
#workAnimation a.noaction:hover {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
	cursor:default;
}
#workAnimation a:link {
	text-decoration: none;
	color: #CCC;
}
#workAnimation a:visited {
	color: #CCC;
	text-decoration: none;
}
#workAnimation a:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #09C;
	}
#workAnimation a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #09C;
}
#workAnimation a.holder {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}
#workAnimation a.current {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #09C;
}
#workAnimation a.holder:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #09C;
}
#workAnimation a.current:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	cursor: default;
	background-color: #09C;
}
#workWebsites {
	font-size: 12px;
	padding-top: 12px;
	margin-right: 2px;
	float: left;
	letter-spacing: normal;
	width:auto;
}
#workWebsites a.noaction {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}
#workWebsites a.noaction:hover {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
	cursor:default;
}
#workWebsites a:link {
	text-decoration: none;
	color: #CCC;
}
#workWebsites a:visited {
	color: #CCC;
	text-decoration: none;
}
#workWebsites a:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #09C;
	}
#workWebsites a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #09C;
}
#workWebsites a.holder {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}
#workWebsites a.current {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #09C;
}
#workWebsites a.holder:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #09C;
}
#workWebsites a.current:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	cursor: default;
	background-color: #09C;
}
#profile {
	clear: both;
}
#profile a.noaction {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}
#profile a.noaction:hover {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
	cursor:default;
}
#profile a:link {
	text-decoration: none;
	color: #CCC;
}
#profile a:visited {
	color: #CCC;
	text-decoration: none;
}
#profile a:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #C0F;
	}
#profile a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #C0F;
}
#profile a.holder {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}
#profile a.current {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #C0F;
}
#profile a.holder:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #C0F;
}
#profile a.current:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	cursor: default;
	background-color: #C0F;
}
#other{
	float: left;
	margin-right: 3px;
	width: 100px;
	clear: both;
}
#services {
	clear: both;
	float: left;
}
#other a.noaction {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}
#other a.noaction:hover {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
	cursor:default;
}
#other a:link {
	text-decoration: none;
	color: #CCC;
}
#other a:visited {
	color: #CCC;
	text-decoration: none;
}
#other a:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #63C;
	}
#other a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #63C;
}
#other a.holder {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}
#other a.current {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #63C;
}
#other a.holder:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #63C;
}
#other a.current:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	cursor: default;
	background-color: #63C;
}
#otherStuff {
	font-size: 12px;
	float: left;
	padding-top: 10px;
	margin-right: 2px;
	letter-spacing: normal;
	width:auto;
	visibility: hidden;
}
#otherStuff a.noaction {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}
#otherStuff a.noaction:hover {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
	cursor:default;
	
}
#otherStuff a:link {
	text-decoration: none;
	color: #CCC;
}
#otherStuff a:visited {
	color: #CCC;
	text-decoration: none;
}
#otherStuff a:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #C0F;
	}
#otherStuff a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #C0F;
}
#otherStuff a.holder {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}
#otherStuff a.current {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #C0F;
}
#otherStuff a.holder:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #C0F;
}
#otherStuff a.current:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	cursor: default;
	background-color: #C0F;
}
#otherLinks {
	font-size: 12px;
	float: left;
	padding-top: 10px;
	margin-right: 2px;
	letter-spacing: normal;
	width:auto;
	visibility: hidden;
}
#otherLinks a.noaction {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}
#otherLinks a.noaction:hover {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
	cursor:default;
}
#otherLinks a:link {
	text-decoration: none;
	color: #CCC;
}
#otherLinks a:visited {
	color: #CCC;
	text-decoration: none;
}
#otherLinks a:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #C0F;
	}
#otherLinks a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #C0F;
}
#otherLinks a.holder {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}
#otherLinks a.current{
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #C0F;
}
#otherLinks a.holder:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #C0F;
}
#otherLinks a.current:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	cursor: default;
	background-color: #C0F;
}
#otherBlog {
	font-size: 12px;
	float: left;
	padding-top: 10px;
	margin-right: 2px;
	letter-spacing: normal;
	width:auto;
	visibility: hidden;
}
#otherBlog a.noaction {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}
#otherBlog a.noaction:hover {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
	cursor:default;
}
#otherBlog a:link {
	text-decoration: none;
	color: #CCC;
}
#otherBlog a:visited {
	color: #CCC;
	text-decoration: none;
}
#otherBlog a:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #C0F;
	}
#otherBlog a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #C0F;
}
#otherBlog a.holder {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}
#otherBlog a.current {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #C0F;
}
#otherBlog a.holder:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #C0F;
}
#otherBlog a.current:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	cursor: default;
	background-color: #C0F;
}
#contact {
	clear: both;
}
#contact a.noaction {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}
#contact a.noaction:hover {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
	cursor:default;
}
#contact a:link {
	text-decoration: none;
	color: #CCC;
}
#contact a:visited {
	color: #CCC;
	text-decoration: none;
}
#contact a:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #0C0;
	}
#contact a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #0C0;
}
#contact a.holder {
	color: #CCC;
	text-decoration: none;
	font-style: normal;
}
#contact a.current {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #0C0;
}
#contact a.holder:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: #0C0;
}
#contact a.current:hover {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	cursor: default;
	background-color: #0C0;
}
#blogspace {
	background-color: #FFF;
	width: 600px;
	height: 400px;
}
.blogcopy {
	background-color: #FFF;
	width: 300px;
	margin-left: 40px;
	text-align: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 40px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.blogcopy h1 {
	font-family: MuseoSlab-900, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	margin-top: 40px;
	padding-bottom: 3px;
}
.blogcopy h2 {
	font-family: MuseoSlab-900, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999;
	margin-top: 5px;
	text-align: left;
}
.blogcopy p {
	font-family: MuseoSlab-900, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	margin-top: 5px;
	width: 300px;
}
#pics {
	height: 300px;
	left: 0px;
	top: 140px;
	width: 600px;
	float: left;
	margin-top: 38px;
}
#movies {
	height: 300px;
	left: 0px;
	top: 140px;
	width: 600px;
	float: left;
}
.logoname {
	font-size: 30px;
	font-family: MuseoSlab-900, Helvetica, Arial, sans-serif;
	color: #000000;
}
.boldwhite {
	color: #FFF;
	font-weight: bold;
	font-family: MuseoSlab-900, Helvetica, Arial, sans-serif;
	font-size: 10px;
}
#container #mainContent #description p a:link {
	color: #69F;
}
#container #mainContent #description p a:visited {
	color: #C6F;
}
#container #mainContent #description p a:hover {
	color: #F36;
}
.xmasmaincontent {
	height: 580px;
	width: 708px;
	float: left;
}
.museo {
	font-family: Museo-700;
	font-weight: normal;
	font-style: normal;
}
#container #mainContent #samples table tr td #main image {
	border: 3px solid #CCC;
}
#container #sidebar #mainNavSlider {
}
#container #mainContent #samples table tr td iframe {
	background-color: #FFF;
}
