@charset "utf-8";


html, body {
	border:0;
	margin:0;
	padding:0;
}
html {
	
}
body {
	font: 12px/1.5em verdana, sans-serif;
	color: #FFFFFF;
	background-image:url(/assets/images/bg-tile2.png);
	/*background-image:url(/assets/images/object-body-bg.png);*/
}
#wrap {
	margin: 0 auto;
	padding:0;
	width: 790px;
}
p {
	padding: 0px;
	margin:0;
	text-align:left;
	text-align:justify;
}
/* Lists Start */
ul, ol {
	margin:0;
	padding:5px;
}
.green-bullets ul li a {
	text-decoration:none;
	color:#ffffff;
	width:440px;
	height:20px;
}
.green-bullets ul li {
	background:url(/assets/images/green-bullet.png) no-repeat 4px 4px;
	display: block;
	list-style:none;
	padding:0 0 0 25px;
	line-height:20px;
	width:440px;
}
.yellow-bullets ul li a {
	text-decoration:none;
	color:#ffffff;
	width:240px;
	height:20px;
}
.yellow-bullets ul li {
	background:url(/assets/images/yellow-bullet.png) no-repeat 4px 4px;
	display: block;
	list-style:none;
	padding:0 0 0 25px;
	line-height:20px;
	width:400px;
}
.white-text-12 {
	color:#ffffff;
	font-size:12px;
}
.yellow-text-12 {
	color:#FF0;
}
.orange-text-12 {
	color:#F90;
}
.centre {
	text-align:center;
	font-size:14px;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.comments {
	color: #ffff00;
	font-size:10px;
	text-align: right;
	border-top: 1px dashed #EFF0F1;
	border-bottom: 1px dashed #EFF0F1;
	padding: 2px 0;
}
ol {
	list-style-type: decimal;
	padding-bottom: 0px;
}
ol li {
	font-weight: bold;
	color: #DE007A;
	margin: 0 0 10px 40px;
	font-style: italic;
}
/* Lists End*/



h1 {
	font-size:14px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	color: #99ff00;
	text-align:left;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color: #99ff00;
	text-align:left;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	color: #99ff00;
	text-align:left;
}
a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color:#999999;
	text-decoration:none;
}
a:hover.white-text-12, a:active.white-text-12, a:link.white-text-12, a:visited.white-text-12 {
	color:#FFFFFF;
	text-decoration:none;
}
/* images */

img {
	border: 0px solid #CCC;
}
.img-left {
	float:left;
	margin:5px 5px 5px 0px;
}
.img-right {
	float:right;
	margin:10px 0 10px 10px;
}
.img-center {
	margin:5px 30px 0 90px;
}
.follow-img-left {
	float:left;
	margin:4px 4px 0 0;
}
.follow-img-right {
	position:absolute;
	top:-8px;
	left:220px;
}
/* end images */



.logoline {
	float:left;
	width:550px;
	height:50px;
	margin: 40px 0 10px 0;
	background: url(/assets/images/dreams-logo.png) no-repeat left bottom;
}
.addressline {
	width:240px;
	height:50px;
	float:left;
	background:url(/assets/images/web-address.png) no-repeat bottom right;
	margin: 40px 0 10px 0;
	text-align:right;
}
.headertopbar {
	width:790px;
	height:14px;
	background: url(/assets/images/header-top-bar.png) no-repeat 0 0;
	float:left;
	margin-bottom:0px
}
.headerbottombar {
	width:790px;
	height:13px;
	background: url(/assets/images/header-bottom-bar.png) no-repeat 0 0;
	float:left;
	margin-top:-13px;
}
/*Header */
.introholder {
	width:790px;
	height:50px;
	float: left;
	margin-top:10px; /*Was -6 - pull the search bottom bar up*/
	background-image: url(/assets/images/flash-border2.png);
}
.introrss {
	width:100px;
	height:30px;
	float: right;
	padding: 15px 0 0 45px;
	text-align:left;
	background: url(/assets/images/rss-logo.png) no-repeat 12px 11px;
}
.introsearch {
	width:550px; /*Space from the end of the image*/
	height:30px;
	float: left;
	padding-top:12px;
	padding-left:15px;
}
/* End header*/

/*Footer*/
.footercontainer {
	float:left;
	width:790px;
	height:50px;
}
.footerleft {
	float:left;
	width:780px;
	height:30px;
	padding:5px;
	text-align:center;
	font-size:10px;
	line-height:13px;
}
.footerright {
	float:right;
	width:200px;
	height:30px;
	padding:5px;
	text-align:right;
	font-size:10px;
	line-height:13px;
}
/*Footer End */

/* search */
#searchbar #search, #searchbar #search2 {
	margin: 0 0px;
	padding: 0px 0px;
	float:left;
	width:550px;
}
#searchbar #search img, #searchbar #search2 img {
	vertical-align: bottom;
}
#searchbar #search .textbox, #searchbar #search2 .textbox {
	background: url(/assets/images/buttonbg.gif) repeat-x top left;
	border: 1px solid #000000;
	padding:3px 3px 1px 5px;
	font-size:12px;
	height:18px;
	width:172px;
	float:left;
	margin-top:1px;
}
#searchbar #search input.searchbutton, #searchbar #search2 input.searchbutton {
	border: 1px solid #000000;
	background: #333333 url(/assets/images/searchg-glass.png) no-repeat 0 0;
	height:24px;
	width:40px;
	float:left;
	margin-left:-1px;/*Remove the 2 borders that hit*/
	margin-bottom:1px;
	margin-top:1px;
	cursor:pointer;
}
.homecontentcol1google #search .textbox, .homecontentcol1google #search2 .textbox {
	background: url(/assets/images/buttonbg.gif) repeat-x top left;
	border: 1px solid #000000;
	padding:3px 3px 1px 5px;
	font-size:12px;
	height:18px;
	width:170px;
	float:left;
	margin-top:-1px;
}
.homecontentcol1google #search input.searchbutton, .homecontentcol1google #search2 input.searchbutton {
	border: 1px solid #000000;
	background: #333333 url(/assets/images/searchg-glass.png) no-repeat 0 0;
	height:24px;
	width:40px;
	float:left;
	margin-left:-1px;/*Remove the 2 borders that hit*/
	margin-bottom:1px;
	margin-top:-1px;
	cursor:pointer;
}
.formholder {
	width:480px;
}
.formholder #sender .sendertextbox {
	/*background: #FFFf00 url(/assets/images/emailer-name-bg.png) repeat-x top left;*/
	border: 1px solid #000000;
	font-size: 11px;
	padding: 3px;
	width:470px;
}
.formholder #sender .sendertextbox2 {
	/*	background: #ffff00 url(/assets/images/contact-bg.png) repeat top left;*/
	border: 1px solid #000000;
	font-size: 12px;
	padding: 3px;
	height:150px;
	width:470px;
	text-align:left;
	vertical-align:top;
}
.formholder #sender input.searchbutton {
	border: 1px solid #333333;
	background: #ffff00 url(/assets/images/emailer-name-bg.png) repeat-x left bottom;
	padding: 3px;
	height: 24px;
	width: 55px;
}
.formholder .formstyle {
	width:480px;
	float:left;
	clear:both;
}
.formholder .formstyle-with-margin {
	width:480px;
	float:left;
	clear:both;
	margin-top:10px;
}
/*Home Page Container*/

.homecontenttopbar {
	float: left;
	margin-top:10px;
	width:790px;
	height:14px;
	background-image: url(/assets/images/frame-content-top.png);
}
.homecontentholder {
	width:760px;
	height:auto;
	float: left;
	border-left: 5px solid #99ff00;
	border-right: 5px solid #99ff00;
	background: url(/assets/images/transparent-bg-pixel.png) repeat 0 0;
	padding:0px 10px 0px 10px;
	position:relative;
}
.homecontentcol1 {
	width:240px;
	height:auto;
	float: left;
	margin-right:20px;
}
.homecontentcol2 {
	width:240px;
	height:auto;
	float: left;
	margin-right:20px;
}
.homecontentcol3 {
	width:240px;
	height:auto;
	float: left;
	margin-right:0px;
}
.homecontentcol1copy {
	position:relative;
	width:220px;
	height:auto;
	float: left;
	background-color:#4b4b4b;
	font-size:12px;
	font-weight:normal;
	padding:0px 10px 0px 10px;
}
.homecontentcol1google {
	width:220px;
	height:40px;
	float: left;
	background-color:#4b4b4b;
	font-size:9px;
	font-weight:normal;
	padding:0px 10px 0px 10px;
}
.homecontentcol1bottom {
	width:240px;
	height:11px;
	float: left;
	background: url(/assets/images/home-welcome-bottom-bar.png) no-repeat 0 0;
	margin-bottom:10px;
	position:relative;
}
.homecontentcol1bottom-no-margin {
	width:240px;
	height:11px;
	float: left;
	background: url(/assets/images/home-welcome-bottom-bar.png) no-repeat 0 0;/*position:relative;*/
}
.homecontentcol1top {
	width:240px;
	height:11px;
	float: left;
	background: url(/assets/images/home-welcome-top-bar.png) no-repeat 0 0;
	margin-top:0px;
}
.homecontentcol1flashtop {
	width:240px;
	height:100px;
	float: left;
	background: url(/assets/images/home-flash-download-header.png) no-repeat 0 0;
	margin-top:0px;
}
.homecontentcol1welcometop {
	width:240px;
	height:100px;
	float: left;
	background: url(/assets/images/home-welcome-header.png) no-repeat 0 0;
	margin-top:0px;
}
.homecontentcol1updatetop {
	width:240px;
	height:100px;
	float: left;
	background: url(/assets/images/home-updates-header.png) no-repeat 0 0;
	margin-top:0px;
}
.homecontentcol1googletop {
	width:240px;
	height:100px;
	float: left;
	background: url(/assets/images/home-google-header.png) no-repeat 0 0;
	margin-top:0px;
}
.homecontentholder p {
	margin-top: 0px;
}
.homecontentbottombar {
	float: left;
	width:790px;
	height:14px;
	background-image: url(/assets/images/frame-content-bottom.png);
}
/* Homepage container ends*/


/* Generic grey frame */

.genframecontainer {
	width:760px;
	height:auto;
	float: left;
}
.genframetopleftcorner {
	float: left;
	width:9px;
	height:11px;
	background: url(/assets/images/frame-topleft-corner.png) no-repeat 0 0;
}
.genframetopbar {
	float: left;
	width:742px;
	height:11px;
	background-color:#4b4b4b;
}
.genframetoprightcorner {
	float: left;
	width:9px;
	height:11px;
	background: url(/assets/images/frame-topright-corner.png) no-repeat 0 0;
}
.genframecontent {
	width:740px;
	height:auto;
	float: left;
	background-color:#4b4b4b;
	padding-left:10px;
	padding-right:10px;
}
.genframebottomleftcorner {
	float: left;
	width:9px;
	height:11px;
	background: url(/assets/images/frame-bottomleft-corner.png) no-repeat 0 0;
}
.genframebottombar {
	float: left;
	width:742px;
	height:11px;
	background-color:#4b4b4b;
}
.genframebottomrightcorner {
	float: left;
	width:9px;
	height:11px;
	background: url(/assets/images/frame-bottomright-corner.png) no-repeat 0 0;
}
/* End of generic frame*/

/* About me container */

.aboutmeframecontainer, .contactmeframecontainer, .rssframecontainer, .videoframecontainer, .designframecontainer, .skillsframecontainer {
	width:500px;
	height:auto;
	float: left;
}
.aboutmeframetopbar {
	float: left;
	width:500px;
	height:100px;
	background: url(/assets/images/aboutme-main-header.png) no-repeat 0 0;
}
.aboutmeframetopbarnoimage, .contactmeframetopbarnoimage, .rssframetopbarnoimage, .videoframetopbarnoimage, .designframetopbarnoimage, .skillsframetopbarnoimage {
	float: left;
	width:482px;
	height:11px;
	background-color:#4b4b4b;
	margin-top:10px;
}
.aboutmeframetopleftcorner, .contactmeframetopleftcorner, .rssframetopleftcorner, .videoframetopleftcorner, .designframetopleftcorner, .skillsframetopleftcorner {
	float: left;
	width:9px;
	height:11px;
	background: url(/assets/images/frame-topleft-corner.png) no-repeat 0 0;
	margin-top:10px;
}
.aboutmeframetoprightcorner, .contactmeframetoprightcorner, .rssframetoprightcorner, .videoframetoprightcorner, .designframetoprightcorner, .skillsframetoprightcorner {
	float: left;
	width:9px;
	height:11px;
	background: url(/assets/images/frame-topright-corner.png) no-repeat 0 0;
	margin-top:10px;
}
.aboutmeframecontent, .contactmeframecontent, .rssframecontent, .videoframecontent, .designframecontent, .skillsframecontent {
	width:480px;
	height:auto;
	float: left;
	background-color:#4b4b4b;
	padding-left:10px;
	padding-right:10px;
}
.aboutmeframebottomleftcorner, .contactmeframebottomleftcorner, .rssframebottomleftcorner, .videoframebottomleftcorner, .designframebottomleftcorner, .skillsframebottomleftcorner {
	float: left;
	width:9px;
	height:11px;
	background: url(/assets/images/frame-bottomleft-corner.png) no-repeat 0 0;
}
.aboutmeframebottombar, .contactmeframebottombar, .rssframebottombar, .videoframebottombar, .designframebottombar, .skillsframebottombar {
	float: left;
	width:482px;
	height:11px;
	background-color:#4b4b4b;
}
.aboutmeframebottomrightcorner, .contactmeframebottomrightcorner, .rssframebottomrightcorner, .videoframebottomrightcorner, .designframebottomrightcorner, .skillsframebottomrightcorner {
	float: left;
	width:9px;
	height:11px;
	background: url(/assets/images/frame-bottomright-corner.png) no-repeat 0 0;
}
.aboutmerightcol, .contactmerightcol, .rssrightcol, .videorightcol, .designrightcol, .skillsrightcol {
	width:240px;
	height:auto;
	float: left;
	margin-left:20px;
}
.aboutmerightcolmototop, .contactmerightcolmototop, .rssrightcolmototop, .videorightcolmototop, .designrightcolmototop, .skillsrightcolmototop {
	width:240px;
	height:100px;
	float: left;
	background: url(/assets/images/aboutme-motos-header.png) no-repeat 0 0;
	margin-top:0px;
}
/*Site button*/
.rollover a {
	display:block;
	width: 91px;
	height:15px;
	margin:5px;
	padding:5px 0px 5px 0px;
	font: bold 12px sans-serif;
	color:#666;
	background: url("site-button.png") 0 0 no-repeat;
	text-decoration: none;
	text-align:center;
}
.rollover a:hover {
	background-position: 0 -25px;
	color: #000;
}
.rollover a:active {
	background-position: 0 -50px;
	color:#000;
}
/* End of site button


/* sidebar */
#sidebar, #sidebarorange {
	float: left;
	width: 220px;
	margin: 0 0 0 0;
	padding: 0;
}
#sidebar ul.sidemenu, #sidebarorange ul.sidemenu, #sidebar ul.sidemenuorange, #sidebarorange ul.sidemenuorange {
	list-style:none;
	margin:3px 0px;
	padding:0;
}
#sidebar ul.sidemenu li, #sidebarorange ul.sidemenu li, #sidebar ul.sidemenuorange li, #sidebarorange ul.sidemenuorange li {
	margin-bottom:1px;
	border: 1px solid #4b4b4b;
}
#sidebar ul.sidemenu a, #sidebarorange ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
	padding: 2px 5px 2px 10px;
	background: #666666;
	border-left: 5px solid #99ff00;
	border-right: 5px solid #99ff00;
	text-align:left;
	min-height: 18px;
}
#sidebar ul.sidemenu a:hover, #sidebarorange ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #999999;
	color:#fff;
	border-left:5px solid #ffffff;
	border-right:5px solid #ffffff;
}
#sidebar ul.sidemenuorange a, #sidebarorange ul.sidemenuorange a {
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
	padding: 2px 5px 2px 10px;
	background: #666666;
	border-left: 5px solid #ff9900;
	border-right: 5px solid #ff9900;
	text-align:left;
	min-height: 18px;
}
#sidebar ul.sidemenuorange a:hover, #sidebarorange ul.sidemenuorange a:hover {
	padding:2px 5px 2px 10px;
	background: #999999;
	color:#fff;
	border-left:5px solid #ffffff;
	border-right:5px solid #ffffff;
}
.contactmeframetopbar {
	float: left;
	width:500px;
	height:100px;
	background: url(/assets/images/contactme-header.png) no-repeat 0 0;
}
.resourceframetopbar {
	float: left;
	width:500px;
	height:100px;
	background: url(/assets/images/resources-main-header.png) no-repeat 0 0;
}
.videoframetopbar {
	float: left;
	width:500px;
	height:100px;
	background: url(/assets/images/video-main-header.png) no-repeat 0 0;
}
.videoframeblanktopbar {
	float: left;
	width:500px;
	height:100px;
	background: url(/assets/images/video-main-blank-header.png) no-repeat 0 0;
}
.rssframetopbar {
	float: left;
	width:500px;
	height:100px;
	background: url(/assets/images/rss-header.png) no-repeat 0 0;
}
.rss-reader-top {
	width:240px;
	height:100px;
	float: left;
	background: url(/assets/images/rss-reader-header.png) no-repeat 0 0;
	margin-top:0px;
}
.video-library-top {
	width:240px;
	height:100px;
	float: left;
	background: url(/assets/images/video-library-header.png) no-repeat 0 0;
	margin-top:0px;
}
.designframetopbar {
	float: left;
	width:500px;
	height:100px;
	background: url(/assets/images/design-library-header.png) no-repeat 0 0;
}
.design-slideshow-top {
	float: left;
	width:240px;
	height:100px;
	background: url(/assets/images/design-slideshow-header.png) no-repeat 0 0;
}
.video-text-only {
	padding:10px 0 0 10px;
}
.skills-frame-top-bar {
	float:left;
	width:500px;
	height:100px;
	background: url(/assets/images/skills-main-header.png) no-repeat 0 0;
}
.skills-overview-header {
	float:left;
	width:240px;
	height:100px;
	background: url(/assets/images/skills-overview-header.png) no-repeat 0 0;
}
.skills-overview-app-container {
	float:left;
	width:220px;
	height:20px;
}
.skills-overview-app {
	float:left;
	width:120px;
	height:20px;
}
.skills-overview-star-off {
	float:left;
	width:20px;
	height:20px;
	background:url(../images/star-off.png) no-repeat 0 0;
}
.skills-overview-star-on {
	float:left;
	width:20px;
	height:20px;
	background:url(../images/star-on.png) no-repeat 0 0;
}
.othertracks-header {
	width:240px;
	height:100px;
	float: left;
	background: url(/assets/images/othertracks-header.png) no-repeat 0 0;
	margin-top:0px;
}
.otherepisodes-header {
	width:240px;
	height:100px;
	float: left;
	background: url(/assets/images/other-episodes-header.png) no-repeat 0 0;
	margin-top:0px;
}
/*Design library picture holders*/

.designleftholder {
	float: left;
	width:235px;
	margin:10px 10px 0 0;
	text-align:center;
}
.designrightholder {
	float: left;
	width:235px;
	margin:10px 0 0 0;
	text-align:center;
}
.designmaxholder {
	float: left;
	width:480px;
	margin:10px 0 0 0;
	text-align:center;
}

/* Quick Nav*/
.quick-nav-top {
	width:240px;
	height:100px;
	float: left;
	background: url(/assets/images/quicknav-header.png) no-repeat 0 0;
	margin-top:0px;
}
.resource-links-top {
	width:240px;
	height:100px;
	float: left;
	background: url(/assets/images/resource-links-header.png) no-repeat 0 0;
	margin-top:0px;
}

/******************/



.hideit {
	visibility: hidden;
}
.flv-center {
	text-align:center;
}

.text-mono-10
{ font-family:"Courier New", Courier, monospace;
font-size:10px;
text-align:left;
	
}
