@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

body {
	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: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	background-color: #FFF;
	background-image: url(images/background.gif);
	background-repeat: repeat;
}

p {
	padding-top: 4px;
	padding-bottom: 4px;
}

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

#whatwedo_main a, #bigblog_main a {
	color: #FFF;
	text-decoration: underline;
}

#whatwedo_main a:hover, #bigblog_main a:hover {
	text-decoration: underline;
}


#mainContent_print #portfolio_home #mygallery p {
	padding-top: 10px;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	top: 30px;
	position: relative;
}

#logo_address {
	float: right;
	width: 180px;
	margin-top: 345px;
	position: relative;
	font-size: 14px;
}

/* Navigation Begins */

#navigation {
	float: left;
	width: 125px;
	margin-top: 30px;
	position: absolute;
	left: 14px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	top: 0px;
	left: 0px;
	width: 125px;
	height: 33px;
	float: left;
}

#navigation ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;
}

#navigation ul li a {
	border: 0;
	display: block;
	height: 33px;
	width: 125px;
	background: url(images/navigation.png) no-repeat;
}

#navigation ul li a:hover {
	border: 0;
	display: block;
	background-image: url(images/navigation.png);
}

#navigation ul li#portfolio a {
	width: 125px;
}

#navigation ul li#portfolio a:link,
#navigation ul li#portfolio a:visited {
	background-position: 0px 0px;
}

#navigation ul li#portfolio a:hover {
	background-position: -125px 0px;
}

#navigation ul li#whoweare a {
	width: 125px;
}

#navigation ul li#whoweare a:link,
#navigation ul li#whoweare a:visited {
	background-position: 0px -33px;
}

#navigation ul li#whoweare a:hover {
	background-position: -125px -33px;
}

#navigation ul li#whatwedo a {
	width: 125px;
}

#navigation ul li#whatwedo a:link,
#navigation ul li#whatwedo a:visited {
	background-position: 0px -66px;
}

#navigation ul li#whatwedo a:hover {
	background-position: -125px -66px;
}

#navigation ul li#contactus a {
	width: 125px;
}

#navigation ul li#contactus a:link,
#navigation ul li#contactus a:visited {
	background-position: 0px -99px;
}

#navigation ul li#contactus a:hover {
	background-position: -125px -99px;
}

#navigation ul li#blog a {
	width: 125px;
}

#navigation ul li#blog a:link,
#navigation ul li#blog a:visited {
	background-position: 0px -132px;
}

#navigation ul li#blog a:hover {
	background-position: -125px -132px;
}

#navigation ul li#home a {
	width: 125px;
}

#navigation ul li#home a:link,
#navigation ul li#home a:visited {
	background-position: 0px -165px;
}

#navigation ul li#home a:hover {
	background-position: -125px -165px;
}

/* Navigation Ends */

/* Sub-Navigation Begins */

#sub_navigation {
	float: left;
	width: 105px;
	margin-top: 250px;
	position: absolute;
	left: 34px;
}

#sub_navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	top: 0px;
	left: 0px;
	width: 105px;
	height: 27px;
	float: left;
}

#sub_navigation ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;
}

#sub_navigation ul li a {
	border: 0;
	display: block;
	height: 27px;
	width: 105px;
	background: url(images/subnavigation.png) no-repeat;
}

#sub_navigation ul li a:hover {
	border: 0;
	display: block;
	background-image: url(images/subnavigation.png);
}

#sub_navigation ul li#web a {
	width: 105px;
}
#sub_navigation.web li#web a{
	background-position: -105px 0px !important;
}

#sub_navigation ul li#web a:link,
#sub_navigation ul li#web a:visited {
	background-position: 0px 0px;
}

#sub_navigation ul li#web a:hover {
	background-position: -105px 0px;
}

#sub_navigation ul li#identity a {
	width: 105px;
}

#sub_navigation.identity li#identity a {
	background-position: -105px -27px !important;
}

#sub_navigation ul li#identity a:link,
#sub_navigation ul li#identity a:visited {
	background-position: 0px -27px;
}

#sub_navigation ul li#identity a:hover {
	background-position: -105px -27px;
}

#sub_navigation ul li#print a {
	width: 105px;
}

#sub_navigation.print li#print a {
	background-position: -105px -54px !important;
}

#sub_navigation ul li#print a:link,
#sub_navigation ul li#print a:visited {
	background-position: 0px -54px;
}

#sub_navigation ul li#print a:hover {
	background-position: -105px -54px;
}

#sub_navigation ul li#photography a {
	width: 105px;
}

#sub_navigation.photography li#photography a {
	background-position: -105px -81px !important;
}

#sub_navigation ul li#photography a:link,
#sub_navigation ul li#photography a:visited {
	background-position: 0px -81px;
}

#sub_navigation ul li#photography a:hover {
	background-position: -105px -81px;
}

/* Navigation Ends */

#mainContent {
	background: url(images/bigpixel.png);
	height: 636px;
	width: 636px;
	margin-left: 130px;
	margin-right: 180px;
	position: relative;
}

#mainContent_portfolio {
	height: 636px;
	width: 636px;
	margin-left: 130px;
	margin-right: 180px;
	position: relative;
	background: url(images/bigpixel_portfolio.png);
}

#mainContent_portfolio #portfolio_buttons {
	padding: 18px;
	height: 600px;
	width: 600px;
	margin: 0px;
}

#mainContent_portfolio #portfolio_buttons a img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#mainContent_whoweare {
	background: url(images/bigpixel_whoweare.png);
	height: 636px;
	width: 636px;
	margin-left: 130px;
	margin-right: 180px;
	position: relative;
}

#mainContent_whatwedo {
	background: url(images/bigpixel_whatwedo.png);
	height: 636px;
	width: 636px;
	margin-left: 130px;
	margin-right: 180px;
	position: relative;
}

#mainContent_wherewework {
	background: url(images/bigpixel_wherewework.png);
	height: 636px;
	width: 636px;
	margin-left: 130px;
	margin-right: 180px;
	position: relative;
}

#mainContent_sitemap {
	background: url(images/bigpixel_sitemap.png);
	height: 636px;
	width: 636px;
	margin-left: 130px;
	margin-right: 180px;
	position: relative;
}

#mainContent_testimonials {
	background: url(images/bigpixel_testimonials.png);
	height: 636px;
	width: 636px;
	margin-left: 130px;
	margin-right: 180px;
	position: relative;
}

#mainContent_contactus {
	background: url(images/bigpixel_contactus.png);
	height: 636px;
	width: 636px;
	margin-left: 130px;
	margin-right: 180px;
	position: relative;
}

#mainContent_blog {
	background: url(images/bigpixel_bigblog.png);
	height: 636px;
	width: 636px;
	margin-left: 130px;
	margin-right: 180px;
	position: relative;
}

#mainContent_print {
	background: url(images/print_large.png);
	height: 636px;
	width: 636px;
	margin-left: 130px;
	margin-right: 180px;
	position: relative;
}

#mainContent_web {
	background: url(images/web_large.png);
	height: 636px;
	width: 636px;
	margin-left: 130px;
	margin-right: 180px;
	position: relative;
}

#mainContent_identity {
	background: url(images/indentity_large.png);
	height: 636px;
	width: 636px;
	margin-left: 130px;
	margin-right: 180px;
	position: relative;
}

#mainContent_photography {
	background: url(images/photo_large.png);
	height: 630px;
	width: 636px;
	margin-left: 130px;
	margin-right: 180px;
	position: relative;
}

#whoweare_main {
	height: 500px;
	width: 475px;
	position: absolute;
	left: 105px;
	top: 47px;
	font-size: 13px;
	color: #FFF;
}

#bigblog_main {
	height: 550px;
	width: 470px;
	position: absolute;
	left: 105px;
	top: 47px;
	font-size: 13px;
	color: #FFF;
	overflow-y: auto;
	padding-right: 15px;
}
#bigblog_main img {
	margin-right: 10px;
	margin-bottom: 5px;
}
blockquote {
	margin-left: 30px;
}

#whatwedo_main {
	height: 500px;
	width: 475px;
	position: absolute;
	left: 105px;
	top: 47px;
	font-size: 13px;
	color: #FFF;
}

#whatwedo_main h1 {
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #E44F54;
	padding-bottom: 3px;
	padding-top: 5px;
	letter-spacing: -1px;
}

#justin {
	padding: 10px 5px 5px;
	height: 160px;
	width: 133px;
	position: absolute;
}
#ryan {
	padding: 10px 5px 5px;
	height: 160px;
	width: 133px;
	position: absolute;
	left: 320px;
}
#mike {
	padding: 10px 5px 5px;
	height: 160px;
	width: 133px;
	position: absolute;
	left: 160px;
}

#contactus_main {
	height: 560px;
	width: 475px;
	position: absolute;
	left: 96px;
	top: 40px;
	font-size: 13px;
	color: #000;
	padding-right: 25px;
}

#mainContent #portfolio_home {
	height: 233px;
	width: 487px;
	position: absolute;
	left: 100px;
	top: 40px;
}

#mainContent_print #portfolio, #mainContent_web #portfolio, #mainContent_identity #portfolio {
	height: 540px;
	width: 540px;
	position: absolute;
	left: 50px;
	top: 40px;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
}

#mainContent_print #portfolio a, #mainContent_web #portfolio a, #mainContent_identity #portfolio a, #mainContent_photography #portfolio a {
	color: #FFF;
	text-decoration: underline;	
}

#mainContent_print #portfolio a:hover, #mainContent_web #portfolio a:hover, #mainContent_identity #portfolio a:hover, #mainContent_photography #portfolio a:hover {
	color: #FC0;
	text-decoration: underline;
}

#mainContent_photography #portfolio {
	height: 540px;
	width: 525px;
	position: absolute;
	left: 55px;
	top: 40px;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
}

#mainContent #big_story {
	font-size: 12px;
	color: #FFF;
	width: 280px;
	position: absolute;
	top: 360px;
	left: 47px;
	line-height: 16px;
	font-weight: normal;
}

#mainContent #big_news {
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
	height: 230px;
	width: 180px;
	position: absolute;
	top: 355px;
	left: 370px;
}

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

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

#logo {
	width: 153px;
	height: 141px;
}

#logo h1 {
	background: transparent url(images/bigpixeltext.png) no-repeat;
	width: 153px;
	height: 141px;
	margin: 0px;
	padding: 0px;
}

#logo a {
	width: 153px;
	height: 141px;
	display: block;
	text-indent: -999999px;
	font-family: Helvetica, Arial, sans-serif;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.phone_number {
	color: #B92B22;
	font-size: 14pt;
	line-height: 22px;
}

.news_date {
	font-size: 16px;
	font-weight: lighter;
}

.theteam {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}

#comment_form {
	padding: 10px;
}

#comment_form input {
	border: 1px solid #EA7A69;
	color: #666;
	font-size: 11px;
	margin-top: 3px;
}

#comment_form select {
	border: 1px solid #EA7A69;
	color: #666;
	font-size: 11px;
	height: auto;
	padding: 5px;
	width: 200px;
	background: #FFF;
}

#comment_form textarea {
	border: 1px solid #EA7A69;
	color: #666;
	font-size: 11px;
	height: 100px;
	padding: 3px 5px;
	width: 420px;
	background: #FFF;
}

#whoweare_main #get-a-quote p {
	padding-top: 3px;
	padding-bottom: 3px;
}

#comment_form .contactus {
	height: 20px;
	width: 200px;
	padding: 3px 3px;
}

.contact_r {
	float: right;
	width: 220px;
	padding-top: 5px;
}

.contact_l {
	float: left;
	width: 220px;
	padding-top: 5px;
}

#whatwedo_main p {
	padding: 10px;
}

#project_details {
	padding-top: 5px;
}

.web_heads {
	font-size: 15px;
	color: #FC0;
}

#bigblog_main p .date {
	font-size: 40px;
	color: #B1181D;
	font-weight: bold;
	padding-bottom: 2px;
	letter-spacing: -4px;
	padding-top: 3px;
	margin-top: 3px;
}

#mainContent_identity #portfolio #mygallery p {
	padding-top: 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul {
	margin-left: 35px;
}
#sitemap {
	position: absolute;
	bottom: 0px;
	height: 20px;
	left: 10px;
	font-size: 10px;
	padding: 5px;
}
