/****** RESET **********/

/* Eric Meyer Reset Reloaded */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
margin: 0px;
padding: 0px;
border: 0px;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
text-decoration: none;
}

/* Removes dotted line when focus */
:focus { outline: none; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0px; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

.clearfix {
clear: both;
}

/***Thus endeth the reset **/

.new-body {
background: black;
}

.lowercase-body {
text-transform: lowercase;
}

#new-container {
width: 750px;
margin-left: auto;
margin-right: auto;
font-family: "Trebuchet MS", Trebuchet, Georgia, "Times New Roman", serif;
line-height: 22px;
color: #b2b2b2;
}

#new-header {
width: 100%;
margin:20px 0;
}

#new-logo {
background: url(/images/vividmargin_title.jpg);
width: 266px;
height: 64px;
text-indent: -9999px;
}

.new-main {
width: 734px;
padding: 35px 0 0 16px;
}

#services-main {
background: url(/images/welcome.png) top center no-repeat;
}

#web-main {
background: url(/images/web.png) top center no-repeat;
}

#print-main {
background: url(/images/print.png) top center no-repeat;
}

#combo-main {
background: url(/images/combos.png) top center no-repeat;
}

#portfolio {
background: url(/images/portfolio.png) top center no-repeat;
}

.contact-main {
background: url(/images/contact.png) top center no-repeat;
}

.content-header {
font-size: 24px;
line-height: 36px;
color: #999999;
font-weight: normal;
margin-bottom: 20px;
}

.services-box {
height: 220px;
width: 241px;
margin-right: 5px;
float: left;
}

#all-box {
width: 242px;
margin: 0;
}

.services-box-link {
display: block;
height: 182px;
width: 211px;
padding: 8px 15px;
background: #454545;
color: #b2b2b2;
text-decoration: none;
font-size: 18px;
line-height: 30px;
}

.services-box-link:hover {
background: #e6e6e6;
color: #454545
}

.services-box-header {
font-size: 24px;
margin: 0;
color: #864c9d;
width: 100%;
border-bottom: solid 2px #333333;
font-weight: normal;
line-height: 36px;
}

.services-box ul {
list-style: none;
margin: 20px 0;
padding: 0;
}

.compare-table {
width: 730px;
border: solid 2px #864c9d;
}

.compare-column {
background: #454545;
padding: 8px 15px;
float: left;
width: 212px;
}

.compare-column-one, .compare-column-two {
margin-right: 2px;
}

.package-title {
font-size: 24px;
line-height: 30px;
}

.package-price {
font-size: 20px;
color: #864c9d;
margin-bottom: 25px;
}

.compare-list {
width: 100%;
list-style: none;
margin: 0;
padding: 0;
font-size: 18px;
line-height: 36px;
}

.compare-list li {
width: 212px;
border-bottom: solid 1px #333333;
}

.last-list-item {
border: none;
text-align: right;
width: 100%;
}

.sub-list {
width: 192px !important;
padding-left: 20px;
}

.learn-more {
display: block;
margin-top: 16px;
font-size: 13px;
line-height: 15px;
text-decoration: underline;
width: 32px;
color: #ffffff;
float: left;
}

.learn-more:hover {
color: #f08822;
}

.or {
display: block;
font-size: 13px;
float: left;
padding: 15px 0 0 8px;
}

.get-started {
display: block;
margin-top: 15px;
margin-bottom: 5px;
padding: 0 10px;
background: #333333 !important;
color: #f08822;
border: solid 1px black;
width: auto;
float: right;
font-size: 22px;
}

.get-started:hover {
color: white;
border: solid 1px white;
}


.custom-quote {
text-transform: none;
margin-top: 36px;
margin-bottom: 36px;
text-align: center;
font-size: 18px;
color: #9c9c9c
}

.custom-quote a {
color: #e6e6e6;
text-decoration: underline;
}

.custom-quote a:hover {
color: #864C9D;
}


/*** Contact Forms ***/

#contact-form {
font-size: 18px;
line-height: 24px;
}

#contact-form input {
margin-bottom: 19px;
background: #333333;
color: #f08822;
font-size: 16px;
font-weight: normal;
border: solid 2px #454545;
width: 296px;
}

#contact-form input:focus {
background: #e6e6e6;
color: black;
}

#contact-form textarea {
width: 395px;
background: #333333;
border: solid 2px #454545;
color: #f08822;
}

#contact-form textarea:focus {
background: #e6e6e6;
color: black;
}

#contact-one {
width: 300px;
margin-right: 30px;
float: left;
}

#contact-submit {
clear: both;
text-align: right;
}

#submit-button {
display: block;
margin: 0;
padding: 0 15px;
background: #333333 !important;
color: #f08822;
width: auto !important;
float: right;
font-size: 22px !important;
font-weight: normal;
}

#submit-button:hover, #submit-button:focus {
color: white !important;
border: solid 2px white;
}



/*** Package Descriptions ***/

#detail-page {
font-size: 18px;
line-height: 24px;
}

.detail-page {
padding-top: 35px;
}

.item {
margin: 5px 522px 0 18px;
padding-bottom: 4px;
border-bottom: solid 1px #454545;
}

.description {
text-transform: none !important;
margin: -6px 0 0 252px;
}

.description ul li {
list-style: none;
margin-left: 30px;
}

.page-title {
font-size: 24px;
line-height: 30px;
margin: 0 0 30px 18px;
display: inline;
}

.detail-price {
font-size: 20px;
color: #864c9d;
margin: -23px 0 30px 252px;
}

.back-or-start {
float: right;
margin-top: 40px;
padding-bottom: 30px;
}

.back-to {
font-size: 14px;
text-decoration: underline;
color: #e6e6e6;
margin: -5px 25px 0 0;
}

.back-to:hover {
color: #F08821;
text-decoration: underline;
}

.get-started-page {
display: block;
background: #333333 !important;
border: solid 1px #666666;
font-size: 22px;
color: #f08822;
line-height: 36px;
margin: 10px 0 0 25px;
padding: 2px 15px 5px 15px;
width: auto;
display: inline;
float: none;
}

.get-started-page:hover {
color: white;
border: solid 1px white;
}


/*** Portfolio ***/

.graphic-item {
	margin: 55px 522px 0 18px;
	padding-bottom: 4px;
	border-bottom: solid 1px #454545;
}

.graphic-description {
	text-transform: none !important;
	margin: -6px 0 0 252px;
}

.graphic-description ul li {
	list-style: none;
	margin-left: 30px;
}

.portfolio-title {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 30px 18px;
	display: inline;
	color: #F08821;
}
