*{
	margin: 0;
	padding: 0;
	outline: none;
}

body{
	background: #fff;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

p{
	margin: 5px 0;
}

ul{
	margin: 5px 0;
}

img{
	border: none;
}

a{
	color: #ababab;
	text-decoration: none;
}

a:hover{
	color: #cc3366;
	text-decoration: none;
}

input, textarea{
	padding: 3px;
	color: #666;
}

h1{
	font-weight: normal;
	font-size: 3.2em;
	color: #c1c1c1;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}

h2{
	font-size: 2.0em;
	color: #cc3366;
}

/** INDEX **/

#index_wrapper{
	height: 100%;
}

.index_panel{
	width: 100%;
	height: 50%;
	text-align: center;
	display: block;
}

.index_panel h1{
	font-size: 4.0em;
	padding: 100px 0 0;
}

.index_panel:hover{
	background: #ebebeb;
}

.index_panel:hover h1{
	color: #cc3366;
}

#web{
	
}

#print{
	border-top: 2px dotted #cc3366;
	margin-top: -2px;
}

/** INDEX **/

#wrapper{
	margin: 0 auto 0;
	padding: 60px 0 160px;
	width: 950px;
	z-index: 1;
}

#wrapper h1{
	padding: 10px;
	border-bottom: 2px dotted #c1c1c1;
	margin-bottom: 10px;
}

#header{
	background: #ebebeb;
	z-index: 25;
	border-bottom: 2px dotted #cc3366;
	padding: 10px 2%;
	width: 96%;
	position: fixed;
	top: 0;
	left: 0;
}

#header ul li{
	list-style: none;
}

#header ul li.current a{
	color: #666;
}

#header ul#type li{
	float: left;
	padding: 5px 10px 5px;
	list-style: none;
	position: relative;
	overflow: visible;
}

#header ul#type li div.youarehere{
	position: absolute;
	top: 22px;
	left: 0;
	width: 47px;
	height: 48px;
	background: url(../images/youarehere.png) no-repeat;
}

#header ul#type li.type_web{
	border-right: 1px dotted #cc3366;
}

#header ul#type li a{
	float: left;
	font-size: 1.6em;
}

#header ul#subnav{

}

#header ul#subnav li{
	float: right;
	padding-left: 10px;
	font-size: 1.3em;
}

h1#footer_header{
	font-size: 4.2em;
	border-bottom: 2px dotted #979797;
	padding: 0 2% 5px;
	background: url(../images/footer_blend.png) bottom repeat-x;
	position: fixed;
	bottom: 100px;
	left: 0;
	width: 96%;
	z-index: 10;
	color: #cc3366;
}

#header_as_footer{
	background: url(../images/header_as_footer_bg.gif) repeat-x top left #ebebeb;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 85px;
	padding: 10px 2%;
	width: 96%;
	z-index: 5;
}

#header_as_footer ul li{
	display: inline;
	font-weight: normal;
	font-size: 1.8em;
	color: #666666;
	border-right: 1px dotted #cc3366;
	list-style: none;
	padding: 0 10px;
}

#header_as_footer ul li.first{
	padding-left: 0;
}

#header_as_footer ul li.last{
	border: none;
}

#littleguy{
	width: 350px;
	height: 206px;
	background: url(../images/drewisme_littleguy.png) no-repeat;
	position: fixed;
	bottom: 0;
	right: 20px;
	z-index: 15;
}

#contact_form{
	padding: 75px 0 0 115px;
}

#contact_form table td{
	padding: 2px;
}

#contact_form table td.title{
	font-weight: bold;
	text-align: right;
}

#contact_form input{
	padding: 2px;
	width: 180px;
	margin-bottom: 2px;
	border: 1px solid #666;
}

#contact_form textarea{
	width: 179px;
	margin-bottom: 2px;
}

/** ITEMS **/

div.items{
	padding-bottom: 10px;
	border-bottom: 1px dotted #c1c1c1;
	margin-bottom: 10px;
}

div.item{
	float: left;
	padding: 0 12px 10px;
	width: 292px;
}

div.item img{
	padding: 5px;
	border: 1px dotted #979797;
	margin-bottom: 5px;
	display: block;
}

div.item h2{
	font-weight: normal;
	margin-bottom: 0;
}

div.item p{
	margin: 0 0 2px 0;
}

div.item p.desc{
	color: #666;
}

/*
div.item a{
	float: right;
}
*/

div.item_links{
	float: right;
	text-align: right;
}

div.item a.icon_ext_link{
	background: url(../images/icon_ext_link.png) no-repeat right center;
	padding: 0 12px 0 2px;
}

div.item a.icon_images{
	background: url(../images/icon_images.png) no-repeat right center;
	padding: 0 12px 0 2px;
}

div.item_links a{
	color: #cc3366;
}

div.item_links a:hover{
	background-color: #cc3366;
	color: #fff;
}

div.item_latest{
	padding: 20px;
	background: #fffdd7;
}

div.item_latest img{
	padding: 5px;
	border: 1px dotted #979797;
	margin-bottom: 5px;
	display: block;
	float: left;
	margin-right: 20px;
	background: #fff;
}

div.item_latest h2{
	font-weight: normal;
	margin-bottom: 0;
	padding-top: 30px;
}

div.item_latest p{
	margin: 0 0 2px 0;
}

div.item_latest p.desc{
	color: #666;
}

div.item_latest a.icon_ext_link{
	background: url(../images/icon_ext_link.png) no-repeat right center;
	padding: 0 12px 0 2px;
	float: right;
}

div.item_latest a{
	color: #cc3366;
}

div.item_latest a:hover{
	background-color: #cc3366;
	color: #fff;
}

/** ITEMS **/

/** CLEARFIX **/
.clear {
	clear: both;
}
.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 */

/** CLEARFIX **/
