/* CSS Document */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
									 - GLOBAL RESET -
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;border:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
										   - LAYOUT -
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

html {
	background: url(../images/main_bg.jpg) top left repeat #9F8C6D;
}

body {
	padding-bottom: 30px;
	font: .75em Verdana, sans-serif;
	background: url(../images/main_bg_gradient.jpg) top left repeat-x;
	color: #96ad80;      
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 15px;
	background: url('../images/page_bottom.gif') no-repeat left bottom;
    height: 255px;
}
#branding {
	float: left;
	margin: 0 auto;
	padding-bottom: 15px;
	width: 760px;
	background: #000;
	border-bottom: 1px solid #302D28;
}

#branding dd
{height: 16px;
	margin: 12px 0 0 0;
	padding: 7px 0 9px 0;
	width: 400px;
	color: #fff;
	display: block;
	float: right;
	background: #000;
	font-family: Helvetica, sans-serif; 
	font-variant: small-caps;
	letter-spacing: 1px;
	text-align: center;
	font-size:105%;
    
    }
#page {
	padding: 5px;
	width: 750px;
	background: #CBCBCB;
	border-bottom: 1px solid #302D28;
	clear: both;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
								     - BRADNING -
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

a.logo {
	float: left;
	height: 149px; 
	width: 760px;
	background: url(images/logo.jpg) top left no-repeat;
	display: block;
}
a.logo:visited {
	float: left;
	height: 149px; 
	width: 760px;
	background: url(images/logo.jpg) top left no-repeat;
	display: block;
}
ul.main_nav {
	float: left;
	margin: 12px 0 0 0;
}
ul.main_nav li {
	display: inline;
	
}
ul.main_nav li a {
	height: 16px;
	margin: 0 0 0 2px;
	padding: 7px 0 9px 0;
	width: 110px;
	color: #fff;
	display: block;
	float: left;
	background: #000;
	font-family: Helvetica, sans-serif; 
	font-variant: small-caps;
	letter-spacing: 1px;
	text-align: center;
	font-size:105%;
}
ul.main_nav li a:visited {
	height: 16px;
	margin: 0 0 0 2px;
	padding: 7px 0 9px 0;
	color: #fff;
	width: 110px;
	text-decoration: none;
	background: #000;
	text-align: center;
	font-family: Helvetica, sans-serif; 
		font-size:105%;
}
ul.main_nav li a:hover {
	height: 16px;
	width: 110px;
	margin: 0 0 0 2px;
	padding: 7px 0 9px 0;
	color: #fff;
	background: #000;
	text-align: center;
	font-family: Helvetica, sans-serif; 
		font-size:105%;
}



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
								     - WHITE BLOCK -
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.black_block {
	margin: 0 auto;
	padding: 0;
	width: 760px; 
	background: #fff;
	
	color: #fff;
	float: left;
}




/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
								     - Main BOXES -
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


.bigbox {
	
	width: 403px;
	height:400;
	
	float: left;
	display: inline;
	
	
}

.bigbox dl {
	width: 403px;
	height:400px;
	padding-bottom: 20px;
	padding-left:20px;
	padding-top: 30px;
	background:url(images/map.jpg) center center no-repeat;
	
}
.bigbox dl dt {
	padding: 0 15px 12px 15px;
	font-size: 120%;
	font-family: Georgia, sans-serif; 
	font-variant: small-caps;
	letter-spacing: 3px;
	color: #558F9D;
}
.bigbox dl dd { 
	margin-left: 15px;
	padding: 3px 15px 3px 25px;
}
.bigbox dl dd.client { background: url(../images/icon_client.gif) center left no-repeat; }
.bigbox dl dd.technologies { background: url(../images/icon_check.gif) center left no-repeat; }
.bigbox dl dd.launch { background: url(../images/icon_launch.gif) center left no-repeat; }


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
								     - SMALL BOXES -
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.box_holder {
	clear: both;
    height: 480px;
}
.box {

	width: 299px;
	height:154px;
	float: right;
	display: inline;
    padding-top:10px;
	padding-right:10px;
	
	
}
.box img {
	margin: 5px;
	float:left;
}
.box dl {
	width: 301px;
	height:154px;
	float: right;
	background:url(images/contactbox.jpg) center center no-repeat;
	
	
	
}

.nextbox {

	width: 299px;
	height:154px;
	float: right;
	display: inline;
    padding-top:15px;
	padding-right:10px;
	
	
}
.nextbox img {
	margin: 5px;
	float:left;
}
.nextbox dl {
	width: 299px;
	height:259px;
	float: right;
	background:url(images/inventory.jpg) center center no-repeat;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top:1px solid #000;
	
	
}
.box dt {
	width: 200px;
	float:left;
	padding-bottom: 5px;
	background:#fff;
}
.box dl dt a {
	padding: 0 5px 2px 5px;
	text-align:center;
	font-size: 105%;
	font-family: Georgia, sans-serif; 
	font-variant: small-caps;
	letter-spacing: 2px;
	color: #558F9D;
	
}

.box dl dt {
	padding: 0 5px 2px 5px;
	
	
}
.box dl dd { 
	margin-left: 15px;
	padding: 3px 15px 3px 15px;
	text-align:center;
	font-size: 120%;
	font-family: Georgia, sans-serif; 
	font-variant: small-caps;
	letter-spacing: 2px;
	color: #558F9D;
	
}
.box dl dd.client { background: url(../images/icon_client.gif) center left no-repeat; }
.box dl dd.technologies { background: url(../images/icon_check.gif) center left no-repeat; }
.box dl dd.launch { background: url(../images/icon_launch.gif) center left no-repeat; }



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
								     - LOFT BOXES -
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.loftbox_holder {
	clear: both;
}
.loftbox {
	margin: 5px;
	width: 220px;
	float: left;
	display: inline;
	background: #302d28;
}
.loftbox img {
	margin: 20px;
	
}
.loftbox dl {
	width: 220px;
	padding-bottom: 15px;
	background:#302d28;
}
.loftbox dl dt {
	padding: 0 5px 12px 15px;
	font-size: 120%;
	text-align:center;
	font-family: Georgia, sans-serif; 
	font-variant: small-caps;
	letter-spacing: 3px;
	color: #558F9D;
}
.loftbox dl dd { 
	margin-left: 15px;
	padding: 3px 15px 3px 15px;
}
.loftbox dl dd.client { background: url(../images/icon_client.gif) center left no-repeat; color:#FFFFFF; }
.loftbox dl dd.technologies { background: url(../images/icon_check.gif) center left no-repeat; }
.loftbox dl dd.launch { background: url(../images/icon_launch.gif) center left no-repeat; }



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
								    - RECOMMENDED -
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.recommended {
	padding: 15px;
	width: 280px;
	float: left;
	list-style: none;
}
.recommended li {
	border-bottom: 1px solid #302D28;
}
.recommended li a {
	padding: 7px 0 5px 0;
	display: block;
	border-bottom: 0px;
	text-decoration: none;
}
.recommended li a:visited {
	border-bottom: 0px;
}
.recommended li a:hover {
	padding: 7px 0 5px 0;
	background: #302D28;
}
.recommended img {
	padding: 0 20px 2px 0;
	border: 0;
	vertical-align: middle;
}
.design_books {
	margin: 0 auto;
	padding: 30px 15px;
	width: 930px;
	background: url(../images/amazon.gif) center left no-repeat #000;
	border-bottom: 1px solid #302D28;
	color: #fff;
	float: left;
}
.design_books ul {
	margin-right: 15px;
}
.design_books li {
	display: inline;
	float: right;
	margin: 0 0 0 17px;
}
.design_books li a {
	padding: 0;
	background: none;
	border: 5px solid #302D28;
	height: 110px;
	float: left;
}
.design_books li a:visited {
	border: 5px solid #302D28;
	background: none;
}
.design_books li a:hover {
	border: 5px solid #889d74;
	background: none;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
								       - CONTACT -
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

#contactFormArea {
	margin: 15px;
	width: 280px;
	float: left;
	display: inline;
	background: url(../images/box_top.gif) top left no-repeat #302d28;
}
#contactFormArea h2 {
	margin: 15px;
}
#contactFormArea form {
	padding-bottom: 15px;
	background: url(../images/box_bottom.gif) bottom left no-repeat #302d28;
	float: left;
}
fieldset { 
	padding: 0 15px;
}
label { 
	padding: 0 0 5px 0;
	display:block; 
	float: left;
	font-family: Georgia, serif;
}
label.CC {
	width: 238px;
}
input.text, textarea { 
	margin-bottom: 5px;
	padding: 4px 5px;
	width: 238px;
	font:12px/12px 'courier new',courier,monospace;
	color:#000;
	background: #DFDFDF;
	border: 1px solid #fff;
}
input.text:hover,textarea:hover { 
	background: #fff;
	border: 1px solid #fff;
}
input.submit { 
	margin: 3px 0 3px 0;
	font: bold 100% Georgia, serif;
	font-variant: small-caps;
	color: #000;
	float: left;
	cursor: pointer;
}
#loadBar {
	padding: 4px 0 0 10px;
	font-family: Georgia, serif;
	font-size: 120%; 
	float: left;
	color: #d6dc74;
}
#emailSuccess {
	padding: 8px 0 0 10px;
	font: normal 100% Georgia, serif;
	float: left;
	color: #fff;
}
.contact_details {
	margin: 31px 0 0 0;
	width: 620px;
	float: left;
	display: inline;
}
.work_inquiry, .vcard {
	margin: 0 15px;
	width: 280px;
	float: left;
	display: inline;
	line-height: 160%;
}
.visit_me, .client_login {
	margin: 0 15px;
	width: 280px;
	float: right;
	display: inline;
	line-height: 160%;
}
.work_inquiry p {
	margin: 0;
}
.download_worksheet {
	margin: 0;
	padding: 15px 0 15px 40px;
	float: left;
	background: url(../images/icon_worksheet.gif) center left no-repeat;
}
.download_vcard {
	padding: 15px 0 15px 40px;
	float: left;
	background: url(../images/icon_vcard.gif) center left no-repeat;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
								     - COPYRIGHT -
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

#copyright {
	width: 730px;
	margin: 0 auto;
	padding: 15px 15px 15px 15px;
	font-size: 90%;
	text-align: center;
	background: #191816;
	clear: both;
}
#copyright ul li {
	display: inline;
	padding: 0 5px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
										- DOMAINS FOR SALE -
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

html#dfs { background: #191816; }
html#dfs body { padding-top: 150px; background: #191816; }
#dfs .dfs_contact { margin: 0 auto; width: 218px; height: 51px; background: url(../images/domains_for_sale.gif) top left no-repeat; display: block; }

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
										- COMMON -
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

p {
	margin-bottom: 15px;
	line-height: 160%;
}

h1, h2, h3, h4 {
	margin-bottom: 15px;
	font-family: Georgia, serif;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	line-height: 160%;
	color: #cb6600;
}
h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }

a { padding: 1px 0; color: #fff; text-decoration: none; outline: none; }
a:visited { padding-right: 17px; color: #fff; background: url(../images/icon_visited.gif) center right no-repeat; text-decoration: none;  }
a:hover { color: #f8d25f; text-decoration: none; }

.alert {
	padding: 0 15px;
}

.amp {
	font-family: "Goudy Old Style", "Book Antiqua", "Palatino", serif;
	font-style: italic;
}

.hide {
	display: none;
}
.clear {
	clear: both;
}
.curse 
{
    cursor:pointer;
}
