/* @override http://digitalmemoriesvideography.com/css/style.css */

/* Site by Pixelsplendor */
/* @group Eric Meyer Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

body
{
	background-color: black;
	width: 45em;
	margin: 0 auto;
	position: relative;
}

#home
{
	background-image: url(../i/home.jpg);
	background-repeat: no-repeat;
	background-position: center 85px;
}

div.subpagetext
{
	width: 700px;
	text-align: left;
}

#service div.subpagetext
{
	background: url(../i/services.jpg) no-repeat 45px 45px;
	top: 85px;
}

#contact div.subpagetext
{
	background: url(../i/contact.jpg) no-repeat 45px 45px;
	top: 85px;
	height: 300px;
}

#about div.subpagetext
{
	background: url(../i/about.jpg) no-repeat 45px 45px;
	top: 85px;
}

#demo div.subpagetext
{
	background: #000;
	top: 85px;
	height: 600px;
}

div#other_services
{
	width: 170px;
	height: auto;
	top: -55px;
	left: 50px;
}

#other_services li
{
	display: block;
	text-align: left;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 80%;
}

#demo p
{
	top: 400px;
	text-align: center;
	padding: 0;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

#other_services li a:link, #other_services li a:visited
{
	color: #777;
	background: #1b1a1b;
	display: block;
	height: 30px;
	border-bottom: 1px solid #2a2a2a;
	line-height: 28px;
	padding-left: 15px;
	text-decoration: none;
}
#other_services li a:hover, #other_services li a:active
{
	background: #2a2a2a;
	text-decoration: underline;
	padding-left: 19px;
}

/* @group Navigation */

ul#nav
{
	width: 570px;
	position: absolute;
	top: 25px;
	left: 50%;
	margin: 0 0 0 -285px;
}

ul#nav li
{
	display: inline;
	list-style-image: none;
}

ul#nav li a
{
	float: left;
	height: 32px;
	width: 84px;
	margin-right: 30px;
	background-image: url(../i/nav.gif);
	text-indent: -9999px;
}

/* @group Nav IDs */

a#home:link, a#home:visited
{
	background-position: 0 top;
	background-repeat: no-repeat;
}
a#home:hover, a#home:active
{
	background-position: -420px top;
}

a#services:link, a#services:visited
{
	background-position: -84px top;
	background-repeat: no-repeat;
}
a#services:hover, a#services:active
{
	background-position: -504px top;
}

a#contact:link, a#contact:visited
{
	background-position: -168px center;
	background-repeat: no-repeat;
}
a#contact:hover, a#contact:active
{
	background-position: -588px top;
}

a#about:link, a#about:visited
{
	background-position: -252px top;
	background-repeat: no-repeat;
}
a#about:hover, a#about:active
{
	background-position: -672px top;
}

a#demo:link, a#demo:visited
{
	background-position: -336px top;
	background-repeat: no-repeat;
	margin-right: 0;
}
a#demo:hover, a#demo:active
{
	background-position: -756px top;
	margin-right: 0;
}

/* @end */

/* @end */

div.subpagetext h1
{
	color: #fff;
	font-family: Cochin, Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	margin-bottom: 1.2em;
	border-bottom: 1px solid;
	border-color: #2a2a2a;
	text-align: center;
}

div#other_services h2
{
	color: #fff;
	font-family: Cochin, Georgia, "Times New Roman", Times, serif;
	margin-bottom: 9px;
	border-bottom: 1px solid #2a2a2a;
	font-size: 1.1em;
	padding-bottom: 3px;
}

.relative
{
	position: relative;
}

#home h1#logo
{
	background-image:url(../i/logo-trans.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	position: absolute;
	top: 290px;
	left: 50%;
	margin-left: -159px;
	height: 166px;
	width: 318px;
	line-height: 500px;
	overflow: hidden;
}

p
{
	color: #9d9d9d;
	font-family: Cochin, "Times New Roman", Times, serif;
	text-align: center;
}

p a:link
{
	color: #ccc;
}

p a:visited
{
	color: #9c9c51;
}

p a:hover, p a:active
{
	color: #fff;
}

p a:focus
{
	border: solid 1px #ccc;
}

div.subpagetext p
{
	text-align: left;
	width: 410px;
	font-size: 90%;
	padding-left: 290px;
	margin-bottom: 1em;
	line-height: 1.3em;
}

span.emph
{
	font-weight: bold;
	color: #ccc;
}

p#blurb
{
	top: 475px;
}

p#copyright
{
	top: 620px;
	font-size: 70%;
}

img.creditcards
{
	position: absolute;
	top: 650px;
	left: 50%;
	margin-left: -110px;
}

#contact fieldset
{
	width: 400px;
	height: auto;
	text-align: left;
	padding-left: 290px;
	color: #9d9d9d;
	font-family: Cochin, "Times New Roman", Times, serif;
}

#contact fieldset .text
{
	width: 200px;
	font-size: 1em;
	padding: 3px;
	border: 2px solid #ccc;
	margin-bottom: 19px;
}

#contact textarea
{
	width: 345px;
	height: 100px;
	font-size: .8em;
	padding: 5px;
	border: 2px solid #ccc;
	margin-bottom: 19px;
}

#contact label
{
	display: block;
	margin-bottom: 5px;
}

#contact legend
{
	visibility: hidden;
}

select#service
{
	margin-bottom: 2em;
}