@charset "UTF-8";

/* ---------- Gorilla Gift Cards ----------
	Author: Tommy Day
	Date Created: 12/21/07
	Date Modified:
___________________________________________ */






/* ____________________________________________________
		Body Information
_______________________________________________________ */



body {
	background: url(images/stripebg.gif);
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	font: 12px/18px "Lucida Grande", Veranda, sans-serif;
}


a:link {
	color: #006600;
	text-decoration: none;
}

a:visited {
	color: #660000;
	text-decoration: none;
}

a:hover {
	border-bottom: dotted #006600 thin;
}


h2 {
	font-size: 1.3em;
	color: #990000;
}

h3 {
	font-size: 1em;
	color: #990000;
}

#wrap {
	
	padding-top: 18px;
}

#container { 
	width: 860px;  
	background: url(images/page.png) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.center {
	text-align: center;
	
}


#productpages img {	
	text-align: center;

}

h1 {
	text-align: center;
	padding-bottom: 10px;
}

#estimate {
	font-size: 21px;
	text-align: center;
	margin-top: 20px;
}	



/* _______________________________________________________________
			Header
________________________________________________________________ */




#header { 
	width: 635px;
	height: 120px;
	background: url(images/headerbg.png) repeat-x; 
	padding: 10px 0px 0 220px;  
	color: #FFFFFF;
} 

#header img {
	margin: 0 0 0 20px;
}

#headernav {
	margin: 5px 0 0 20px;
}

#headernav ul {
	list-style-type: none;
	padding: 5px 0 0;
	text-align: left;
}

#headernav li {
	display: inline;
}

#headernav li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 10px;
	padding: 5px 10px;
}

#headernav li a:hover {
	border: none;
}


#gorilla {
	position: absolute; top: 20px; left: auto;
	padding-left: 160px;
}

#logo {
	position: absolute; top: 0%; left: auto;
	margin-left: -20px;
}

#header h1 {
	margin: 0; /* leave this */
	padding: 10px 0; 
}


/* ______________________________________________________________
			Sidebar
________________________________________________________________ */



#sidebar1 {
	float: left; 
	width: 190px; /* includes padding and border */
	padding: 5px 10px 15px 0px;
	color:#FFFFFF;
}

#sidebar1 a:link, #sidebar1 a:visited {
	text-decoration: none;
	color: #FFFFFF
}

#sidebar1 a:hover {
	border: none;
}


#sidebarsolutions li, #sidebarnav li {
	list-style-image: url(images/black_disc.png);
}

#sidebar1 li a:hover, #sidebarsolutions li a:hover {
	color: black;
}

#sidebarsolutions, #sidebarnav {
	text-decoration: none;
	display: block;
	margin-top: -5px;
}


#sidebar1 img {
	padding: 30px 0 0 15px;
}

#ourproducts {
	margin-top: -20px;
}


/* ----------------------------------------------------------
			Main Content 
------------------------------------------------------------ */

#mainContent { 
	margin: 0 25px 10px 190px; 
	padding: 10px 20px;
} 

ul.imagelist  {
	list-style-type: none;
	text-align: left;
}

ul.imagelist li {
	display: inline;
	padding: 15px;
}


ul.imagelist2 {	
	list-style-type: none;
	text-align: left;
	margin-left: -20px;
}

ul.imagelist2 li {
	display: inline;
	padding: 2px;

}

#cardcarriers img {
	padding-bottom: 50px;
}

#cardcarriers h2 {
	padding: 10px 0 10px 0;
}

table {
	width: 600px;
	text-align: left;
	font-size: 10px;
}

.centercell {
	text-align: center;
	background-color: #E3E0E0;
	font-weight: bold;
}

.bold {	
	font-weight: bold;
	text-align: center;
}

p.merchant {

}

/* -----------------------------------------------------------
			 begin solutions/products 
------------------------------------------------------------------ */


#solutions p, #plasticcards p, #diecutcards p, #noncardproducts p, #retailsupplies p {	
	margin: 10px 0 20px;
}

#solutions h1, #plasticcards h1, #diecutcards h1, #noncardproducts h1, #retailsupplies h1 {
	padding-bottom: 10px;
}


/* -------------------------------------------------------------------
 			end solutions page 
--------------------------------------------------------------------- */



/* -----------------------------------------------------------------
	 this applies only to the about page
------------------------------------------------------------------- */


#jennie {
	float: left;
	margin: 2px 2px 0 2px;
}

#jennie p {
	font-style: oblique;
	margin-top: -1px;
	text-align: center;
}

#cardoptions {
	list-style-image: url(images/black_disc.png);
	padding-top: 15px;
}

/* ---------------------------------------------------------------------------
 				end about page
--------------------------------------------------------------------------- */

#p2	{
	clear: both;
	float: left;
	margin-top: -35px;
	margin-bottom: 100px;
}


/* -----------------------------------------------------------------
		background images for bubble box corners
----------------------------------------------------------------- */

.bubble { 
	background: #660000;
	color: #ffffff;
	font-style: oblique;
	margin-top: 50px;
	margin-bottom: 30px;
}

.bubble h2 {
	color: #ffffff;
}

.bubble a {
	color: #ffffff;
}

.bubble a:hover {	
	border-bottom: dotted #ffffff thin;
}	

.bubble a:visited {
	color: #ffffff;
}

.top div { background: url(images/top_left.gif) no-repeat top left; }
.top 	 { background: url(images/top_right.gif) no-repeat top right; }
.bottom div { background: url(images/bottom_left.gif) no-repeat bottom left; }
.bottom  { background: url(images/bottom_right.gif) no-repeat bottom right;}

/* height and width details - each image-holding div is set to the full width of the container */

.top div, .top, .bottom {
	width: 100%;
	height: 14px;
	font-size: 1px;
}

.bottom div {
	width: 100%;
	height: 27px;
	font-size: 1px;
}

.content { margin: 0 14px; } /* match width of corner graphic */
.bubble { width: 565px; }



/* ----------------------------------------------------------------------
 			  end bubble
---------------------------------------------------------------------- */


/*-----------------------------------------------------------------------
			  contact page
----------------------------------------------------------------------*/


table.contacttable {
	width: 325px;
	text-align: left;
	font-size: 12px;
	margin-top: 50px;
}

table.contacttable td {
	padding-bottom: 2px;
}


/*-----------------------------------------------------------------------
			 end contact page
----------------------------------------------------------------------*/




/* ----------------------------------------------------------------------
			this only applies to products.html
---------------------------------------------------------------------- */


#standardplasticcards li ul, #diecutcards li ul, #noncard li ul, #retailsupplies li ul {
	margin-top: -10px;
	line-height: 125%;
}

#standardplasticcards li ul li, #diecutcards li ul li, #noncard li ul li, #retailsupplies li ul li {
	list-style-image: url(images/black_disc.png);
	/* margin-top: -10px; */
	line-height: 125%;
}


#standardplasticcards li, #diecutcards li, #noncard li, #retailsupplies li {
	list-style-type: none;
}

#standardplasticcards, #diecutcards {
	float: left;
}

#noncard, #retailsupplies {
	float: left;
}

#standardplasticcards h3, #diecutcards h3, #noncard h3, #retailsupplies h3 {
	text-align: center;
	color: #660000;
	margin-top: -2px;
}

/* ----------------------------------------------------------------------
			end products.html section
---------------------------------------------------------------------- */


/* ----------------------------------------------------------------------
				begin artwork
---------------------------------------------------------------------- */

ul#psai li.photoshop {
	list-style-image: url(images/ps_med.png);
	list-style-position: inside;
}

ul#psai li.illustrator {
	list-style-image: url(images/ai_med.png);
	list-style-position: inside;
}

ul#psai {
	text-align: center;
	margin-left: -50px;
}

ul#artreqs {
	list-style-type: none;
	margin-left: -40px;
}

ul#artreqs li {
	padding: 10px 0 10px 0;
	border-bottom: dotted #000000 thin;
}

/* ----------------------------------------------------------------------
				end artwork
---------------------------------------------------------------------- */



/* ----------------------------------------------------------------------
				 begin footer
----------------------------------------------------------------------*/

#footer { 
	/* padding: 0 10px 0 20px; */

/* this padding matches the left alignment of the elements in the divs that appear above it. */

	background: url(images/palmtree_footer.png) top no-repeat;
	height: 135px;
	text-align: center;
	color: #ffffff;

} 

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: black;
}

#footer ul {
	margin: auto;
	text-align: center;
}

#footer li {
	padding: 2px;
}

ul#footer1 {
	list-style-type: none;
	padding-top: 55px;
}

ul#footer1 li {
	display: inline;
}

ul#footer2 {
	list-style-type: none;
}

ul#footer2 li {
	display: inline;
}

ul#footer3 {
	list-style-type: none;
}

ul#footer3 li {
	display: inline;
}

/* ----------------------------------------------------------------------
			end footer
---------------------------------------------------------------------- */



/* ----------------------------------------------------------------------
				site credits
---------------------------------------------------------------------- */

#tommyday {
	font-size: 10px;
	margin-top: -10px;
}


/* ----------------------------------------------------------------------
				end credits
---------------------------------------------------------------------- */



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}


/* ----------------------------------------------------------------------
				Estimate Form
---------------------------------------------------------------------- */




#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

