
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
/* +++++++++ Paragraph Definitions +++++++++++++++++++++++++++++ */ 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
p {
	text-indent: 15px;
	font-family: Garamond;
	font-size: medium;
	text-align: left;
	margin-left: 80px;
}



		a:link {color:#000080;}
		a:visited {color:#000000}
		a:hover {color:#FF0000;}
		a:active {color:#0000FF;}
		

 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
/* +++++++++++++ Heading Definitions +++++++++++++++++++++++++++ */ 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
h1  {
	color: Blue;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style : italic;
} 
h2  {
	color: Blue;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	font-weight: bold;
	font-style : italic;
} 
h3	 {
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
}

h4 {
	color: Blue;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	margin-left:  5;
	font-weight: normal;
}
h5  {
	color: black;
	font-family:"Times New Roman", Times, serif;
	font-size: small;
	margin-left: 35;
	font-weight: normal;
} 
h6  {
	color: blue;
	font-family: "Times New Roman", Times, serif;
	margin-left: 135;
	font-size: medium;
	font-weight: normal;
} 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
/* +++++++++ These fix some issues on browsers++++++++++++++++++ */ 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
html {
overflow:hidden; /* gets rid of the scroll bars in IE6 */
max-height:100%; /* fixes the display height in Mozilla and Firefox */
padding:0 0 101px 0; /* for IE6 to bring the bottom of the body up to the bottom of the screen (the extra 1px is for the border) */
background:#eee; /* Mozilla has problems when the body background is different to the html background */
}


 
 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
/* +++++++++ Simple Down Menu Code +++++++++++++++++++++++++++++++++ */ 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body 
{margin:25px; font:8px   Verdana, Arial, Helvetica}
* {padding:0; margin:0}
.dropdown {float:left; padding-right:5px}
.dropdown dt {
	width: 148px;
	border: 0px solid #9ac1c9;
	padding: 4px;
	font-weight: normal;
	color: white;
	cursor: pointer;
	background: blue;
}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {
	position: absolute;
	overflow: hidden;
	width: 208;
	display: none;
	background: #0000cd;
	z-index: 188;
	opacity: 0;
}
.dropdown ul {width:204px; border:2px solid #9ac1c9; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display: block;
	padding: 5px;
	color: black;
	text-decoration: none;
	background: #cacaff;
	width: 194px;
}
.dropdown a:hover {
	background: #f0e68c;
	color: #0000cd;
}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
 

/* +++++++++ Paragraph Definitions +++++++++++++++++++++++++++++ */ 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 

d {
	text-indent: 15px;
	font-family: Garamond;
	font-size: medium;
	text-align: left;
	margin-left: 80px;
} 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
/* ++++++++++++++++++++ Fixed Background +++++++++++++++++++++++ */ 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
	 
body
{
	background-image:url('www.streetgraphex/images/background.jpg');
	background-repeat:no-repeat;
	text-align: center;
	margin-left: 45px;
	width: 70%;
	background-color: white;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
/* ++++++++++++++++++++ container Specs +++++++++++++++++++++++++++ */ 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
container {
margin: 0 auto;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
/* ++++++++++++++++++++ Banner Specs +++++++++++++++++++++++++++ */ 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
.banner{
	overflow: hidden;
	width: auto;
	padding: 1px 0;
	border-width: 1px 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
/* ++++++++++++++++++++ Artwork Table ++++++++++++++++++++++++++ */ 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
	
table.artwork {
	border-width: 2px;
	border-spacing: ;
	border-collapse: separate;
	margin-left: 105px;
}
table.artwork th {
	border-width: thin;
	padding: 1px;
}
table.artwork td {
	border-width: thin;
	padding: 1px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
/* ++++++++++++++++++++ Artwork2 Table ++++++++++++++++++++++++++ */ 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
	
table.artwork2 {
	border-width: 2px;
	border-spacing: ;
	border-collapse: separate;
	margin-left: 155px;
}
table.artwork2 th {
	border-width: thin;
	padding: 1px;
}
table.artwork2 td {
	border-width: thin;
	padding: 1px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
/* ++++++++++++++++++++ Contact Table ++++++++++++++++++++++++++ */ 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
	
table.contact {
	border-width: 6px;
	border-spacing: ;
	border-collapse: separate;
	margin-left: 125px;
	font-family: serif;
	font-size: medium;
}
table.contact th {
	border-width: thin;
	padding: 10px;
}
table.contact td {
	border-width: thin;
	padding: 10px;
}
 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
/* ++++++++++++++ Button Price Table positioning +++++++++++++++ */ 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
#buttonprice{
	margin-left: 120px;
	padding: .5%;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
/* ++++++++++++++ Vinyl Price Table positioning +++++++++++++++ */ 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
#vinylprice{
	margin-left: 90px;
	padding: .5%;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
/* ++++++++++++++ Promo Banner where needed ++++++++++++++++++++ */ 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
#promo{
	margin-left:  5px;
	padding: .5%;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
/* ++++++++++++++ Pricing ==================++++++++++++++++++++ */ 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
#pricing{
	font-family: "Arial Black";
	font-size: medium;
	padding-left: 35px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
/* ++++++++++++++ Pricing ==================++++++++++++++++++++ */ 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 

#Shipping{
	font-family: "Arial Black";
	font-size: small;
	padding-left: 135px;
}

#legal {
	text-align: justify;
	font-size: small;
	margin-left: 5px;
}
	
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
/* ++++++++++++++ Trailer ++++++++++++++++++++++++++++++++++++++ */ 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
#trailer{
	margin-left: 5px;
	text-align: center;
 
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 


#bg {
	position:absolute;
	top: 203px;
	left: 220px; }		
#bg1 {
	position:absolute;
	top: 270px;
	left: 520px; }		
	
#PriceTable{
position:absolute;
top:50px;
left:250px; }		
	
 /*Pix  is on ContactPage
 */
	
#Pix {
 	position:absolute;
	top: 230px;
	left: 365px; }
	

 /*Content  is on index page
 */
#content{
	padding: 5%;
	text-align: center;
	width: 750px;
}

#shell{
	padding: 2%;
	text-align: left;
	width: 850px;
	font-size: small;
}

#shell2{
	padding: 2% 5% 5% 15%;
	text-align: left;
	width: 650px;
	font-size: small;
}

	
#contents {
	position: absolute;
 	left: 175px;
	right: 200px;
}
	
	
#content1{
	position:absolute;
	top: 275px;
	left: 175px;
	right:200px;
	}
	
	
 /*Content 2 is on TextilePrinting, PadPrinting, FlatPrinting, CylinderPrinting, HotStamping,
 */
#content2{
	position:absolute;
	top: 600px;
	left: 175px;
	right:200px;
	}
	
 /*Content 3 is on PrivacyPage, ContactPage, ArtworkGuidelines
 */
 #content3{
	position:absolute;
	top: 230px;
	left: 175px;
	right:200px;
	}
	
#content4{
	position:absolute;
	top: 475px;
	left: 175px;
	right:200px;
	}
#content5{
	position:absolute;
	top: 205px;
	left: 165px;
	right:200px;
	}

#navigation a{
	display:list-item;
	width : 200px;
}
.top{ 
	vertical-align: top }

.rightsidebar {
	width: auto;
	margin-right:auto;
	margin-left: auto;
	margin-top : auto;
}

.caption {font-size:.8em;font-style:italic;font-family:"verdana", sans-serif}

.logobar {background-image: images/ :#ffff66}




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
/* +++++++++++++++++ Do Not Touch Code Below here ++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 

/*code used for drop down menu under spirit wear picture */
#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #CCFF9D;
}
/*end of code for drop down menu */

 
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */  
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
