@charset "UTF-8";
/* CSS Document */


/* CSS RESET*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, big, cite, code, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




body {
	background-image: url(../images/bg.jpg);
	background-color: #070707;
	background-position: top;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#F6F4E5;
	font-weight:normal;
	line-height:24px;
}

#wrapper {
    width: 944px;
    margin: 0 auto;
	position:relative;
	padding-bottom:100px;
}

#header {
	height:100px;
	padding-top:36px;
	padding-bottom:40px;
}

#logo {
	width: 360px;
	height: 83px;
	float:left;
}


ul#navtext {
	list-style:none;
	right:0px;
	position:absolute;
	margin-top:33px;
}


ul#navtext li {
	display:inline;
	margin-left:10px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#070707;
}

ul#navtext li a {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#070707;
	text-decoration:none;
}

ul#navtext li a:hover, ul#navtext li a:active {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:18px;
	color:#333;
	text-decoration:underline;
}


#slogan {
	background-image: url(../images/headertext.png);
	width: 494px;
	height: 238px;
	background-repeat:no-repeat;
	position:absolute;
	margin-top:73px;
	margin-left: 0px;
}

#imac {
	background-image: url(../images/imac.png);
	width: 398px;
	height: 441px;
	background-repeat:no-repeat;
	position:absolute;
	margin-top: 0px;
	margin-left: 546px;
}

#rightcontact {
	width: 398px;
	height: 441px;
	position:absolute;
	margin-top: 78px;
	margin-left: 546px;
}

p.rightcontact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:44px;
}

#middle {
	position:relative;
	padding-bottom:50px;
}

#highlight {
	position:relative;
	padding-top:350px;
}

a {
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#F6F4E5;
	font-weight:normal;
	text-decoration:underline;
}

a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	font-style:italic;
	color: #CCCCCC;
	font-weight:normal;
	text-decoration:underline;
}

a:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	color: #CCCCCC;
	font-weight:normal;
	text-decoration:underline;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	line-height:15px;
	font-weight:bold;
	color:#F6F4E5;
	letter-spacing:1px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:35px;
	color:#F6F4E5;
	letter-spacing:0.5px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:15px;
	color:#F6F4E5;
	letter-spacing:0.5px;
}

.highlightpic {
	width:193px;
	height:160px;
	border:7px;
	border-color:#F6F4E5;
	border-style:solid;
}

ul.highlight {
	list-style:none;
}

ul.highlight li {
	display:inline;
	padding-right:20px;
}

#portfoliocont {
	min-height:1050px;
}

ul.portfoliobox li {
	list-style:none;
	float:left;
	margin: 9px;
}

.portfoliopic {
	width:282px;
	height:183px;
	border:7px;
	border-color:#F6F4E5;
	border-style:solid;
}


#footer {
	padding-top:70px;
	height:260px;
}

#footer2 {
	width:944px;
	height:15px;
	padding-bottom:0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#F6F4E5;
	text-align:center;
	line-height:12px;
}

#col1 {
	float:left;
	width:235px;
	line-height:12px;
}

#col2, #col3, #col4 {
	width:230px;
	/*padding-left:5px;*/
	float:left;
	line-height:12px;
}

label {
	line-height:24px;
}

.send{
	width:380px;
	overflow:hidden;
	list-style:none;
}
.send li{
	float:left;
	width:370px;
	padding-top: 20px;
}
.send label{
	float:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
}
.send input{
	border:1px solid #070707;
	background-color:#F6F4E5;
	height: 22px;
	float: right;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	width:250px;
}

.send textarea{
	width: 250px;
	float:right;
	height:170px;
	border:1px solid #070707;
	background-color:#F6F4E5;
}

#sendbutton {
	float:right;
	border:1px solid #070707;
	background-color: #F6F4E5;
	margin-bottom: 20px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left:295px;
	width:75px;
}

.quote{
	width:850px;
	overflow:hidden;
	list-style:none;
}
.quote li{
	float:left;
	width:850px;
	padding-top: 20px;
}
.quote label{
	float:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
}
.quote input{
	border:1px solid #070707;
	background-color:#F6F4E5;
	height: 22px;
	float: right;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	width:600px;
}

.quote textarea{
	width: 600px;
	float:right;
	height:170px;
	border:1px solid #070707;
	background-color:#F6F4E5;
}

#quotebutton {
	float:right;
	border:1px solid #070707;
	background-color: #F6F4E5;
	margin-bottom: 20px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left:437px;
	width:75px;
}


.footertext {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#F6F4E5;
}

.footertext a {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#F6F4E5;
	text-decoration:none;	
}

.footertext a:hover, .footertext a:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#DDD;
	text-decoration:underline;
	font-style:italic;
}