
/* ----------------------------------------- start 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-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1.2;
	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;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* ----------------------------------------- end reset */

body {
	background: #ededed url(../images/bg.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	height: 100%
}

* html {
	height: 100%;
}

h1#wwdo {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	text-align: center;
	margin: 20px 0;
}

#wrapper {
	width: 980px;
	height: 100%;
	margin: 9px auto 0 auto;
	text-align: left;
}

/* ----------------------------------------- start nav */

#menu {
	text-align: left;
	height: 26px;
	margin: 0 auto;
	font-size: 12px;
}

#nav, #nav ul {
	margin: 0 auto;
	width: 900px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.1em;
	z-index: 101;
}

#nav a {
	display: block;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background: #9c2a2a url(../images/menu-red-left.gif) left top no-repeat;
	margin: 0 0 0 4px;
	padding: 0 0 0 10px;
	line-height: 26px;
}

#nav a:hover {
	background: #ac9e82 url(../images/menu-red-left-o.gif) left top no-repeat;
	color: #000;
}

#nav a span {
	background: url(../images/menu-red-right.gif) right top no-repeat;
	display: block;
	padding: 0 10px 0 0;
	line-height: 26px;
}

#nav a:hover span {
	background: url(../images/menu-red-right-o.gif) right top no-repeat;
}

#nav li {
	float: left;
	position: relative;
	list-style: none;
}

#nav ul {
	position: absolute;
	display: none;
	width: 8em;
	top: 2.8em;
}

#nav li ul a {
	width: 14em;
	height: auto;
	float: left;
	background: #bebcae;
	color: #000;
	border: 1px solid #bebcae;
	padding: 5px;
	margin: 0;
}

#nav li ul a:hover {
	background: #000;
	color: #fff;
}

#nav ul ul {
	top: auto;
}	

#nav li ul ul {
	left: 10em;
	margin: 0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

#home #nav a.home,
#webdesign #nav a.webdesign,
#seo #nav a.seo,
#soc #nav a.soc,
#ppc #nav a.ppc,
#vid #nav a.vid,
#about #nav a.about,
#blog #nav a.blog,
#contact #nav a.contact {
	background: #ac9e82 url(../images/menu-red-left-o.gif) left top no-repeat;
	color: #000;
}

#home #nav a.home span,
#webdesign #nav a.webdesign span,
#seo #nav a.seo span,
#soc #nav a.soc span,
#ppc #nav a.ppc span,
#vid #nav a.vid span,
#about #nav a.about span,
#blog #nav a.blog span,
#contact #nav a.contact span {
	background: #ac9e82 url(../images/menu-red-right-o.gif) right top no-repeat;
	color: #000;
}

/* ----------------------------------------- end nav */

#header {
	margin: 10px 0;
}

#header p {
	margin: 0;
}

#logo {
	margin: 10px 0;
}

#tagline {
	color: #db0029;
	font-size: 14px;
	float: left;
}

#contactinfo {
	float: right;
	font-size: 14px;
	color: #fff;
}

#teaserwrap {
	height: 299px;
	background: #262626 url(../images/teaser-bg.gif) no-repeat;
	margin: 20px 0 20px 0;
}

#teaser {
	float: left;
	width: 600px;
}

#teaser h1 {
	font-size: 30px;
	color: #ac9e82;
	margin: 10px;
	
}

#teaser p {
	font-size: 18px;
	color: #f3f3f3;
	text-align: right;
	background: url(../images/mini-logo.gif) right no-repeat;
	padding-right: 40px;
}

#teaser img {
	float: right;
	margin: 10px 5px 0 5px;
}

#video {
	float: right;
	margin: 10px;
	width: 322px;
	height: 273px;
}

#overview {
	margin: 40px 0 10px 0;
	border-bottom: #000 solid 6px;
	padding-bottom: 10px;
}

#overview p {
	font-size: 18px;
	color: #a2a2a2;
}

#overview a:link,
#overview a:visited {
	color: #9c2a2a;
	text-decoration: underline;
}

#overview a:active,
#overview a:hover {
	color: #90846c;
	text-decoration: underline;
}

#socialbar {
	background: url(../images/social-bar.gif) no-repeat;
	width: 975px;
	height: 40px;
	margin: 0 auto;
}

#socialbar p {
	color: #ac9e82;
	font-size: 12px;
}

#socialbar table {
	height: 40px;
	margin: 0;
}

#socialbar td {
	vertical-align: middle;
}

#socialbar img {
	float: right;
	margin: 0 5px;
}

#content {
	margin: 0 0 20px 0;
}

#content2 {
	margin: 0 0 20px 0;
	background: #f7f6f6 url(../images/content-bg.gif) top repeat-x;
}

#maincol {
	float: left;
	width: 655px;
	height: 615px;
	background: #fff url(../images/hmcol1.gif) top no-repeat;
	font-size: 14px;
}

#maincol1 {
	float: left;
	width: 324px;
}

#maincol2 {
	float: right;
	width: 324px;
}

#seccol {
	float: right;
	width: 304px;
	height: 615px;
	background: #f7f6f6 url(../images/hmcol2.gif) top no-repeat;
}

#maincol3 {
	float: left;
	width: 710px;
	font-size: 14px;
	margin: 10px;
	background: #fff url(../images/seccol1-bg.gif) top no-repeat;
}

#seccol3 {
	float: right;
	width: 230px;
	font-size: 12px;
	color: #fff;
	margin: 10px;
	background: url(../images/seccol2-bg.gif) top no-repeat;
}

#pagetitle {
	background: url(../images/h1-bg.gif) no-repeat;
	width: 980px;
	height: 58px;
}

.pgdescrip {
	font-size: 18px;
	color: #ac9e82;
}

.last {
	background: url(../images/seccol1bot-bg.gif) bottom no-repeat;
	height: 18px;
}

.last2 {
	background: url(../images/contentbot-bg.gif) bottom no-repeat;
	height: 17px;
}


#social {
	background: url(../images/social-sidebar.gif) no-repeat;
	width: 211px;
	height: 100px;
	margin: 10px auto;
	padding-top: 1px;
}

#social table {
	margin: 0 10px 10px 10px;
}

#social td {
	vertical-align: middle;
	padding: 2px;
}

#yoursite {
	background: url(../images/small-sidebar.gif) no-repeat;
	width: 211px;
	height: 179px;
	margin: 10px auto;
	padding-top: 1px;
}

#packages {
	background: url(../images/large-sidebar.gif) no-repeat;
	width: 211px;
	height: 270px;
	margin: 10px auto;
	padding-top: 1px;
}

p {
	margin: 10px;
}

a:link,
a:visited {
	color: #90846c;
	text-decoration: underline;
}

a:active,
a:hover {
	color: #9c2a2a;
	text-decoration: underline;
}

ul {
	margin: 10px 10px 10px 30px
}

ul li {
	list-style: disc;
	margin-bottom: 2px;
}

table {
	margin: 10px;
}

dl {
	margin: 10px;
}

dt {
	font-weight: bold;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin: 10px;
}

#pagetitle h1 {
	font-size: 30px;
	font-weight: normal;
	color: #ac9e82;
	line-height: 52px;
}

h2 {
	font-size: 18px;
	color: #9c2a2a;
	font-weight: bold;
	margin: 10px;
}

h3 {
	font-size: 22px;
	color: #000;
	margin: 10px;
}

h4 {
	color: #ac9e82;
	font-size: 16px;
	font-weight: normal;
	margin: 10px;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	color: #a2a2a2;
	margin: 10px;
}

#footerwrap {
	background: #000;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	color: #eee;
}

#footerwrap a:link,
#footerwrap avisited {
	color: #eee;
	text-decoration: underline;
}

#footerwrap a:active,
#footerwrap a:hover {
	color: #9c2a2a;
	text-decoration: underline;
}

#footer {
	margin: 0 auto;
	width: 980px;
	height: 182px;
	background: url(../images/footer-bg.gif) no-repeat;
	text-align: left;
}

#areasserved {
	width: 305px;
	float: left;
}

#servicesoffered {
	width: 305px;
	float: left;
}

#links {
	width: 305px;
	float: right;
}

#footaddy {
	text-align: center;
	clear: both;
}

#footerbottom {
	width: 980px;
	margin: 0 auto;
}

#copyright {
	width: 300px;
	float: left;
	text-align: left;
}

#terms {
	width: 300px;
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

/* begin styles for RSS Feed */

#tweets {
	margin: 0;
	font-size: 14px;
}

#tweets .rss_box {
	 margin: 0;
	 padding: 0;
}

#tweets .rss_title, rss_title a {
	margin: 0;
	padding: 0;
}

#tweets .rss_items {
}

#tweets .rss_item  {
  padding: 0 0 5px 0;
  list-style: none;
}

#tweets .rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration: underline;
	color: #9c2a2a;
	display: block;
	}

#tweets .rss_item a:hover { 
	text-decoration: underline;
	color: #90846c;
	}
	
#tweets .rss_date {
	}
	
/* end styles for RSS Feed */

/* begin styles for RSS Feed */

#blogposts {
	margin: 0;
	font-size: 14px;
}

#blogposts .rss_box {
	 margin: 0;
	 padding: 0;
}

#blogposts .rss_title, rss_title a {
	margin: 0;
	padding: 0;
}

#blogposts .rss_items {
}

#blogposts .rss_item  {
  padding: 0 0 5px 0;
  list-style: none;
}

#blogposts .rss_item a:link, 
#blogposts .rss_item a:visited, 
#blogposts .rss_item a:active {
	text-decoration: underline;
	color: #9c2a2a;
	display: block;
	font-weight: bold;
	}

#blogposts .rss_item a:hover { 
	text-decoration: underline;
	color: #90846c;
	}
	
#blogposts .rss_date {
	font-size: 10px;
	position: relative;
	top: -18px;
	}
	
/* end styles for RSS Feed */

.exec {
	font-size: 18px;
	color: #9c2a2a
}

hr {
	height: 0;
	width: 97%;
	border-bottom: #a2a2a2 solid 3px;
	margin: 0 auto;
}

.brdr {
	border: #000 solid 1px;
	background: #9c2a2a;
	padding: 2px;
	margin: 10px;
}

.testimonial {
	margin: 12px 0;
	border-top: #af0021 dotted 1px;
	}

/*-------- Website Evaluation Page --------*/

#website-evaluation input,
#website-evaluation select,
#website-evaluation textarea {
	font-size: 12px;
}

#website-evaluation td {
	border-top: #ccc solid 1px;
	padding: 3px;
}

#website-evaluation td.last {
	border-bottom: #ccc solid 1px;
}

#website-evaluation td.zebra {
	background: #f1f1f1;
}

/*-------- PPC Evaluation Page --------*/

#ppc-request input,
#ppc-request select,
#ppc-request textarea {
	font-size: 12px;
}
	
#ppc-request td {
	border-top: #ccc solid 1px;
	padding: 3px;
}

#ppc-request td.last {
	border-bottom: #ccc solid 1px;
}

#ppc-request td.zebra {
	background: #f1f1f1;
}

/*-------- LighBox --------*/
	
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


.vidcol1 {
	float: left;
	width: 286px;
	margin-top: 12px;
	}
	
.vidcol2 {
	float: right;
	width: 286px;
	border-left: #999999 solid 1px;
	padding-left: 10px;
	margin-top: 12px;
	}
	
.videopackages {
	width: 280px;
	float: right;
	padding: 8px;
	margin: 12px;
	background: #9c2a2a;
	color: #ffffff;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
	}
	
.videopackages h4 {
	color: #ffffff;
	}
	
.videopackages ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.videopackages li {
	background: url(../images/video-slate-icon.gif) left no-repeat;
	list-style: none;
	padding-left: 24px;
	line-height: 24px;
	}
	
.videopackages a:link {
	color: #ffffff;
	}
	
.videopackages a:active {
	color: #ffffff;
	}
	
.videopackages a:visited {
	color: #ffffff;
	}
	
.videopackages a:hover {
	color: #ffffff;
	}
	
.videopackages .price {
	font-size: 20px;
	font-weight: bold;
}
	
.videolib ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.videolib li {
	background: url(../images/video-slate-icon-lg.gif) left no-repeat;
	list-style: none;
	padding-left: 42px;
	line-height: 32px;
	font-size: 14px;
	}
	
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-biz .jcarousel-container {
}

.jcarousel-skin-biz .jcarousel-container-horizontal {
    width: 300px;
    padding: 5px 40px 20px 10px;
}

.jcarousel-skin-biz .jcarousel-clip-horizontal {
    width:  300px;
    height: 75px;
}

.jcarousel-skin-biz .jcarousel-item {
    width: 75px;
    height: 75px;
}

.jcarousel-skin-biz .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-biz .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-biz .jcarousel-next-horizontal {
    position: absolute;
    top: 84px;
    right: 26px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.jpg) no-repeat 0 0;
}

.jcarousel-skin-biz .jcarousel-prev-horizontal {
    position: absolute;
    top: 84px;
    left: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.jpg) no-repeat 0 0;
}