@charset "utf-8";
/*

	Theme Name: network-template
	Theme URL: http://digipawn.com
	Description: Network template
	Author: ** **
	Author URI: BeerBong.com
	Version: 1.0
	
	Changelog:
		v1.0 - 10.12.07
		DigiPawn.com Network template

*/
/*
	
	TOC: (Table of Contents)
	Note: by pressing Ctrl + F you can enter the key code to jump in a specific code section
	
	Master Reset
	Global Classes
	Page Structure and Layout		[ key code: css061 ]
	Typography and Colors			[ key code: css062 ]
	Navigation						[ key code: css063 ]
	Forms							[ key code: css064 ]
	Individual Elements (Extras)	[ key code: css065 ]
	
*/

/* CSS Document [Master Reset]  */
html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font: 100.01%/1.25 Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
}
/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	padding: 30px 0 25px 0;
	letter-spacing: -1px;
	font-size: 2em;
}
h2 {
	padding: 20px 0;
	letter-spacing: -1px;
	font-size: 1.5em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
/***** Common Formatting *****/
p, ul, ol {
	margin: 0;
	padding: 0 0 1.25em 0;
}
ul, ol {
	padding: 0 0 1.25em 2.5em;
}
blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}
small {
	font-size: 0.85em;
}
img {
	border: 0;
}
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
strong {
	font-weight:bold;
}
/***** Links *****/
a,
a:link,
a:visited,
a:active,
a:hover {
	text-decoration: underline;
}
/***** Forms *****/
form {
	margin: 0;
	padding: 0;
	display: inline;
}
input, select, textarea {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	/*width: 100%;*/
	line-height: 1.25;
}
label {
	cursor: pointer;
}
/***** Tables *****/
table {
	border: 0;
	margin: 0 0 1.25em 0;
	padding: 0;
}
	table tr td {
		padding: 2px;
	}

/* CSS Document [Global Classes] */
.floatLeft		{ float: left; }
.floatRight		{ float: right; }
.normalClear	{ clear: both}
.clearfloat		{ clear:both; height:0; font-size: 1px; line-height: 0px; }
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearFix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */
.textLeft		{ text-align: left; }
.textRight		{ text-align: right; }
.textCenter		{ text-align: center; }
.textJustify	{ text-align: justify; }
.textUnderline	{ text-decoration:underline; }
.upperCase		{ text-transform: uppercase; }
.bold			{ font-weight: bold; }
.italic			{ font-style: italic; }
.underline		{ border-bottom: 1px solid;}
.imgLeft		{ float: left; margin: 4px 10px 4px 0; }
.imgRight		{ float: right; margin: 4px 0 4px 10px; }
.noPadding		{ padding: 0; }
.noIndent		{ margin-left: 0; padding-left: 0; }
.noBullet		{ list-style: none; list-style-image: none; }
.pad1			{ padding:5px; }

#header span {
	display: block;
	margin: 0pt;
	padding: 0pt;
	position: absolute;
	width: 0pt;
	height: 0pt;
	left: -9999px;
	top: -9999px;
	overflow: hidden;
}


/* Begin: Structure key code: css061 */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: repeat-x #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#wrap {
	width:964px;
	height:auto;
	margin:0 auto;
	padding-bottom:45px;
	background:url(../images/banner.jpg) no-repeat;
}
#headerwrap {
	width:964px;
	height:91px;
}
#logo {
	width:406px;
	height:32px;
	float:left;
}
#callus {
	width:338px;
	height:48px;
	/*background:url(../images/call-us.gif) no-repeat;*/
	float:right;
	margin:40px 0 0 0;
}
#banner {
	width:964px;
	height:440px;
}
#slideshow {
	width:656px;
	height:237px;
	float:left;
}
#quoteForm {
	width:367px;
	height:117px;
	background:url(../images/quoteForm-bg.gif) no-repeat top left;
	float:right;
	margin:14px 20px 0 0;
	padding:90px 0 0 0;
}
#sidebar {
	width:306px;
	height: auto;
	float:right;
}
.categorybox {
	width:646px;
	height: auto;
	border:1px solid #ccc;
	padding:5px;
	margin:0 0 15px 0;
}

/* CN Tower Banner */
#cn {
	width:964px;
	height:auto;
	margin:11px 0 0 0;
}
#cnTower {
	width:650px;
	height:auto;
	float:left;
}
#weOffer {
	width:286px;
	height: auto;
	padding:10px;
	margin-top:30px;
}
/* Post/Page */
#postarea {
	width:658px;
	height:auto;
	margin:30px 0 0 0;
	float:left;
	text-align:left;
	background:none;
}


/* Calculator */
#calculatorBox {
	width:964px;
	height:auto;
	margin:10px 0 0 0;
	padding:0;
}
#calculator {
	width:590px;
	height:auto;
	float:left;
	padding:5px;
	/*border:1px solid #cccccc;*/
	margin:0;
}
#affiliate {
	width:180px;
	height: auto;
	float: left;
	margin:24px 10px 0 0;
}
#rateBox {
	width:350px;
	height:auto;
	padding:30px 0 0 0;
	float: right;
	text-align:left !important;
}

#footerBg {
	width:100%;
	background:url(../images/footerbg.gif) repeat-x;
	height:130px;
	color:#fff;
}
#footer {
	width:964px;
	height:auto;
	margin:0 auto;
	padding:30px 0 0 0;
}



/* Begin: Typography and Colors	key code: css062 */
#quoteForm h3 {
	font:22px Georgia, Arial, Helvetica, sans-serif;
	margin:15px 0 10px 30px;
}
#quoteForm label {
	font:13px Arial, Helvetica, sans-serif;
	color:#000;
	margin-right:5px;
	text-align: right;
}
#quoteForm input {
	font:14px Arial, Helvetica, sans-serif;
	border:0;
	background:none;
	padding:2px;
	text-align: left;
}
#quoteForm select {
	font:13px Arial, Helvetica, sans-serif;
	border:0;
	background:none;
	padding:2px;
	text-align: left;
}
#quoteForm ul {
	margin:0;
	padding:0;
	text-align:right;
	padding-right:20px;
}
#quoteForm ul li {
	list-style-type:none;
	padding:2px 2px;
}
#weOffer h3 {
	background:url(../images/sideTitle-bg.gif) no-repeat;
	width:286px;
	height:48px;
	margin:24px0 0 0;
	font:18px Arial, Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:12px 0 0 16px;
	text-align:left;
}
#weOffer ul {
	margin:0 0 0 20px;
	padding:1px 5px;
	text-align:left;
}
#weOffer ul li {
	list-style-type:none;
	list-style-image:url(../images/bullet-check.gif);
	font:13px Arial, Verdana, Helvetica, sans-serif !important;
	padding:2px !important;
	color:#666;
}
#weOffer ul li a {
	color:#666;
	text-decoration:none;
}
#weOffer ul li a:hover {
	color:#333;
	text-decoration: underline;
}
#postarea h2 {
	font:30px Arial, Verdana, Helvetica, sans-serif;
	color:#336600;
	margin:5px 5px 10px 5px;
	padding:2px;
	border-bottom:1px solid #ccc;
}
#postarea h2 a {
	color:#336600;
	text-decoration:none;
}
#postarea h2 a:hover {
	color:#669900;
	text-decoration:none;
}
#postarea ul, #postarea ol {
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
#postarea ul li, #postarea ol li {
	font:13px/18px Arial, Verdana, Helvetica, sans-serif;
	color:#333;
	list-style-type:square;
}
#postarea p {
	font:13px/18px Arial, Verdana, Helvetica, sans-serif;
	color:#333;
	padding-left:10px
}
#postarea p a, #postarea ul li a {
	color:#666;
	text-decoration:underline;
}
#postarea p a:hover, #postarea ul li a:hover {
	color:#333;
	text-decoration: none;
}
.categorybox h3 {
	font:18px Arial, Verdana, Helvetica, sans-serif !important;
	color:#666 !important;
	margin:5px 5px 5px 5px !important;
	padding:2px !important;
	text-transform:uppercase;
}
/*#calculator h3 {
	background:url(../images/calculatorTitle-bg.gif) no-repeat;
	width:646px;
	height:60px;
	margin:0;
	padding:0;
}
#calculator h3 span {
	display:none;
}*/
#footer ul {
	margin:5px;
	padding:0;
}
#footer ul li {
	list-style-type:none;
	display:inline;
	font:13px Arial, Helvetica, sans-serif;
	padding:5px;
}
#footer p {
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:center;
}
#footer p a, #footer ul li a {
	color:#666666;
	text-decoration:none;
}
#footer p a:hover, #footer ul li a:hover {
	color:#999999;
	text-decoration: underline;
}
#footer ul li a {
	font-weight:bold;
}





/* Begin: Navigation key code: css063 */
#nav {
	width:350px;
	height:40px;
	text-align:left;
	float:right;
}
#nav ul {
	margin:10px 0 0 30px;
	padding:8px 0 0 0;
	text-align:left;
}
#nav ul li {
	list-style-type:none;
	display: inline;
	padding:0 3px;
	font:15px Arial, Helvetica, sans-serif !important;
}
#nav ul li a {
	color:#333;
	text-decoration:none;
	padding:5px 10px;
	font-weight:bold;
}
#nav ul li a:hover {
	color:#5B2E01;
	text-decoration: underline;
	padding:5px 10px;
	font-weight:bold;
}

/* Begin: Forms	key code: css064 */


/* Begin: Extra Elements key code: css065 */
.clearfloat {
	height:0;
	font-size:1px;
	line-height:0;
	clear:both;
}
.submitButton {
	width:160px !important;
	height:28px !important;
	background:url(../images/submit-button.gif) no-repeat;
	float:right;
	cursor:pointer !important;
	display:block !important;
}
.noborder {
	border:0 !important;
}
.border1 {
	border:1px solid #999 !important;
}
.widthInput {
	width:145px !important;
	height:auto;
}
.imgPad {
	margin-top:70px;
}
.zipcode {
	color:#666;
	margin-left:110px;
}
.zipcodeName {
	color:#333;
}
.zipcodeButton {
	margin-top:20px;
}
.dividerLayout {
	width:964px;
	height:10px;
	margin:0;
	padding:0;
}

/* Contact Form */
#fillup-form{
	width:550px;
	margin:0 auto;
	vertical-align:top;
	}
#asterickreminder{
	font-size:11px;
	margin:0 0 0 0px;
	color:#979A9E;
	}
#fillup-form div.asteriskrequired{
	color:#9C0202;
	font-weight:bold;
	width:10px;
	font-family:Arial, Helvetica, sans-serif;
	}
#asteriskclear{
	clear:both;
	}	
#showcaptcha{
	margin:5px 250px 0px 210px;
	display:block;
	}		
#fillup-form .formText{
	display:block;
	width:200px;
	font-size:15px;
	margin:3px 0 3px 0;
	font-family:Arial, Helvetica, sans-serif;
	}
#fillup-form ul{
	list-style:none;
	padding:0;
	margin:0;
	}
#fillup-form ul li{
	float:left;
	list-style-type:none !important;
	margin:0;
	padding:0;
	}

#required-content{
	width:100px;
	margin:0 0 0 450px;
	}	
#fillup-form input, #fillup-form textarea{
	width:320px;
	border:2px #BCC2C6 solid;
	padding:3px;
	display:block;
	margin:5px 0 0 0;
	}
#fillup-submit{
	width:176px;
	height:62px;
	margin:10px 0 0 188px;
	background: url(../images/submit.gif) left top no-repeat;
	}
#fillup-submit input{
	width:140px;
	height:40px;
	display:block;
	margin:0 auto 22px 19px;
	background:none;
	border:none;
	cursor:pointer;
	clear:both;
	position:absolute;
	}
.listingHeading {
	text-align:left;
}
.adword {
	font:10px Arial, Helvetica, sans-serif;
	color:#999;
	padding:5px;
	text-transform:uppercase;
}
.ads1 {
}
.ads2 {
	padding:10px 0 0 0;
}
.ads3 {
	padding:5px;
}
.ads4 {
	height:60px;
	padding:5px;
}

.ContentText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	line-height:20px;
	color:#0a3e79;
	}
.footerLink{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	}
.footerLink a{
	color:#fff;
	text-decoration:none;
	}
.footerLink a:hover{
	color:#fff;
	text-decoration:underline;
	}