/* main.css
	Copyright (c) Allstar Graphics
	
	Produced by Technotic Media Inc.
*/


body {
	background: #666 url(../images/starwingsbg.jpg) no-repeat;
	margin: auto;
	
	font: 10pt Verdana, Tahoma, sans-serif;
	color: #eee;
}

a, a:link, a:visited, a:active {
	color: #eee;
	font-weight:bold;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img { border: none; }

/* IE PNG Fix */
img, div, a, input { behavior: url(iepngfix.htc) }

.trans {
	opacity: 0.6;
	filter:alpha(opacity=60);
}
	

#header {
	padding-left: 15px;
	padding-top: 15px;
	height: 225px;
}

h1#titleimage {
	position: relative;
	width: 675px;
	height: 115px;
	top: 0;
	left: 0;
	line-height: 1px;
	padding: 0;
	margin: 0;
}

h1#titleimage a{
	width: 100%;
	height: 100%;
	position: absolute;
	text-indent: -5000px;
	background: url(../images/asg-header.png);
}
	

#expert {
	margin-top: 60px;
	padding-left: 5px;
}

#astarg {
	position: absolute;
	left: 700px;
	top: 0px;
	z-index: 1;
}

#nstar1 {
	position: absolute;
	left: 490px;
	top: -320px;
	z-index: -1;
}

#nstar2 {
	position: absolute;
	left: -115px;
	bottom: -105px;
	z-index: 2;
}


/* Menu Navigation */

#nav {
	position: absolute;
	top: 110px;
	left: -15px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 20px 0 0 0;
	margin-left: 30px;
	overflow: hidden;
	height: 0px !important;
	height /**/:25px; /* for IE5/Win only */
}

#nhome a { width: 58px; background: url(../images/menu/home.png) top center no-repeat; }
#nhome a:hover { background: url(../images/menu/home-on.png) top center no-repeat; }

#naboutus a { width: 85px; background: url(../images/menu/aboutus.png) top center no-repeat; }
#naboutus a:hover { background: url(../images/menu/aboutus-on.png) top center no-repeat; }

#nservices a { width: 78px; background: url(../images/menu/services.png) top center no-repeat; }
#nservices a:hover { background: url(../images/menu/services-on.png) top center no-repeat; }

#nfaqs a { width: 53px; background: url(../images/menu/faqs.png) top center no-repeat; }
#nfaqs a:hover { background: url(../images/menu/faqs-on.png) top center no-repeat; }

#ngallery a { width: 73px; background: url(../images/menu/gallery.png) top center no-repeat; }
#ngallery a:hover { background: url(../images/menu/gallery-on.png) top center no-repeat; }

#nstore a { width: 58px; background: url(../images/menu/store.png) top center no-repeat; }
#nstore a:hover { background: url(../images/menu/store-on.png) top center no-repeat; }

#ncontact a { width: 78px; background: url(../images/menu/contact.png) top center no-repeat; }
#ncontact a:hover { background: url(../images/menu/contact-on.png) top center no-repeat; }

#npreload { height: 0; overflow: hidden;}


#main {
	background: #333 url(../images/main-bg.jpg) no-repeat;
	margin-left: 15px;
	padding-left: 15px;
	padding-top: 15px;
	width: 920px;
	border: 2px solid #999;
	position: relative;
}

#main_title {
	width: 320px;
	height: 50px;
	float: right;
	margin: 20px;
}

.cont_title {
	font: bold 16pt Verdana, Tahoma, sans-serif;
}

#content {
	position: relative;
}


/* Home */

#homeflash {
	float: left;
	width: 555px;
	height: 312px;
	border: 1px solid #999;
}

#homeguarantee {
	width: 240px;
	height: 240px;
	float: right;
	margin-right: 50px;
}

#homesidebar {
	width: 250px;
	height: 550px;
	float: right;
	margin-right: 50px;
}

#hometwitter {
	width: 250px;
	float: right;
	margin-right:50px;
	font-size: 8pt;
}

.tweetdate {
	text-align: right;
	font-size: 6pt;
}

#homenews {
	width: 545px;
	padding: 5px;
	margin-top: 10px;
	background: #333;
	float: left;
	border: 1px solid #999;
	opacity: 0.8;
	filter: alpha(opacity=80);
	overflow: auto;
}

#homenewstitle {
	margin: 0px;
}

.hnews {
	margin-bottom: 10px;
}

.hnewstitle {
	font-size: 12pt;
	font-weight: bold;
}

.hnewscontent {
	padding-left: 10px;
	font-size: 8pt;
}

.hnewsdate {
	width: 100%;
	text-align: right;
	font-size: 7pt;
	font-style: italic;
}	


/* About Us */

#aboutus {
	font: 8pt Verdana, Tahoma, sans-serif;
	background: transparent url(../images/allstargraphics.png) no-repeat top right;
}

.aboutustext {
	margin-left: 15px;
	width: 700px;
	font-size: 10pt;
}

#awesome {
	position: absolute;
	background: transparent url(../images/awesome.png) no-repeat;
	width: 400px;
	height: 300px;
	top: 400px;
	left: 0;
	z-index: 2;
}


/* Services */

.servinfo {
	width: 400px;
	font-size: 8pt;
	margin-bottom: 25px;
}

.servcol { float: left; margin-right: 60px; width:400x;}


/* FAQs */

.faqheader {
	font: bold 11pt Verdana, Tahoma, sans-serif;
	width: 400px;
}

.faqtext {
	width: 400px;
	margin-left: 10px;
	font-size: 8pt;
	margin-bottom: 25px;

}

.faqcol { float: left; margin-right: 40px; width:400px; }


/* Gallery */

#gallery {
	font: 8pt Verdana, Tahoma, sans-serif;
	width: 905px;
	height: 900px;
}


#gindex {
	width: 800px;
	margin: 50px auto;
	text-align: center;
}

.grow {
	margin: 0 0 25px 50px;
	text-align: center;
}

.gcat {
	width: 300px;
	height: 200px;
	float: left;
	margin-right: 50px;
	border: 2px solid #666;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

#gback {
	margin: 25px auto;
	text-align: center;
}

#vinyld { background: url(../images/gallery/catimgs/vinylgraphics_on.jpg) 0 0 no-repeat; }

#vinyld a {
	display: block;
	width: 300px;
	height: 200px;
	background: url(../images/gallery/catimgs/vinylgraphics_off.jpg) 0 0 no-repeat;
	text-decoration: none;
}

#vinyld a:hover {
	background: transparent;
	text-decoration: none;
}

#signsd { background: url(../images/gallery/catimgs/signsandbanners_on.jpg) 0 0 no-repeat; }

#signsd a {
	display: block;
	width: 300px;
	height: 200px;
	background: url(../images/gallery/catimgs/signsandbanners_off.jpg) 0 0 no-repeat;
	text-decoration: none;
}

#signsd a:hover {
	background: transparent;
	text-decoration: none;
}

#larged { background: url(../images/gallery/catimgs/largeformatprinting_on.jpg) 0 0 no-repeat; }

#larged a {
	display: block;
	width: 300px;
	height: 200px;
	background: url(../images/gallery/catimgs/largeformatprinting_off.jpg) 0 0 no-repeat;
	text-decoration: none;
}

#larged a:hover {
	background: transparent;
	text-decoration: none;
}

#graphd { background: url(../images/gallery/catimgs/graphicdesign_on.jpg) 0 0 no-repeat; }

#graphd a {
	display: block;
	width: 300px;
	height: 200px;
	background: url(../images/gallery/catimgs/graphicdesign_off.jpg) 0 0 no-repeat;
	text-decoration: none;
}

#graphd a:hover {
	background: transparent;
	text-decoration: none;
}

#vehicled { background: url(../images/gallery/catimgs/vehiclegraphics_on.jpg) 0 0 no-repeat; }

#vehicled a {
	display: block;
	width: 300px;
	height: 200px;
	background: url(../images/gallery/catimgs/vehiclegraphics_off.jpg) 0 0 no-repeat;
	text-decoration: none;
}

#vehicled a:hover {
	background: transparent;
	text-decoration: none;
}

#stickd { background: url(../images/gallery/catimgs/stickers_on.jpg) 0 0 no-repeat; }

#stickd a {
	display: block;
	width: 300px;
	height: 200px;
	background: url(../images/gallery/catimgs/stickers_off.jpg) 0 0 no-repeat;
	text-decoration: none;
}

#stickd a:hover {
	background: transparent;
	text-decoration: none;
}


/* Store */

#store_cart_small {
	width: 170px;
	margin: 25px 0;
	background: #333;
	opacity: 0.8;
	filter: alpha(opacity=80);
	font-size: 8pt;
	padding: 5px;
}

#store_login {
	position: relative;
	width: 170px;
	margin: 25px 0;
	padding: 5px;
	background: #333;
	opacity: 0.8;
	filter: alpha(opacity=80);
	font-size: 8pt;
}

#login_form input {
	position: absolute;
	left: 60px;
	width: 100px;
	background: #ccc;
	border: 1px solid #111;
	color: #333;
	font-size: 7pt;
	font-weight: bold;
}

#login_user, #login_pass {
	margin: 10px 0 0 0;
}

#login_submit input {
	position: relative;
	width: 40px;
	margin: 10px 0 5px 55px;
}			

#store_menu {
	width: 180px;
	margin: 25px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background: #333;
	font-size: 8pt;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#menu_title, #login_title {
	border-bottom: 1px solid #666;
	font-weight: bold;
}

#store_menu ul { padding: 0; margin: 0; }

#store_menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#store_menu a {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	padding: 5px;
}

#store_menu a:hover {
	background: #049;
	text-decoration: none;
}
	
.store_cont {
	float: right;
	margin: 25px 30px 0 0;
	padding: 5px;
	width: 710px;
	height: 780px;
	background: #333;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.cat_title { font-weight: bold; font-size: 15pt; text-align: right;}
.cat_desc { font-weight: normal; font-size: 8pt; text-align: right; margin-right: 20px; }

/* Contact */

#contact { font: 10pt Verdana, Tahoma, sans-serif; }

.contacttitle { font: bold 11pt Verdana, Tahoma, sans-serif; }

#request_info {
	margin: 50px auto;
	width: 700px;
	height: 275px;
	padding: 5px;
	background: #333;
	border: 2px solid #222;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#request_loading {
	position: absolute;
	top: 925px;
	left: 475px;
	margin: 0;
	z-index: 2;
}

#request_title { font-weight: bold; margin: 0; }

.request_col {
	float: left;
	width: 350px;
	margin-top: 15px;
}

.request_col div { margin: 15px auto; }

#request_form {
	position: relative;
	font-size: 8pt;
	padding: 0;
	margin: 0;
}

#request_form input {
	position: absolute;
	left: 100px;
	font-size: 8pt;
	font-weight: bold;
	background: #ccc;
	border: 1px solid #111;
	color: #333;
	width: 200px;
}

#request_type {
	text-align: center;	
	margin-top: 5px;
	font-size: 7pt;
}

#request_type input {
	position: relative;
	left: 0;
	width: auto;
	background: transparent;
	border: 0;
}

#request_form textarea {
	font-size: 8pt;
	font-weight: bold;
	color: #333;
	background: #ccc;
	border: 1px solid #111;
	width: 325px;
	height: 100px;
	overflow: auto;
}

#request_text { width: 100%; }

#request_name { margin-top: 0px; }

#request_captcha input { width: 75px; }

#request_captcha { margin-top: 25px; }

#request_captcha img { position: absolute; left: 200px; }

#request_submit input {
	position: relative;
	width: 75px;
	border: 1px solid #111;
	margin-right: 20px;
}

#request_submit { margin: 30px 0; }

#request_complete {
	font-weight: bold;
	font-size: 12pt;
	margin: auto;
	margin-top: 120px;
	text-align: center;
	width: 100%;
}


/* Sitemap */

#sitemap {
	font: 8pt Verdana, Tahoma, sans-serif;
	width: 650px;
}

#smul {
	margin-top: 25px;
}

#smul li {
	margin-bottom: 10px;
}

#smul li ul li {
	margin-bottom: 0;
}


/* Privacy Policy */

#privacy {
	font: 8pt Verdana, Tahoma, sans-serif;
	width: 650px;
}


/* Testimonials */

#testimonials_list {
	width: 750px;
	padding: 50px;
	margin: 25px 0 25px 25px;
	font-size: 10px;
	background: #333;
	border: 2px solid #222;
	opacity: 0.8;
	filter: alpha(opacity=80);
	
}

.testimonial {
	margin-bottom: 20px;
}

.tm_name {
	font-weight: bold;
}

.tm_date {
	margin-left: 15px;
	font-style: italic;
}

#add_testimonial {
	position: absolute;
	z-index: 2;
	width: 600px;
	height: 200px;
	padding: 10px;
	left: 175px;
	top: 800px;
	background: #666 url(../images/add_t_bg.png) no-repeat bottom right;
	border: 2px solid #555;
	opacity: 0.9;
	filter: alpha(opacity=90);
	font-size: 8pt;
	
}

#add_t_link {
	margin: auto;
	text-align: center;
	font-size: 8pt;
}

#add_t_title{
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#add_t_form {
	position: relative;
}

#add_t_form div {
	margin-bottom: 15px;
}

#add_t_comment { height: 75px; }

#add_t_submit { height: 20px; width: 50px;}

#add_t_name input {width: 400px; }

#add_t_form input {
	position: absolute;
	left: 75px;
	font-size: 8pt;
	font-weight: bold;
	background: #ccc;
	border: 1px solid #333;
	color: #333;
}

#add_t_form textarea {
	position: absolute;
	left: 75px;
	height: 75px;
	width: 400px;
	font-size: 8pt;
	font-weight: bold;
	background: #ccc;
	border: 1px solid #333;
	color: #333;
}

#add_t_submit input {
	border: 1px solid #333;
}

#add_t_close {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 5px 0 0;
}

#add_t_loading {
	position: absolute;
	top: 900px;
	left: 475px;
	margin: 0;
	z-index: 2;
}

#imgCaptcha {
	position: absolute;
	left: 250px;
}

#add_t_complete {
	font-weight: bold;
	font-size: 12pt;
	margin: auto;
	margin-top: 80px;
	text-align: center;
	width: 100%;
}
	

/* 404 */

#pnf {
	width: 650px;
}

.pnftitle {
	font: bold 11pt Verdana, Tahoma, sans-serif;
}

#pnfimg {
	margin: 10px auto;
	text-align: center;
	width: 900px;
}	


/* Footer */

#footer {
	font: 7pt Verdana, Tahoma, sans-serif;
	width: 950px;
	color: #222;
	margin-left: 15px;
	text-align: center;
}

#footerlinks {
	margin: auto;
	text-align: left;
	padding-left: 155px;
}

#footerlinks a, #footerlinks a:link, #footerlinks a:active, #footerlinks a:visited {
	font: 7pt Verdana, Tahoma, sans-serif;
	color: #222;
}

#footerlinks ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	float: left;
	padding: 0;
	margin: 0;
	
}

#footerlinks ul li.fcat {
	margin-bottom: 3px;
	margin-right: 60px;
	text-transform: uppercase;
}


#footercopyright {
	font-size: 7pt;
	margin: 10px auto;
	text-align: right;
	color: #222;
	width: 850px;
}

#footercopyright a { color: #222; }
