* {
	padding:0;
	margin:0;
	}

body {
	background:#000 url(../img/newBG.jpg) repeat-y center;
	font-family: Georgia;
	font-weight:normal;
	font-size:small;
	line-height:1.4;
	text-align:center;
	z-index:1;
	}

.clearfix:after,
#content:after,
#wide-content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}     /* this rule inserts an invisible character at the end of .clearfix,
	\and clears that character so all internal floats are cleared without
	using a real element for the purpose. */

/*\*/ /*/
.clearfix,
#content,
#wide-content
{display: inline-block;}  /* for IE/Mac */
/* */

#wrap {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:655px;
	overflow: hidden;
	padding-bottom: 130px;
	}

#top-content {
	position:relative;
	width:655px;
	}

#content {
	width:440px;
	}

#wide-content {
	width:655px;
	padding-bottom: 0;
	margin:0;
	overflow: hidden;
	clear: both;
	}

body#faq #wide-content {
	width:630px;
	margin:10px 0 0 15px;
	}

p {
	font-size:97%;
	padding:5px 15px;
	}

#sidebar p {
	padding:5px 0 10px 10px;
	}

h1 {
	position: absolute;
	top: -100px;
	font-size: 3px;
	color: #eed;
	}

h2 {
	color:#981F13;
	font-family:Georgia;
	font-size:180%;
	letter-spacing:-0.04em;
	line-height: 1.1;
	font-weight:normal;
	margin: 10px 0 10px 0;
	}

h2 span {
	display: block;
	margin: 0 0 0 20px;
	color:#224;
	font-family:Georgia;
	font-size: .7em;
	letter-spacing: normal;
	}

#founders h2 {
	color:#981F13;
	font-family:Georgia;
	font-size:110%;
	font-weight:bold;
	text-align:center;
	margin:4px 0 10px;
	}

body#privacy h2 {
	color:#000;
	font-size:110%;
	font-weight:bold;
	letter-spacing:normal;
	margin-bottom:0;
	}

#founders h3 {
	color:#981F13;
	font-family:Georgia;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	margin-top:3px;
	}

#founders img {
	margin-left:38px;
	}

#founders em {
	display:block;
	text-align:center;
	}

#sidebar #founders p {
	display:block;
	text-align:center;
	margin:0 0 10px;
	padding:0;
	}

#call-box h2 {
	color:#990000;
	font-family:Georgia;
	font-size:100%;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	margin:10px 0 5px;
	}

body#glossary #content h2, body#glossary #wide-content h2, body#pricing #wide-content h2 {
	color:#981F13;
	font-family:Georgia;
	font-size:150%;
	letter-spacing:-0.04em;
	font-weight:normal;
	margin:0 0 0 15px;
	}

#top-header {
	background:url(../img/top-scroll-r.png) no-repeat;
	height:102px;
	width:800px;
	margin-left: -397px;
	z-index: 30;
	top:0;
	left:50%;
	position:fixed;
	}

#header {
	padding-top:100px;
	width:100%;
	position:relative;
	}

#header a {
	display:block;
	width:616px;
	height:106px;
	margin-left: 5px;
	background: url(../img/logo.png) no-repeat;
	}

#header a span {
	position:absolute;
	left: -3000px;
	width: 1000px;
	}


/*** NAVIGATION BAR ***/


ul#nav, ul#nav li, ul#nav ul {
	list-style-type:none;
	}


ul#nav {
	width:658px;     /* padding is gone and the width is now the full image width */
	height:27px;
	position:relative;
	z-index: 10;
	background:url(../img/main-menu.jpg);
	margin:20px 0 1.6em 0;     /* use em for bottom margin so it will change with user text re-sizing */
	}

ul#nav li {
	float:left;
	}

#nav li ul {
	position:absolute;
	left: -3000px;
	top: 26px;
	width: auto;
	}

ul#nav li a {
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	display:block;
	height:27px;
	background:url(../img/main-menu.jpg) no-repeat;
	outline:none;
	}

ul#nav li li a {
	position: static !important;
	float: left;
	height: 50px;     /* makes the links bigger hover targets on the bottom edge */
	width: 60px !important;     /* sets hard spacing for long drop link list */
	padding: 3px 0px 2px 0;     /* tweak here to set spaces around drop links */
	background: none;
	text-align: center;
	font-size: .8em;     /* sets text size for drop links */
	font-family: Helvetica, Arial, sans-serif;
	color:#600000;
	line-height: 1;
	background: url(../img/bgfix.gif);     /* IE6 needs a bg on this element to perform hovering properly */
	}



ul#nav li#services li a {
width:70px !important;
}

ul#nav a span {
	position: absolute;
	left: -3000px;
	}     /* hides the real text in the top menu */

ul#nav li:hover ul, ul#nav li.sfhover ul {
	left: 0;     /* puts the drop link list against left edge of top menu */
	z-index: 100;
	}

ul#nav li#services ul {
	margin-left: 80px;
	}     /* fudges drop link list to right slightly */

ul#nav li#info ul {
	margin-left: 180px;
	}     /* fudges drop link list to right so it more-or-less centers under parent link */

ul#nav li#info li a {
	width: auto !important;
	padding: 3px 8px 2px 8px;
	}     /* this rule overrides link styles for the info dropdown menu. needed better spacing here... */

ul#nav li#about a {
	left:0;
	width:145px;
	background-position:0 0;
	}

ul#nav li#about a:hover {
	background-position:0 -27px;
	}

ul#nav li#services a{
	left:152px;
	width:81px;
	background-position:-152px 0;
	}

ul#nav li#services a:hover { /* SUCKERFISH LIST ITEM */
	background-position:-152px -27px;
	}

ul#nav li#portfolio a {
	left:233px;
	width:98px;
	background-position:-233px 0;
	}

ul#nav li#portfolio a:hover {
	background-position:-233px -27px;
	}


ul#nav li#info a{
	left:329px;
	width:117px;
	background-position:-329px 0;
	}


ul#nav li#info a:hover {
	background-position:-329px -27px;
	}


ul#nav li#blog a{
	left:446px;
	width:61px;
	background-position:-446px 0;
	}

ul#nav li#blog a:hover {
	background-position:-446px -27px;
	}

ul#nav li#contact-us a{
	left:507px;
	width:114px;
	background-position:-507px 0;
	}

ul#nav li#contact-us a:hover {
	background-position:-507px -27px;
	}

body#contact-us #sidebar {
	float:right;
	display:inline;
	margin:0pt 10px 10px 0pt;
	padding:0pt 0px;
	width:190px;
	border: 0;
	}

#call-box {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 7px 7px;
	background-image: url(../img/tbg2.png);
	font-style: italic;
	border: 1px dotted #941B0F;
	width: 165px;
	background-position: center;
	}

#footer {
	background:url(../img/bottom-scroll-r.png) no-repeat;
	clear:both;
	width:820px;
	height:96px;
	position:fixed;
	z-index:10;
	margin-left:-387px;
	left:50%;
	bottom:0;
	}

#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	padding-top: 40px;
	color: #884301;
	}

.info {
	padding:0.5em;
	margin-bottom:20px;
	}

#footer a {
	position:relative;
	color:#884301;
	}

#sidebar {
	width:180px;
	float:right;
	margin:0 0 10px 0;
	border-left:1px dotted #941b0f;
	padding:0 10px 0;
	}

#sidebar .mail-addr {
	float:left;
	}

.reqquote {
	background: url(../img/cbg.png) repeat;
	padding:10px;
	width:395px;
	border:1px solid #CCB793;
	margin:10px 0 10px 15px;
	}

#services p {
	margin-bottom: 0 0 -10px;
	}

#sidebar .services a {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	margin-top: 1px;
	}

ul#milestone {
	list-style-type:disc;
	padding:0 0 10px 40px;
	}

#sidebar .list {
	list-style-type: disc;
	list-style-position: outside;
	}

.Sidebar {
	font-size: 13px;
	color:#333333;
	}

a {
	color: #990000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline; color:#9B6736;
	}

.SubRed {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	}

.paddedBody {
	font-family: Georgia;
	font-size: 13px;
	vertical-align: top;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 34px;
	}

.bulleted {
	font-family: Georgia;
	font-size: 11px;
	vertical-align: top;
	line-height: 12px;
	padding-left: 20px;
	color:#663333;
	}

#wide-content p.crumbs {
	margin:0px 0px 5px 2px;
	}

#top-content p.crumbs {
	margin: 0 0 10px 15px;
	}

#top-content p.crumbs, #wide-content p.crumbs {
	font-size:11px;
	font-weight:bold;
	letter-spacing:-0.8px;
	}

.crum-sep {
	color:#000000;
	}

.copyright {
	text-align:center;
	font-size:9px;
	color:#666666;
	letter-spacing: -.01em;
	}

#content a, #wide-content a {
	position:relative;
	}

#content a span, #wide-content a span {display:none;}

#content a:hover span, #wide-content a:hover span, #accordion h3.toggler a:hover span {
	display: block;
	position: absolute;
	bottom:1.5em;
	left:2em;
	width:200px;
	padding:10px;
	z-index:400;
	color:#fff;
	background: #b69672;
	font-size:85%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration:none;
	}

#wide-content a:hover span.left, #content a:hover span.left {
	left:-4em;
	}

#wide-content #accordion h3.toggler a:hover span {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:80%;
	line-height:1.4;
	}

#wide-content #accordion h3.toggler a:hover span.montage {
	left:-6em;
	}

#wide-content a:hover span.retouch {
	width:500px;
	}

ul#services {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-weight: bold;
	color: #61090A;
	list-style-type:none;
	}

ul#services li {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-weight: bold;
	margin:0 0 6px 15px;
	}

.Red {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}

#sidebar #clients p.quote {
	font-weight:bold;
	font-style:italic;
	font-family:Georgia;
	color:#990000;
	padding:10px 15px 0;
	}

.bold {
	font-weight:bold;
	}

ol {
	background: url(../img/gradient.png) center;
	border:1px dotted #990000;
	display:inline;
	color:#61090A;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-weight:bold;
	line-height:1.9;
	list-style-position:inside;
	margin:0 15px 0 0;
	padding:0 10px 10px;
	width:360px;
	}

#clients {
	background: url(../img/tbg2.png) center;
	border:1px dotted #941B0F;
	width:180px;
	margin:10px 0 10px 3px;
	padding-bottom:10px;
	}

#sidebar #clients p {
	color:#990000;
	padding:10px 20px 0;
	font-size:85%;
	margin:0;
	line-height:1.3;
	}

#clients ul {
	width:160px;
	margin:0px;
	padding:5px;
	list-style-type:none;
	}

#clients ul li {
	background: url(../img/bullet_star.png) no-repeat top left;
	color:#333;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	line-height:1.5;
	margin:0 0 5px 3px;
	padding-left:18px;
	zoom:1;
	}

#sidebar .side p {
	background-color:#8e1d17;
	color: #fdffc4;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0 0 0 15px;
	padding:10px;
	text-align:center;
	width:132px;

	}

.side {
	margin-left: -5px;
	position: relative;
	}

.side-top {
	background: url(../img/side_sc_top.png) no-repeat left top;
	width:169px;
	height:21px;
	margin-left:6px;
	}

.side-bottom {
	background: url(../img/side_sc_bottom.png) no-repeat left bottom;
	width:169px;
	height:21px;
	margin-left:6px;
	}

#sidebar .side .constantcontact {
	width: 144px;
	background-color:#8e1d17;
	color: #fdffc4;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 15px;
	padding: 6px 6px 1px 2px;
	text-align:center;
	}

#sidebar .side .constantcontact p {
	background-color: none;
	color: #fdffc4;
	font-size: 1em;
	margin: 0 0 .2em 0;
	padding: 0;
	width: auto;
	}     /* kills existing styles on sidebar paragraphs for the case of Constant Comment code block */

.constantcontact input.textfield {
	float: left;
	width: 95px;
	margin: .2em 0 .2em 5px;
	display: inline;
	font-size: .9em;
	}

.constantcontact input.submit {
	float: right;
	margin: .2em 3px .2em 0;
	display: inline;
	font-size: .9em;
	}

.constantcontact a.blocklink {
	display: block;
	clear: both;
	padding: 2px 0 0 0;
	}

.constantcontact img {


	}


a#white {
	background-color:#9417001;
	color:#fff;
	text-decoration:underline;
	}

ul#services-list {
	margin:0 0 0 15px;
	padding:0;
	list-style-type:none;
	width:630px;
	}

ul#services-list li {
	margin-bottom:15px;
	}

li.custom-dvd, li.milestone, li.corp-serv, li.wedding-serv, li.photo-restore, li.photo-mont, li.secure-dig, li.film-conv, li.cd-dvd {
	padding-left:80px;
	height:70px;
	}

li.custom-dvd {
	background: url(../img/multi.png) no-repeat left top;
	margin-top:10px;
	}

li.milestone {
	background: url(../img/clock.png) no-repeat left top;
	}

li.corp-serv {
	background: url(../img/corporate-sep.png) no-repeat left top;
	height:80px;
	}

li.wedding-serv {
	background: url(../img/wedding.png) no-repeat left top;
	}

li.photo-restore {
	background: url(../img/old-pics.png) no-repeat left top;
	}

li.photo-mont {
	background: url(../img/camera.png) no-repeat left top;
	}

li.secure-dig{
	background: url(../img/drive.png) no-repeat left top;
	}

li.film-conv {
	background: url(../img/projector.png) no-repeat left top;
	}

li.cd-dvd {
	background: url(../img/cds.png) no-repeat left top;
	}

#group-1 {
	border-top:1px solid #990000;
	float:left;
	width:630px;
	padding:10px 0;
	margin:0 0 0 15px;
	}

#group-2 {
	border-top:1px solid #990000;
	border-bottom:1px solid #990000;
	float:left;
	width:630px;
	padding:10px 0;
	margin:0 0 0 15px;
	}
	
#group-3 {
	float:left;
	width:630px;
	padding:10px 0;
	margin:0 0 0 15px;
	}


#wide-content p.retouch {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background-color:#8e1d17;
	float:left;
	width:50px;
	padding:2px 4px;
	margin:0;
	text-align:center;
	}

img.left {
	float:left;
	width:175px;
	margin:0 10px 10px 0;
	}

img.right {
	float:left;
	width:175px;
	margin:0 0 10px 0px;
	}

p.right {
	float:left;
	margin:0pt;
	padding:22px 0pt 0pt 5px;
	width:210px;
	}

.image-wrap {
	float:left;
	margin:0pt 10px 10px 5px;
	width:175px;
	}

.clear {
	clear:both;
	}

h3.faq {
	background: url(../img/flag_red.png) no-repeat left top;
	padding-left:21px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weigt:bold;
	}

#wedding-services {
	float:left;
	margin-left:7px;
	padding-bottom:10px;
	width:638px;
	}

.item-l, .item-r {
	float:left;
	display:inline;
	background: url(../img/gradient.png) center;
	width:275px;
	margin:10px 0 0 10px;
	padding:15px;
	border:1px dotted #941701;
	}

#wide-content .item-l p, #wide-content .item-r p {
	margin:0;
	padding:0;
	}

#wide-content .item-l h2, #wide-content .item-r h2 {
	font-family:Georgia;
	font-size:115%;
	letter-spacing:-0.04em;
	margin:0;
	padding:0 0 4px 0;
	font-weight:bold;
	color:#000;
	}


.right {
	clear:right;
	}

.left {
	clear:left;
	}

#forms {
	display:inline;
	float:left;
	width:630px;
	margin:5px 10px 20px 5px;
	padding:0;
	}

.form-column {
	display:inline;
	background: url(../img/cbg.png) repeat top left;
	border:1px dotted #941701;
	float:left;
	width:390px;
	padding:5px 10px 10px 10px;
	margin:0 0 0 15px;
	}

body#quote .form-column {
	width:410px;
	}

.form-column ul {
	margin:-2px 0 3px 0;
	padding:0;
	list-style-type:none;
	}

.form-column li {
	float:left;
	padding:5px;
	margin:0px;
	width:100%;
	}

.form-column label {
	float:left;
	text-align:right;
	width:4em;
	margin-right:1em;
	}

ul#checklist li {
	background: url(../img/tick.png) no-repeat center left;
	float:left;
	padding-left:22px;
	margin:0;
	width:255px;
	}

ul#checklist {
	margin:0 0 10px 20px;
	padding:0;
	list-style-type:none;
	}

h3 {
	color:#53655b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
	padding:0;
	}

h3.steps {
	margin:5px;
	}

ul.contact-info {
	float:left;
	width:260px;
	margin:0;
	padding:10px 0;
	}

ul.contact-info li.left {
	float:left;
	text-align:right;
	margin:0;
	padding:0 5px 0 0;
	width:60px;
	}

ul.contact-info li.right {
	float:left;
	margin-bottom:10px;
	padding:0;
	width:155px;
	}

.wed-serv {
	float:left;
	margin:0;
	padding:0;
	width:418px;
	}

.wed-serv img {
	float:left;
	margin:10px;
	padding:0;
	}

.wed-serv p {
	padding:0px 0px 5px 5px;
	}

.montage {
	float:left;
	width:645px;
	margin-left:10px;
	padding:10px 0;
	}

.montage img {
	float:left;
	width:360px;
	margin:0 5px 0 10px;
	padding:0;
	}

.montage p {
	float:left;
	width:235px;
	padding:0;
	margin:0;
	}

.contact-section {
	float:left;
	width:350px;
	padding:0pt 10px 0pt;
	margin:0;
	}

.contact-left {
	float:left;
	margin:0;
	width:240px;
	padding:0;
	}

.contact-right {
	float:right;
	margin:0pt;
	padding:0pt;
	width:250px;
	}

.address-section {
	float:left;
	margin:0pt;
	padding:0 0 0 20px;
	width:540px;
	}

.left-sec {
	float:left;
	margin:0pt;
	padding:0px 10px 0pt;
	width:180px;
	}

.right-sec {
	float:right;
	margin:30px 0pt 0pt;
	padding:10px;
	width:240px;
	}

ul#quote {
	margin:-2px 0 3px 0;
	padding:0;
	list-style-type:none;
	}

.form-column ul.info li {
	padding:5px;
	margin:0 0 0 20px;
	width:380px;
	}

.form-column ul#quote li.left {
	float:left;
	text-align:right;
	margin:0;
	padding:0 5px 0 0;
	width:89px;
	}

.form-column ul#quote label {
	float:left;
	text-align:right;
	margin:0;
	padding:0 5px 0 0;
	width:89px;
	}

.form-column ul#quote li.right {
	float:left;
	margin-bottom:10px;
	padding:0;
	width:200px;
	}

.right-column {
	float:right;
	width:180px;
	padding:0px;
	margin:0;
	}


/* QUOTES */

.quotewrap {
	margin:0 0 0 27px;
	padding:0px;
	width:600px;
	}

#content .quotetop p, #wide-content .quotetop p {
	background: url(../img/quote-trans.png) no-repeat top left;
	padding:40px 40px 5px 40px;
	margin:0;
	}

#content .quotebottom p, #wide-content .quotebottom p {
	background: url(../img/quote-trans.png) no-repeat bottom right;
	margin:0 0 20px 0;
	padding:20px 90px 10px 10px;
	}

.top {
	width:400px;
	}

.instructions {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

ul#list-col {
	margin:20px 0 0 0;
	padding:0 0 0 50px;
	list-style-type:disc;
	font-size: 1.1em;
	}

.each-list {
	border-right:1px dotted #981f13;
	float:left;
	width:120px;
	padding:0px;
	}

.each-list li {
	margin-bottom:5px;
	}

fieldset {
	border:0 solid transparent;
	}

legend {
	color:#53655B;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:15px;
	}

h3.restore {
	color:#981f13;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin-left:15px;
	}

img.wed {
	float:left;
	width:200px;
	margin:0 10px -100px 0;
	display:inline;
	position: relative;
	}

#top-content {
	padding-bottom: 20px;
	}

#top-content p.wide {
	margin-left: 210px;
	}


#content p.wed {
	width:192px;
	padding:10px;
	margin:0 0 0 210px;
	}

img.serv-dup {
	float:left;
	margin-left:15px;
	}

ul.serv-dup {
	width:305px;
	display:inline;
	float:left;
	margin:0 0 0 40px;
	padding:0;
	list-style-type:disc;
	font-weight: bold;
	}

ul.serv-dup li {
	margin-bottom:5px;
	}

#wide-content p.serv-dup {
	float:left;
	padding:10px 0pt 10px 30px;
	margin:0;
	width:330px;
	}

.rightwords {
	float: right;
	}

.leftwords {
	float: left;
	}

#lastgroup {
	float:left;
	margin:10px 0 0 10px;
	padding:10px;
	}

#lastgroup ul {
	float:left;
	margin:0 0 0 20px;
	padding-left: 16px;
	list-style:disc outside;
	}

#lastgroup ul li {
	margin:0 0 8px 0;
	}

#builder-wrap {
	float:left;
	width:610px;
	margin:10px 0 10px 25px;
	display:inline;
	}

#dvd-build {
	background: url(../img/tbg2.png) repeat center;
	border:1px dotted #990000;
	float:left;
	width:170px;
	padding:15px;
	margin:0;
	line-height:1.7;
	height:165px;
	text-align:center;
	color:#000;
	}

#dvd-build h3 a {
	font-size:17px;
	text-transform:uppercase;
	}


#lastgroup ul li, #frontlist ul li {
	margin:0 0 4px 0;
	}

#frontlist {
	width:415px;
	padding:5px 0 5px 35px;
	float:left;

	}

#frontlist ul {
	width:190px;
	float:left;
	margin:0;
	padding-left:5px;
	list-style-type:disc;
	}

#frontlist ul.left {
	margin-right:20px;
	}


#dvd-build {
	background: url(../img/tbg2.png) repeat center;
	border:1px dotted #990000;
	float:right;
	width:170px;
	padding:15px;
	margin:0;
	line-height:1.7;
	height:165px;
	text-align:center;
	color:#000;
	}

#dvd-build h3 a {
	font-size:17px;
	text-transform:uppercase;
	}

#frontquote {
	width:600px;
	margin: 10px 0 0 15px;
	clear: both;
	}

#frontquote-top p {
	background:url(../img/quote-trans.png) no-repeat;
	margin:0pt;
	padding:40px 40px 5px;
	}

#frontquote-bot p {
	background:url(../img/quote-trans.png) no-repeat right bottom;
	margin:0pt 0pt 20px;
	padding:10px 20px 20px 10px;
	text-align:right;
	}

span.more a {
	margin-left:40px;
	}

.side a:link, .side a:visited {
	color:#fff;
	text-decoration:underline;
	}

.strong {
	font-weight:bold;
	}

#accordion {
	margin:0pt 0pt 0 10px;
	width:635px;
	}

.bottom {
	margin-bottom:100px;
	}

ul#archive {
	margin:0 0 0 30px;
	padding:0;
	list-style-type:disc;
	}

ul.dvd {
	margin:0 0 10px 30px;
	padding:0;
	list-style-type:disc;
	}

body#portfolio .vid {
	float:left;
	position:relative;
	margin:10px 0px 10px 20px;
	height:112px;
	}

body#portfolio .vid a.see {
	position:absolute;
	bottom:0;
	left:0;
	width:123px;
	}

#gallery {
	margin:0 0 0 30px;
	}

.vid {
	position:relative;
	width:123px;
	height:110px;
	margin-left:36px;
	}

.vid-tall {
	position:relative;
	width:123px;
	height:130px;
	margin-left:36px;
	}

.vid a.see {
	position:absolute;
	bottom:0;
	left:30px;
	}

.vid-tall a.see {
	position:absolute;
	bottom:0;
	left:17px;
	}

ul#corp {
	list-style-type:disc;
	margin:10px 0 10px 45px;
	}

body#quote .form-column ul.info li {
	margin:0pt 0pt 0pt 10px;
	width:410px;
	}

body#quote h3 {
	margin:10px 0pt 5px 15px;
	}

body#quote .form-column ul#quote {
	margin:10px 0pt 3px 15px;
	}

a img {
	border:none;
	}

ul#info-center {
	margin:10px 0 0 30px;
	}

ul#privacy {
	list-style-type:none;
	margin-left:20px;
	}

ul.reg {
	margin:10px 0 10px 30px;
	}


body#sitemap #content ul#sitemap {
	margin:0 0 0 20px;
	padding:0 0 0px;
	list-style-type:none;
	}

ul#sitemap li {
	margin-bottom:2px;
	}

body#sitemap #content ul#sitemap ul {
	margin-left:30px;
	}



.insidenav {
	margin: 1em 0 0 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #961d10;
	}

.insidenav li {
	display: inline;
	}



.infosection-holder,
.linksection-holder {
	margin: 0;
	float: left;

	}

.infosection {
	margin: 5px 0 5px 0;
	float: left;
	display: inline; /* IE6 bugfix */
	width: 100%;
	clear: both;
	border-bottom: 1px dotted #961d10;
	}

.infoblock {
	margin: 10px 0 10px 0;
	float: left;
	display: inline; /* IE6 bugfix */
	width: 100%;
	clear: both;
	}

.infoblock .mainpane {
	float: right;
	display: inline; /* IE6 bugfix */
	width: 420px;
	margin: 0;
	}

.infoblock .sidepane {
	float: left;
	display: inline; /* IE6 bugfix */
	width: 225px;
	margin: 0;
	text-align: center;
	}

.infosection h3 {
	font-size: 1.5em;
	color: #961d10;
	margin: 0 0 .3em 20px;
	font-weight: normal;
	}

.infoblock h4 {
	color: #961d10;
	margin: 0 0 .3em 0;
	}

.infoblock h5 {
	font-size: .9em;
	}

.infoblock p {
	font-size: .9em;
	margin-bottom: .3em;
	}



.linksection-holder .infosection {
	margin: 10px 0 0 0;
	padding-bottom: 5px;
	}

.linksection-holder .infoblock {
	margin: 0 0 5px 0;
	float: left;
	display: inline; /* IE6 bugfix */
	width: 100%;
	clear: both;
	}

.linksection-holder .infoblock .mainpane {
	width: 540px;
	margin: 0 50px 0 0;
	}

.linksection-holder .infoblock h4 {
	color: #000;
	margin: 0 0 .3em 0;
	}

.linksection-holder .infoblock h4 a {
	color: #000;
	display: block;
	width: 100%;
	}

.linksection-holder .infoblock h4 a:hover {
	color: #961d10;
	}

.linksection-holder .infoblock p {
	padding: 0;
	}




