/* Non IE */
a {
	color:white;
}

.bold {
	font-weight:bold;
}

.white {
	color:white;
}

.gold {
	color:#d4da00;
}

.blue {
	color:#4c7ec6;
}

.lblue {
	color:#98c2ff;
}

.red {
	color:red;
}

.lgreen {
	color:#49ec3d;
}

.green {
	color:#36ea15;
}

.dgray {
	color:#999999;
}

.gray {
	color:#f2f2f2;
}

.italic {
	font-style:italic;
}

.underline {
	text-decoration:underline;
}

ul.list ul {
	margin:8px 0 0 0;
}

ul.list li {
	margin:0 0 8px 0;
}

.title {
   color:#fff;
   font-size:22px;
   line-height:20px;
   letter-spacing:-1px;
   font-family:"Trebuchet MS";
   font-weight:normal;
   margin:10px 0 15px 0;
}

h2 {
	font-weight:normal;
	font-size:16px;
}

h3.title {
   font-size:16px;
   line-height:20px;
   letter-spacing:-1px;
   font-family:"Trebuchet MS";
   font-weight:normal;
   margin:5px 0 10px 0;
   color:#d4da00;
}
 
h3.title a {
   color:#d4da00;
}

h3.title a:hover {
	text-decoration:underline;
}

h4 {
	font-size:18px;
	margin:10px 0 10px 0;
	font-weight:normal;
}

a {
	text-decoration:none;
}

p a {
	color:#d4da00;
}

p a:hover {
	text-decoration:underline;
}

html {
	background:url("../images/backgrounds/pillars of fire.jpg") no-repeat center top black;
	position:relative;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	color:#f2f2f2;
}

div#entire_page {
	position:relative;
}

div#top {
	height:140px;
	width:100%;
	border-bottom:1px solid #4b4b4b;
	background:url("../images/backgrounds/transp_85.png");
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}

div#container {
	width:980px;
	margin:auto;
	position:relative;
}

div#panel {
	height:0px;
	width:980px;
	margin:auto;
	position:absolute;
	top:0px;
	z-index:1;
	background:url("../images/backgrounds/menu_bg single.jpg") #333333;
}

div#panel div.hide_button {
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:10px;
	color:white;
}

div#panel div.themes {
	height:66px;
	width:450px;
	position:absolute;
	bottom:5px;
	left:10px;
}

div#panel div.select {
	position:absolute;
	bottom:76px;
	left:10px;
	font-size:10px;
	color:white;
}

div#panel div.themes div.choice {
	width:66px;
	height:66px;
	float:left;
	margin-right:5px;
}

div#header {
	width:980px;
	margin:auto;
	position:relative;
	height:140px;
}

div#header div.panel_button {
	position:absolute;
	top:10px;
	right:10px;
	color:white;
	font-size:10px;
}

div#header div#logo {
	padding-top:7px;
}

div#menu {

}

div#menu ul.menu {
	list-style:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	
}

div#menu ul.menu li {
	display:inline;
	float:left;
	border-left:1px solid #161616;
	border-right:1px solid #0c0c0c;
	background:url("../images/backgrounds/menu_bg_comb.jpg");
}

div#menu ul.menu li:hover, div#menu ul.menu li.this {
	background:url("../images/backgrounds/menu_bg_comb.jpg") 0px 47px;
}

div#menu ul.menu li:hover a, div#menu ul.menu li.this a {
	background: none;
}

div#menu ul.menu li a {
	display:block;
	padding:15px 40px 15px 40px;
	font-size:14px;
	color:#dedede;
	text-transform:uppercase;
	background:url("../images/backgrounds/menu gradient.png") bottom repeat-x;
}

div#main {
	overflow:auto;
}

div#portfolio {
	width:960px;
	background:url("../images/backgrounds/menu_bg.jpg");
	height:300px;
	padding:10px;
	position:relative;
	margin-bottom:10px;
	font-size:11px;
}

div#portfolio div.control {
	height:35px;
	width:300px;
	position:absolute;
	bottom:10px;
	right:10px;
	border:1px solid #343434;
	background:#0c0c0c;	
}

div#main div#newsbox {
	float:right;
	border:1px solid #101010;
	background:url("../images/backgrounds/box background.png") repeat-x #050506;
	width:300px;
	height:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	color:#ababab;
}

div#contact_form {
	float:right;
	border:1px solid #101010;
	background:url("../images/backgrounds/box background.png") repeat-x #050506;
	width:300px;
	height:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	color:#ababab;
	margin-top:10px;
}

div#contact_form div.logo {
	position:absolute;
	top:5px;
	left:5px;
	z-index:0;
}

div#contact_form div.body {
	position:absolute;
	top:60px;
}

div#contact_form div.body div.button {
	margin:0 0 0 7px;
}

div#main div#twitter {
	float:right;
	width:300px;
	height:200px;
	margin-top:10px;
}

div#main div#newsbox div.head, div#main div#contact_form div.head {
	line-height:45px;
	border-bottom:1px dashed #333333;
	margin:0 10px 0 10px;
	font-size:14px;
	padding-left:25px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	height:45px;
	width:260px;
}

div#main div#newsbox div.logo {
	position:absolute;
	top:5px;
	left:5px;
}

div#newsbox div.body {
	position:absolute;
	top:50px;
}

div#main div#newsbox ul.news {
	list-style:none;
	padding:10px;
	margin:0px;
}

div#main div#newsbox ul.news li {
	margin:5px 0 5px 0;
}

div#mainbody {
	float:left;
	width:620px;
	background:url("../images/backgrounds/transp_85.png");
	border:1px solid #383838;
	padding:10px;
	min-height:720px;
	height:auto !important;
	height:720px;
}

div#mainbody p {
	line-height:18px;
}

div#mainbody div.section {
	border-bottom:1px dashed #cccccc;
	position:relative;
	padding:5px 0 5px 0;
	overflow:hidden;
}

div#mainbody div.section.last {
	border-bottom:0px dashed #d4da00;
}

div#mainbody div.choose_website {
	position:relative;
	height:165px;
}

div#mainbody div.section div.service {
	position:relative;
	overflow:hidden;
	padding:5px 0 5px 0;
	margin-bottom:5px;
}

div#mainbody div.section h3 {
	margin-top:0px;
	padding-top:0px;
}

div#mainbody div.section div.service div.text {
	width:400px;
	float:left;
}

div#mainbody div.section div.service div.image {
	float:right;
}

div#footer {
	background:url("../images/footer texture.jpg") no-repeat center top black;
	width:100%;
	clear:both;
	margin-top:30px;
	height:100px;
	border-top:1px dashed #4b4b4b;
}

div#footer div.content {
	width:980px;
	margin:auto;
	margin-top:20px;
	font-size:11px;
	overflow:auto;
}

div#footer div.content div.copy {
	float:left;
}

div#footer div.content div.address {
	float:right;
}

/* business-card-websites.php */
body#business-card-websites div.section div.design {
	float:left;
	margin:0 7px 7px 0;
}

body#business-card-websites div.section div.price {
	clear:both;
}

/* business-card-offer */
body#business-card-offer div.topseller {
	position:absolute;
	right:0px;
	top:205px;
	z-index:1;
}

/* contact.php */
ul.contact {
	margin:20px 0 20px 30px;
	padding:0px;
	list-style:none;
}

ul.contact li {
	padding:2px;
}

/* portfolio.php */
div#portfolio_cont div.job {
	height:190px;
	background:url("../images/portfolio/cont bg.jpg") #2a2a2a;
	position:relative;
}

div#portfolio_cont div.text a {
	color:gray;
}

div#portfolio_cont div.logo {
	height:146px;
	width:233px;
	background:url("../images/portfolio/shadow behind logo.png");
	position:absolute;
	top:22px;
	left:10px;
}

div#portfolio_cont div.logo img {
	position:absolute;
	top:12px;
	left:11px;
}

div#portfolio_cont div.text {
	height:165px;
	width:320px;
	position:absolute;
	top:15px;
	right:10px;
	text-align:right;
}

ul#list li {
	margin:3px 0 3px 0;
}

div.request_a {
	float:left;
	width:285px;
	height:285px;
	background:url("../images/buttons/free quote & callback background.png") no-repeat;
	position:relative;
	margin-left:18px;
}

div.request_a div.button {
	height:130px;
	width:236px;
	position:absolute;
	top:85px;
	left:24px;
}

div.request_a div.button a {
	height:130px;
	width:236px;
	display:block;
}

div.request_a div.button.callback {
	background:url("../images/buttons/callback - button.jpg") no-repeat;
}

div.request_a div.button.callback:hover {
	background:url("../images/buttons/callback - button.jpg") no-repeat -235px 0px;
}

div.request_a div.button.freequote {
	background:url("../images/buttons/free quote - button.jpg") no-repeat;
}

div.request_a div.button.freequote:hover {
	background:url("../images/buttons/free quote - button.jpg") no-repeat -235px 0px;
}

form#details {
	border:2px solid #b4dbd9;
	background:#ecf8f7;
	color:#325bd5;
	overflow:auto;
	width:500px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
}

form#details div.mainform {
	margin:65px 0 30px 65px;
	overflow:hidden;
}

form#details div.formsection {
	width:180px;
	float:left;
	margin:0 0 0 2px;
}

form#details div.row {
	height:30px;
	line-height:30px;
	margin:0 0 2px 0;
	background:#a7bcfd;
	padding:0 0 0 10px;
}

form#details div.bigrow {
	height:95px;
	line-height:65px;
	margin:0 0 2px 0;
	background:#a7bcfd;
	padding-left:10px;	
}

body#free-quote div.bigrow {
	height:165px;
}

form#details div.row input {
	margin-top:3px;
	width:150px;
	color:#5d5d5d;
	font-family:Arial, Helvetica, sans-serif;
}

form#details input.required, form#details textarea.required {
	background-color:#fdff6d;
}

form#details div.row input.submit {
	color:#3c3c3c;
}

form#details textarea {
	height:80px;
	width:150px;
	margin-top:4px;
	color:#5d5d5d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body#free-quote form#details textarea {
	height:150px;
	width:150px;
	margin-top:4px;
	color:#5d5d5d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

form#details div.header {
	position:absolute;
	top:20px;
	left:15px;
	font-size:17px;
	font-weight:normal;
	color:#1a43be;
	font-family:"Trebuchet MS";
}

form#details div.swap {
	clear:both;
	text-align:center;
	padding-top:5px;
	width:360px;
}

form#details div.alert {
	margin:0 0 5px 0;
}

form#details .success {
	color:#00CC00;
	font-weight:bold;
}

form#details .failure {
	color:red;
	font-weight:bold;
}

div.section div.gallery {
	width:540px;
	margin:auto;
	overflow:auto;
	margin-top:10px;
	margin-bottom:10px;
}

div.section div.gallery div.thumb {
	float:left;
	margin:10px 0 10px 20px;
}

div.section div.gallery div.thumb img {
	border:1px solid gray;
}

/* Kwicks CSS */
ul.kwicks {
	list-style:none;
	color:gray;
	overflow:auto;
	padding:0px;
	margin:0px;
}

.kwicks li {
	display:inline;
	float:left;
	width: 150px;
	height: 150px;
	margin:0px;
	padding:5px;
	border:1px solid #666666;
	position:relative;
	background:url("../images/backgrounds/pick website shadow.png") repeat-y right #ebebeb;
	color:#0e3299;
}

.kwicks li a {
	color:#646464;
	clear:both;
	font-size:11px;
	margin-top:5px;
}

.kwicks li div.text {
	position:absolute;
	top:60px;
}

.kwicks li div.image {
	width:70px;
	height:70px;
	position:absolute;
	top:45px;
	left:160px;
}

#kwick1 div.image { 
	background:url("../images/backgrounds/business card button.png") no-repeat;
}

#kwick2 div.image {
	background:url("../images/backgrounds/information button.png") no-repeat;
}

#kwick3 div.image {
	background:url("../images/backgrounds/cms button.png") no-repeat;
}

#kwick4 div.image { 
	background:url("../images/backgrounds/e-commerce button.png") no-repeat;
	visibility:hidden;
}

#kwick4:hover div.image { 
	visibility:visible;
}

table.stats {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 550px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin:auto;
	margin-top:10px;
}

table.stats td {
	background-color: #ededed;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}

table.stats td.hed {
	background-color: #666;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
} 

table.stats tr.sub td {
	background-color:#d6d6d6;

} 

table.stats td.yes {
	background:url("../images/stat%20table%20-%20tick.jpg") #baffbd no-repeat center center !important;
}

table.stats td.no {
	background:url("../images/stat%20table%20-%20cross.jpg") #ffc0c0 no-repeat center center !important;
}

table.stats tr.divide td {
	border-bottom:1px solid gray;	
}

table.stats tr.emphasis td{
	background:#f7ff72;	
}

div.video {
	text-align:center;
}
