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

@font-face {
    font-family: 'GothamMediumRegular';
    src: url('../font/gotham-medium-webfont.eot');
    src: url('../font/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/gotham-medium-webfont.woff') format('woff'),
         url('../font/gotham-medium-webfont.ttf') format('truetype'),
         url('../font/gotham-medium-webfont.svg#GothamMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	color: #333;
	font-family: "GothamMediumRegular", "Century Gothic", CenturyGothic, AppleGothic, sans-serif;	background-color: #999;
	margin: 0;
	padding: 0;
}

a {
	color: #fff;
	text-decoration: none;	
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

a:link {color:#fff;}      /* unvisited link */
a:visited {color:#e7e7e7;}  /* visited link */
a:hover {color:#338ac7;}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */

.red {
	color: #c90000;
	text-decoration: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.red a:link {color:#c90000;}      /* unvisited link */
.red a:visited {color:#891313;}  /* visited link */
.red a:hover {color:#db6f6f;}  /* mouse over link */
.red a:active {color:#c90000;}  /* selected link */

.highlight { border-bottom: 1px solid #fff; }

ul, li {
	list-style-type:none;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -.05em;
	padding: 0;
	margin: 0;
	color: #222;
}

h2 {
	font-size: 36px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -.05em;
	font-weight: 100;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 30px;
	font-family: "GothamMediumRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -.05em;
	font-weight: 200;
	line-height: -5em;
	padding: 0 0 10px 0;
	margin: 0;
}

i {
	padding: 10px 10px 0 0;
	float: left;
	clear: left;
	display: block;
}

.width {
	width: 970px;
}

#main_nav_content {
	text-align: center;
	position:fixed;
    width: 100%;     
	z-index: 750;
	width:750px;
    margin-left:-115px;
    left:50%;
}

#max_logo {
	width: 278px;
	height: 141px;
	background: url('../images/max_graphics_logo2.png');
	position: absolute;
	left: -350px;	
	z-index: 749;
}

#nav {	
	z-index: 748;
	position: fixed;
	width:700px;
    margin-left:-225px;
    left:50%;
    top: 25px;
}

#nav ul{
	list-style-type:none;
	margin-right: 10px;
	padding: 15px;
	background: url('../images/nav_bg_bar2.png') no-repeat -100px -10px;
	width: 707px;
	height: 48px;
	position: absolute;
}

#nav li {
	display:inline;
	margin: 20px;
	padding: 10px 0 0 0;
	width: 100px;
}

#facebook_icon {
	padding: 0;
	margin: 0;
}

#facebook_icon i {
	padding-top: 15px;
	display: block;
	width: 25px;
	margin-right: 70px;
	float: right;
	z-index: 680;
	position: relative;
}

#footer {
	clear: both;
	font-size: 11px;
	text-align: center;
	height: 25px;
	background: #333;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 598;
	color: #888;
	padding-top: 12px;
}

#about_section {
	text-align: center;
	height: 850px;
	background: #e6e6e6 url("../images/gray_texture_tile.gif") repeat;
	position: relative;
}

#top_section {
	background: url("../images/tshirt_bg_texture2.jpg");
	height: 500px;
	text-align: center;
	position: relative;
}

#top_sect_images img {
	padding: 15px 20px;
	display:inline-block;
	line-height: 18px;
	vertical-align:middle;
}

.faded {
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.center_content {
	position:absolute; 
	top:50%;
	height:10em;
	margin-top:-5em;
	text-align: center;
}

#process_section {
	text-align: center;
	height: 847px;
	background: #960303;
	color: #fff;
}

#contact_section {
	text-align: center;
	height: 450px;
	background: #e6e6e6 url("../images/gray_texture_tile.gif") repeat;
	color: #333;
	vertical-align: top;
}

#gallery_section {
	text-align: center;
	height: auto;
	background: #1f1f1f;
	width: 100%;
	position: relative;
}

.offset {
	padding: 0;
	padding-right: 10px;
}

.production_ul ul {
	margin: 20px 0;
}

.gallery_slideshow {
	width: 100%;
	height: auto;
	/*position: relative;
	top: 100px;
	text-align: center;
	left: 50%;
	margin-left:-350px;*/
}

.gallery_slideshow img {
    width: 45%;
    height: auto;
    text-align: center;
}

.gallery_nav {
	position: relative;
	z-index: 565;
	width: 980px;
	text-align: center;
	margin: 0 auto;
	height: 75px;
	left: 50%;
	top: -400px;
	margin-left:-490px;
}

#gallery_left_nav {
	position: absolute;
	left: 0;
	color: #fff;
	width: 15px;
	height: 100%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	display: block;
}

#gallery_right_nav {
	position: absolute;
	right: 0;
	color: #fff;
	width: 15px;
	height: 100%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#gallery_right_nav:hover {
	color: #338ac7;
}

#gallery_left_nav:hover {
	color: #338ac7;
}

.text_block {
	float: left;
	width: 80%;
	text-align: left;
	margin: 10px 0;
}

.middle_col {
	width: 975px;
	text-align: center;
	margin: 0 auto;
	height: 75%;
	padding-top: 15em;
	font-size: 14px;
}

.prod_adjust {
	padding-top: 14em;
	font-size: 12px;
	font-weight: 100;
}

.contact_adjust {
	padding-top: 4em;
	font-size: 12px;
	font-weight: 100;
}

.col_1 {
	width: 50%;
	float: left;
	height: inherit;
	padding-left: 30px;
	text-align: left;
}

.col_2 {
	width: 45%;
	float: left;
	height: inherit;
	text-align: left;
}

p {
	margin: 0;
	padding: 0 0 2em 0;
	font-size: 14px;
	font-weight: 200;
}

.cycle-slideshow {
	width: 490px;
	float: right;
	border: 1px dotted #fff;
}

.cycle-slideshow img {
	width: 100%;
	height: auto;
}

/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 40px;
	right: 0px;
	z-index: 650;
}
#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 10px;
	height: 10px;
	display: block;
	margin-bottom: 7px;
	background: #222 url(up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	padding: 10px;
}
#back-top a:hover span {
	background-color: #fff;
}

.about_paragraph {
	width: 450px;
	float: left;
	font-size: 14px;
	text-align: left;
}

.title_content {
	clear: both;
	padding-top: 15px;
	background-position: center;
	width: 700px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

.title_content img {
	float: left;
}

.title_content h1 {
	line-height: 16px;
	font-size: 12px;
	text-align: right;
	clear: right;
	color: #363636;
}

.title_content h2 {
	font-size: 11px;
	color: #3a3a3a;
	text-align: right;
	clear: right;
}

.title_content .grey {
	color: #898989;
	text-align: right;
	clear: right;
}

.title_content p {
	line-height: 16px;
}

.main_nav {
	padding-top: 9px;
	clear: both;
	display: block;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	background-position: center;
	width: 700px;
	text-align: center;
}

.nav_btn {
	line-height: .9em;
	font-weight: bold;
	float: left;
	width: 137px;
	background-image: url(images/top_nav_tab.jpg);
	height: 39px;
}

.nav_btn a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
}

.nav_btn:hover {
	color: #3a3a3a;	
}

.page_content {
	padding-top: 30px;
	background-position: center;
	width: 700px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

.page_title {
	font-weight: bold;
	font-size: 24px;
	color: #00aeef;
	display: block;
	text-align: left;
	width: 350px;
}

.page_content hr {
	color: #e7e7e7;
	height: 1px;
	clear: both;
	width: 100%;
}

/*.page_content a:link {
	color:#00aeef;
}
.page_content a:hover {
	color:#e7e7e7;
}*/

img.w_border_img {
	margin-left: 1em;
	margin-bottom: .5em;
	margin-right: 1em;
	margin-top: .5em;
	border: 8px solid #fff;
	float: right;
}

.page_text {
	font-size: 12px;
	color: #fff;
	text-align: left;
	line-height: 2.2em;
}

.page_content li {
	font-size: 12px;
	color: #fff;
	text-align: left;
	line-height: 2em;	
	list-style: square inside;
}

.page_bar_header {
	color: #2c445a;
	padding-top: .5em;
	padding-left: .5em;
	height: 20px;
	width: 100%;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	background-color: white;
	clear: both;
	margin-bottom: 10px;
}

.art_dept_bucket {
	float: left;
	width: 335px;
	display: inline;
	padding-right: 15px;
	padding-bottom: 20px;
}

.art_dept_bucket h1 {
	font-size: 14px;
	color: #fff;
	text-align: left;
	line-height: 1.5em;	
	font-weight: bold;
}

.art_dept_bucket li {
	font-size: 11px;
	color: #fff;
	text-align: left;
	line-height: 2em;
	list-style: square inside;
}

.contact_address_text {
	text-align: left;
	line-height: 1.5em;
	list-style: square inside;
	width: 40%;
	float: left;
	margin-left: 100px;
}

.pt16_bold_head_txt {
	font-size: 16px;
	text-align: left;
	padding-bottom: .5em;
}

.pt12_bold_head_txt {
	font-size: 12px;
	text-align: left;
	float: left;
	width: 250px;
}
.pt12_bold_head_txt h2 {
	font-size: 18px;
	text-align: left;
	float: left;
	width: 250px;
	color: #00aeef;
	margin-top: 20px;
	padding-top: 20px;
}

.nav { background-color: #eee; width:200px;  margin: auto; color:#222; padding-top:10px; }
#prev2 { font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#222; float:left; padding-left: 10px; text-decoration:none; }
#next2 { font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#222; float:right; padding-right: 10px; text-decoration:none; }
#header { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#888; margin: auto; padding-bottom:20px; padding-top:10px;  }
#output { font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#666; margin: auto; padding-bottom:10px; }

.loading {
    background:url(images/loader.gif) no-repeat 1px; 
    height:28px; 
    width:28px; 
    display:none;
}
.form {
	float: left;
	width: 260px;
	margin: 0;
	padding: 0;	
}
.done {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
    width:250px; 
    display:none;
    margin:20px auto; 
	float: right;
	padding: 0px;
}

.element * {
	padding:5px;
	width: 250px;
	clear: both;
	display:block;
}
.element label {
	float:left;
	width:250px;
	display: block;
	padding-top: 5px;
	color: #888;
}
.element input.text {
    float:left; 
    width:250px;
	display:block;
	clear:both;
	border:1px solid #cccccc;
	border-radius: .5em;;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}
.element .textarea {
    height:120px; 
    width:250px;
	display:block;
	border:1px solid #cccccc;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}
.element input.hightlight {
    border:1px solid #9F1319;
}

.element #submit {
	color: #fff;
	text-align: center;
	margin-right:10px;
	background:#888;
	margin-top:10px;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	width: 250px;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	-moz-transition-property: color;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: linear;
	cursor:hand;
	cursor:pointer;
}

.element #submit:hover {
	color: #333;
	background:#ccc;
}
.page_content ul, .page_content li {
	width:425px;
	float:left;
	margin: 0;
	padding: 0;
}


.blueLink a {
	color: #00AEEF;
	text-decoration: none;
}

.blueLink a:link {color:#00AEEF;}      /* unvisited link */
.blueLink a:visited {color:#00AEEF;}  /* visited link */
.blueLink a:hover {color:#b3c9de;}  /* mouse over link */
.blueLink a:active {color:#0000FF;}  /* selected link */
