/*
What: Temporary site for Daniel Collins Design, LLC
Version: 1.5
Who: Dan Collins
Where: http://www.danielcollinsdesign.com
*/



* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #454545;
}

#wrap {
	width: 100%;
	margin: auto;
	overflow: hidden;
	margin-top: 0px;
}


/* -------------------------
TOP 
---------------------------- */


#top {
	background-image: url(../images/topBack.jpg);
	background-repeat: repeat-x;
	margin: auto;
	height: 100px;
}

.topshadow {
	margin: auto;
	height: 100px;
	width: 940px;
	text-align: center;
}


/* -------------------------
MIDDLE 
---------------------------- */


#middle {
	background-color:#FFFFFF;
	height: 450px;
}

#midlinks {
	height: 49px;
	width: 620px;
	margin: auto;
	padding-top: 80px;
}

#midlinks li#print, #midlinks li#web, #midlinks li#brand {
	float:left;
	width: 206px;
	height: 49px;
	text-indent: -9999px;
}

#midlinks li#print {
	background: #ffffff url(../images/print.jpg);
}

#midlinks li#web {
	background: #ffffff url(../images/web.jpg);
}

#midlinks li#brand {
	background: #ffffff url(../images/brand.jpg);
}

#midlinks li#print a, #midlinks li#web a, #midlinks li#brand a {
	display: block;
	width: 206px;
	height: 49px;
	text-indent: -9999px;
}

#midlinks li#print:hover, #midlinks li#web:hover, #midlinks li#brand:hover {
	background-position: bottom left;
}

#midtext {
	height: 69px;
	width: 620px;
	margin: auto;
	background: #ffffff url(../images/text.jpg);
	margin-top: 60px;
	background-repeat: no-repeat;
}

#contactlinks {
	height: 49px;
	width: 620px;
	margin: auto;
	padding-top: 60px;
}

#contactlinks li#phone, #contactlinks li#email, #contactlinks li#follow, #contactlinks li#fan {
	float:left;
	width: 206px;
	height: 49px;
	text-indent: -9999px;
}

#contactlinks li#phone {
	background: #ffffff url(../images/phone.jpg);
}

#contactlinks li#email {
	background: #ffffff url(../images/email.jpg);
}

#contactlinks li#follow {
	background: #ffffff url(../images/follow.jpg);
}

#contactlinks li#fan {
	background: #ffffff url(../images/fan.jpg);
}


#contactlinks li#phone a, #contactlinks li#email a, #contactlinks li#follow a, #contactlinks li#fan a {
	display: block;
	width: 206px;
	height: 49px;
	text-indent: -9999px;
}

#contactlinks li#phone:hover, #contactlinks li#email:hover, #contactlinks li#follow:hover, #contactlinks li#fan:hover {
	background-position: bottom left;
}




/* -------------------------
BOTTOM 
---------------------------- */


#bottom {
	margin: auto;
	height: 100px;
}

#bottomlogo {
	background-image: url(../images/logoBottom.jpg);
	background-repeat: no-repeat;
	margin: auto;
	height: 100px;
	width: 940px;

}

.bottomshadow {
	margin: auto;
	height: 50px;
	width: 940px;
}
