@charset "UTF-8";
/* CSS Document */

/* MAIN STUFF */

* {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
}
#wrapper {
	height:100%;
}
a {
	color: #ffd200;
	text-decoration: none;
}
a:link {
	color: #ffd200;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body {
	background:url(../img/bground.gif) repeat-x 0% 0%;
	background-color: #e80008;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height:20px;
	color: #FFFFFF;
}
p {
	margin-bottom: 1em;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#main {
	position: relative;
	height: 100%;
	width:900px;
	margin:0 auto;
}
html>body #main {
	height: auto;
	min-height: 100%;
}
#copy1 {
	float:left;
	width:300px;
}
#copy1 li {
	list-style: square;
	margin-left: 1.25em;
}
#logos {
	float:right;
	width:300px;
}
#maincontent {
	float:left;
	width:650px;
	display:table;
	padding-bottom: 40px;
}
h1 span {
	display:none;
}
h1 a img {
	border:0;
}
h1 {
	margin-top:62px;
}
h2, h3 {
	font-size: 14px;
	margin:10px 0 10px 0;
	color: #cccccc;
	font-family:Georgia, Times New Roman, Times, serif;
}
/* FOOTER */

#footer {
	background:url(../img/footer_line.gif) no-repeat;
	width:900px;
	height: 100px;
	color: #ff9999;
	clear: both;
	padding-top: 20px;
	line-height: 16px;
}
#footer a {
	color: #ff9999;
	text-decoration: none;
}
#footer a:link {
	color: #ff9999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #ffd200;
}

.column {
	float: left;
	overflow: auto;
	margin: 0 20px 0 0;
}
.col1 {
	width: 395px;
}
.col2 {
	width: 285px;
}
.col3 {
	width: 160px;
	text-align:right;
}
/* HOME PAGE IMAGES */

#pencil {
	float:left;
	width:224px;
	height:460px;
	background:url(../img/pencil.jpg);
}
#postit {
	float:right;
	width:160px;
	height:24px;
	text-align:right;
	margin-top: 12px;
	margin-right: 24px;
}
/* MENU */

#menu {
	clear: both;
	list-style:none;
	width:600px;
	margin: 0;
	padding: 0;
	height: 32px;
}
#menu li {
	display: block;
	float: left;
	width: 120px;
	height: 32px;
}
#menu li a {
	display: block;
	width: 120px;
	height: 32px;
	text-indent: -9999px;
}
#menu a:hover {
	background-position: 0 -32px;
}
#home a {
	width: 120px;
	background:url(../img/menu_home.gif) top left no-repeat;
}
#portfolio a {
	width: 120px;
	background:url(../img/menu_portfolio.gif) top left no-repeat;
}
#info a {
	width: 120px;
	background:url(../img/menu_info.gif) top left no-repeat;
}
#contact a {
	width: 120px;
	background:url(../img/menu_contact.gif) top left no-repeat;
}
#links a {
	width: 120px;
	background:url(../img/menu_links.gif) top left no-repeat;
}
/* PORTFOLIO GRID */

.grid {
	list-style:none;
	width:195px;
	height:129px;
	margin:0 21px 14px 0;
	float:left;
}
.grid dt {
	padding-left:2px;
}
.grid dd {
	background:url(../img/sleeve.gif) no-repeat 0% 0%;
	padding:10px 0 0 10px;
	height:129px;
}
/* LOGO GRID */

.logogrid {
	list-style:none;
	width:120px;
	height:60px;
	margin:0 21px 20px 0;
	float:left;
}
.logogrid dt {
	padding-left:2px;
}
.logogrid dd {
	padding:0px;
	height:60px;
}
/* FORM */

input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #fff;
	width: 350px;
	overflow: auto;
	padding: 0.2em;
}
.send {
	width: auto;
	border: 1px solid #fff;
	background-color: #d0040b;
	color: #fff;
}
.error {
	color: #fff;
	font-weight: bold;
	/* display: none; */
	visibility: hidden;
}
/* HOME BUTTON */

#button a {
	color: #444;
	text-decoration: none;
}
#button a:link {
	color: #444;
	text-decoration: none;
}
.buttonsplash {
	float: left;
	padding-bottom:0px;
	white-space: nowrap;
	text-align: center;
	color: #444;
	text-decoration: none;
	outline: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height:16px;
}
.buttonsplash b {
	display: block;
	margin:0 1px;
	border:solid #aaa;
	border-width:1px 0;
	padding: 0;
	font-weight:normal;
	background:#ddd url(../img/button_splash.gif) repeat-x 0 0;
}
.buttonsplash:hover b, .buttonsplash.current b {
	border-color: #000;
	color: #000;
}
.buttonsplash b b {
	background:none;
	margin:0 -1px;
	padding: 10px;
	border-width:0 1px;
}
.buttonsplash b b b {
	margin: 0;
	padding: .1em .2em;
	border-width: 0;
	cursor: pointer;
}
