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

html, body {
	background-color: #000;
}

body {
	font: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	overflow-x: hidden;
}

#wrap {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
	background-color: #000;
}

#header {
	width: 900px;
	height: 200px;
}

#content {

}

#viewer {
	width: 900px;
	height: 400px;
	overflow: hidden;
}

#thanks{
	float: right;
	width: 500px;
	margin-top: 20px;
}

#error{
	margin: 5px 0px 10px 0px;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	display: none;
	padding: 15px 0px;
	font-size: 10pt;
}


#leftCol {
	width: 270px;
	height: 100px;
	float: left;
	padding: 15px;
}

#rightCol {
	width: 570px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15pt;
	padding: 15px;
}

#rightCol p {
	padding-right: 10px;
}

#footer {
	width: 900px;
	height: 150px;
	clear: both;
}

#navi {
	border-top: 1px solid #333;
	margin-top: 10px;
	padding-top: 10px;
}

ul#subnavi li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15pt;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	padding-left: 5px;
}

.slideshow img { top: 0; left: 0; }

.yo {
	padding-top: 10px;
}

a:link {
	text-decoration: none;
	color: #FFF;
}

a:visited {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
}

.quote a:hover {
	text-decoration: none;
	color: #FFF;
}

#graphic_design_quote_sydney {
	cursor: pointer;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: 100;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: 100;
}

.pullquote {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #333;
	font-style: italic;
	font-size: 110%;
}

.pullquote2 {
	padding-left: 21px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: italic;
	font-size: 110%;
}

#slideshow {
	height: 900px;
	width: 400px;
	overflow: hidden;
	float: left;
}

form input.textbox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #FFF;
	font-size: 11px;
	background-color: #141414;
	padding: 2px;
}
textarea.textboxmultiline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #FFF;
	font-size: 11px;
	background-color: #FE7D15;
	padding: 4px;
	width: 440px;
	border: 1px solid #EEE;
}
select.textbox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #FFF;
	font-size: 11px;
	background-color: #FE7D15;
	padding: 2px;
	width: 240px;
	border: 0;
}
span.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-bottom: 5px;
}
.formblock {
	float: left;
	width: 250px;
	margin-bottom: 20px;
}
#diver {
	float: left;
	width: 500px;
}
.descblock {
	float: left;
	width: 570px;
	margin-bottom: 20px;
}
.formblock input#inputblock {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
textarea#inputblock2 {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	width: 459px;
}




