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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html { overflow-y: scroll; }

/* TOOLBOX
 ----------------------------- */

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.center { text-align: center; }

/* PAGE LAYOUT
 ----------------------------- */

p { margin: 15px 0; line-height: 20px; }

input[type=text], input[type=password], textarea {
   width: 400px;
   font-size: 16px;
   border: 1px solid #999;
   padding: 4px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
}
input[type=text]:hover, input[type=password]:hover, textarea:hover { border: 1px solid #333; }

#form { margin: 0 auto; }
#form tr td {
   font-size: 16px;
   font-style: italic;
   vertical-align: top;
   padding: 5px 15px 5px 0;
}

body {
   font: 14px Arial, Helvetica, sans-serif;
   background: #fffdee;
   color: #444;
}

#page-wrap {
   width: 1000px;
   margin: 0 auto;
}

h1 {
   width: 980px;
   height: 200px;
   margin: 0 auto;
   background: url(/images/header.jpg) no-repeat;
   text-indent: -9999px;
}

h2 {
   font-size: 18px;
   color: #333;
}

a { color: #888; text-decoration: none; }
a:hover { text-decoration: underline; }

#nav {
   width: 220px;
   margin-top: 20px;
   border-top: 1px solid #777;
   float: left;
}

#nav a {
   display: block;
   width: 200px;
   padding: 10px;
   text-align: right;
   text-decoration: none;
   border-bottom: 1px solid #777;
   color: #777;
}

#nav a:hover {
   background: #333;
   color: #aaa;
}

.text-box {
   width: 410px;
   margin: 10px;
   padding: 10px;
   background: #380000 url(/images/box.jpg) no-repeat;
   border: 6px solid #ccc;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   font-weight: bold;
   color: #bbb;
   line-height: 20px;
}

ul li {
   list-style:disc;
   list-style-position: inside;
   padding: 3px;
}

#content {
   float: left;
   width: 730px;
   margin: 19px 0 30px 30px;
}

#footer {
   clear: both;
   float: right;
   width: 100%;
   font-size: 12px;
   color: #333;
   clear: both;
   border-top: 1px solid #333;
   text-align: right;
   padding-top: 10px;
   margin-bottom: 20px;
}

#response {
   display: none;
   width: 500px;
   height: 20px;
   padding: 10px;
   text-align: center;
   border: 1px solid #797;
   background: #dfd;
   color: #000;
}

#prices {
   width: 650px;
   margin: 0 auto;
}

#prices td {
   padding: 5px;
   background: #f2efe2;
   text-align:center;
   border-bottom: 1px solid #fffdee;
}

#prices td:first-child {
   text-align:left;
}

#prices tr:hover td {
   background: #555;
   color: #fff;
}

.portfolio {
   width: 100%;
}

.portfolio td {
   padding: 10px;
}

.portfolio td img {
   border: 5px solid #ccc;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
}

.portfolio td img:hover {
   border: 5px solid #777;
}

#slideshow {
   float: right;
   overflow:hidden;
   width: 400px;
   height: 271px;
   margin: 10px;
   background: #ccc;
   border: 6px solid #ccc;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius: 6px;
}