@charset "utf-8";
/* CSS Document */

/* _____________________ Page Elements */

html {

}

body {
margin:0;
background-color:#000;
background-image:url(images/BGpage.gif);
background-repeat:repeat-x;
background-position:top left;
}

.fixer {clear:both;}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
line-height:17pt;
}

p strong {
color:#fff;
}

p a {
color:#fff;
text-decoration:none;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#fff;
font-style:italic;
margin-top:0;
margin-bottom:0;
padding-top:0;
}

h2 {
padding-top:10px;
margin-bottom:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#777;
}

ul {
list-style-type:none;
color:#fab214;
font-size:19px;
font-family:Arial, Helvetica, sans-serif;
margin:10px auto 0 auto;
width:600px;
}

ul li {
display:inline;
margin:12px;
text-align:center;
}

ul li a {
text-decoration:none;
color:#fab214;
}

ul li a:hover {
color:white;
}

div#container {
width:966px;
margin:0 auto 0 auto;
}

div#header {
margin:0;
}

div#content {
margin:0;
padding:10px 100px 10px 100px;
background-image:url(images/BGcontent.jpg);
background-repeat:repeat-y;
background-position:top left;
}

div#content p {
color:#666;
}

div#footer {
color:#333;
text-align:center;
font-size:12px;
}

div#footer a {
font-weight:bold;
font-size:13px;
text-decoration:none;
color:#333;
}

div#services {
width:380px;
margin-top:20px;
float:left;
}

div#services p {
color:#3c3c3c;
font-size:13px;
font-weight:bold;
line-height:14pt;
}

div#content .sublinks a {
font-weight:bold;
}

p.sublinks {
color:#fff;
text-align:center;
}
p.sublinks a {
color:#fff;
text-decoration:none;
}
p.sublinks a:hover {
color:#fab214;
}
p.sublinks span {
padding:0 15px 0 15px;
color:#fff;
}

div#recentworks {
width:330px;
margin-top:20px;
float:right;
}

div#recentworks h2 {
font-size:14px;
}

div#recentworks div.dialog2 h2 {
margin-top:5px;
}

div#recentworks p {
font-size:12px;
}

div#recentworks .img {
float:right;
margin:10px;
}

div#recentworks .img2 {
float:left;
margin:10px;
}


/* CONTACT FORUM STYLING */
#contactforum label {
display:block;
float:left;
width:100px;
margin-bottom:5px;
padding-right:5px;
color:#fff;
text-align:right;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
}

#contactforum input {
margin-bottom:5px;
}

.errorbox {background-color:#fab214;}


/* This is for the tables on the pricing page  */
table.prices {
border:none;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.printprice {
width:325px;
text-align:center; 
color:#666; 
font-size:20px; 
float:right;
}

.seo {
color:#666; 
font-size:20px; 
}

.logoimg {
margin-right:10px;
}

span.cards {
font-size:10px;
}

table.prices tr td {
//border-bottom:1px solid #666;
}



/* This is for the rounded corners on the index page*/
/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content2,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(images/BGdialogCorners.png) no-repeat top right;

}

.dialog .content2 {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}
