body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #FF99CC;
	text-decoration: none;
}
a:visited {
	color: #FF99CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFBBCC;
}
a:active {
	text-decoration: none;
	color: #FFAADD;
}
.pinkgradient {
	background-image: url(/images/header-tile-top.gif);
	background-repeat: repeat;
}
.navgradient {
	background-image: url(/images/header-tile-nav.gif);
	background-repeat: repeat;
}

.mainColumn {
	margin-top: 20px;
	margin-right: 6px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 150%;
}

.mainColumn h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	color: #ffffff;
	letter-spacing: .05em;
	margin-left: 183px;
	width: 570px;
	border-top-width: none;
	border-top-style: none;
	border-top-color: #FF99CC;
	border-right-color: #FF99CC;
	border-bottom-color: #FF99CC;
	border-left-color: #FF99CC;
	padding-top: 0px;
}

.orderImage {
	margin: 8px;
	float: right;
	border: thin solid #000000;	
}

.orderLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 75%;
}
.formTags {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
}
.pinkForm {
	border: medium solid #FFAADD;
}
.
FormButton {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 24px;
	font-weight: bold;
	color: #943152;
	background-color: #FFCEFF;
	border: medium solid #FF9CFF;
}

.instructions {
	font-size: 14px;
}

.flashHolder {
	position: relative;
	width: 300px;
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
}

.reverseTextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	padding: 15px 15px 0px 15px;
	border: medium solid #FF99CC;
	text-align: justify;
	height: 856px;
}

.reverseTextBox a:link {
	color: #FF6699;
	font-weight: bold;
}

.reverseTextBox a:visited {
	color: #FF6699;
	font-weight: bold;
}

.reverseTextBox h2 {
	color: #9D3046;
}

.cardHeader {
	margin-right: 10px;
	margin-left: 10px;
}

.cardHolder {
	text-align: center;
	width: 700px;

}

.thumbnailBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFF;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 15px;
	text-align: left;
	width: 180px;
	background: #000000;
	padding: 0 5px 10px 0;
}


.thumbnailBoxCC {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFF;
	float: left;
	margin-left: 3px;
	margin-right: 9px;
	margin-bottom: 15px;
	text-align: left;
	width: 250px;
	background: #000000;
	padding: 0 5px 10px 0;
}

.navSelected {
	color: #B45A73;
}


.cardLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FF99CC;
}
.gutterText {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	color: #000000;
	margin: 10px;
	background-color: #FFFFFF;
	border: medium solid DC89A0;
}
.floatingZoomBox {
	background-color: #000000;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	border-top: thick solid #ff9999;
	border-right: thick solid #ff9999;
	border-bottom: thick solid #993333;
	border-left: thick solid #993333;
}

.justify {
	text-align: justify}

.bigText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}
.biggerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #660000;
}

.unitsHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #660000;
	font-weight: bold;
}




/*
.navColumn {
	margin-top: 20px;
	margin-right: 4px;
	margin-left: 10px;
}

.navColumn h2 {
	color: #FFFFFF;
	font-size: 14px;
}

.navColumn p {
	padding-bottom: 10px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 75%;
}

*/


/* cardlines left css dropdown menu */


#menu {
width: 12em; /* set width of menu */
background: #000000;
position: relative;
z-index: 2;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
font-size: 1em;
}

/* style, color and size links and headings to suit */
#menu a {
display: block;} 

#menu h2 {
display: block;
font-size: 1.25em;
color: #FFFFFF;
background: #000;
font-weight: normal;
margin-left: 5px;
}


/*background of popoout*/
#menu a {
color: #000;
background: #ffffff;
text-decoration: none;
}
/* category pop-out mouse over */
#menu a:hover {
color: #000;
background: #f0a8cc;
}


/* padding on pop-out */
#menu ul li ul li a{
padding-left: 20px;
}






/* coming soon style*/
#menu a img {
color: #ffffff;
position: relative;
top: 2px;}
/* more coming soon style */
#menu a i {

/*background-image: url(../images/coming.gif); */
background-repeat: no-repeat;
background-position-x: 300px;
color: #4f4f4f;
margin-left: -17px;
}





/* category mouse over */
li:hover.section 
{background: #FFF;
color:#000;}

/* category */ 
.section {
color: #FF99CC;
border: black;
padding: 0;
font-size: 1.1em;}



/*list below drop down menu */

#sectionTwo {
font-size: 1.1em;}

#sectionTwo ul {
list-style: none;
padding: 0;
margin: 0;
}

#sectionTwo li {
padding: 2px 0 1px 10px;}

#sectionTwo a {
color: #FF99CC;}

#sectionTwo a:hover {
	text-decoration: none;
	color: #fff;}
	
/*end list below drop down menu */



/* positioning pop out / nested menu elements */

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
margin-left: 0px;
padding: 5px;
} 

#menu ul ul ul {
padding: 3px;
position: absolute;
top: -3px;
left: 90%; /* to position them to the right of their containing block */
width: 120%; /* width is based on the containing block */
}




/* hiding and revealing with hover*/

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}




  
  
/*styles for cards.php */>

.mockupWrapper {
position: relative;
top: -200px;
left: 0;
width: 500px;
height: 900px;
z-index: 1;
}

.mockupTextwrap {
position: relative;
top:293px;
left: 115px;
height: 1px;
}

.mockupTextTwo {
position: relative;
top:-18px;
left: 210px;
}
.mockupTextThree {
position: relative;
top:295px;
left: 0;
}
.mockupTextFour {
position: relative;
top:277px;
left: 195px;
}
.mockupTextFive {
position: relative;
top: 460px;
left: 125px;
}





.bump {
position: relative;
top: 5px;
border: none;}
</style>

.bumpTwo {
position: relative;
top: 1px;
border: none;}
</style>

.bumpTwo  a:hover {
background-color: #FFF;}

/*  IE css fix   */

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(../includes/csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;



}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
padding: 3px;
} 

#menu a{}

#menu h2 {
font: normal 1.1em verdana, arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 

.mockupTextWrap {
position: relative;
top:503px;
left: 105px;
}

<![endif]-->
  


