/* Main Style Sheet for glampushpresents.com */


body {
	background:#ccc;
}

img {
	border:none;
}

#main {
	margin: 0 auto;
	width:900px;
	height:950px;
	
}

.header {
	border:1px solid #6e6e6e;
	
	background:#fff;
}

.box {
	border:1px solid #6e6e6e;
	margin-top: 5px;
	padding:3px;
	padding-bottom: 0px;
	background: #fff;
}

.info {
	padding-top:40px;
	padding-left:200px;
	width:600px;
	padding-bottom:40px;
	font: 16px Georgia, Helvetica, sans-serif;
	letter-spacing: .075em;
	line-height: 1.2em;
	/* font-style:italic; */
}

/* Nav styles */

.nav {
	height: 22px;
	margin-top:6px; 
}
.nav ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-left:55px;
	list-style: none;
	font: 70% Lucida Grande, Geneva, Helvetica, sans-serif;
	font-weight:bold;
}
 .nav ul li {
	float: left;
	margin:0;
	padding: 0;
}

.nav ul li a, .header .nav ul li a:visited {
	background: #fff;
	color:#6e6e6e;
	float: left;
	display: block;
	margin-right: 4px;
	margin-bottom: 0px;
	padding: 4px 8px;
	text-decoration: none;
	border: 1px solid #6e6e6e;
	white-space: nowrap;
	width:90px;
	/* border-bottom:none; */
	text-align:center;
}
.nav ul li a:hover, #header #mainlinks ul li a:focus {
	border-color:#FD9BDE;
	background:#fff;
	color:#FD9BDE;	
}

/* End Nav styles */



.definition {
	margin-left: 400px;
	margin-top: 120px; 
	background: #fff;
}

.ad1 {
	/* border: 1px solid #ccc; */
	margin-top: 8px;
	
	float: left;
	margin-left:100px;
	width:180px;
	height:150px;
}

.ad2 {
	/* border: 1px solid #ccc; */
	margin-top: 8px;
	
	width:180px;
	height:150px;
	float: left;
	margin-left:70px;

}

.ad3 {
	/* border: 1px solid #ccc; */
	margin-top: 8px;
	
	width:180px;
	height:150px;
	margin-bottom:5px;
	float: left;
	margin-left:80px;
}



.footer {
	background:#ccc;
	border:none;
	margin-top: 180px;
	padding:3px;
	padding-bottom: 0px;
	/* clear:both; */
	color:#6e6e6e;
	text-align:center;
	font: 75% Lucida Grande, Geneva, Helvetica, sans-serif;
	line-height:1.5em;
	
}

.footer a {
	color: #999;
	text-decoration: underline;
	background:#ccc;
}



.footer a:hover, .footer a:visited  {
	color: #6e6e6e;
	text-decoration: underline;
	background:#ccc;
}

.footer .footlinks ul li {
	float:left;
}

.footer .footlinks ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-left:270px;
	list-style: none;
	font: 99% Lucida Grande, Geneva, Helvetica, sans-serif;
	font-weight:bold;
	margin-top: 2px;
	background:#ccc;
}

.footer .footlinks ul li a, .footer .footlinks ul li a:visited {
	text-decoration: none;
	float: left;
	display: block;
	margin-right: 25px;
	color:#6e6e6e;
	background:#ccc;	
}

 .footer .footlinks ul li a:hover {
 	text-decoration:underline;
 	background:#ccc;
 }

h1 {
display:none;
}

.middlebox {
	border:1px solid #6e6e6e;
	margin-top: 5px;
	padding:3px;
	padding-bottom: 0px;
}

.middlebox2 {
	border:1px solid #6e6e6e;
	margin-top: 5px;
	padding:3px;
	padding-bottom: 0px;
	height:2200px;
}


/*    Product styles      */

.products {
	padding-top:40px;
	width:900px;
	padding-bottom:40px;
	font: 12px Palatino Linotype, Helvetica, sans-serif;
	letter-spacing: .075em;
	line-height: 1.2em;
	font-style:italic;

}

/* Lucida Handwriting */

.products .clearboxouter {
	margin-left:160px;
}

.products .clearbox {
	display:block;
	float: left;
	width: 335px;
	height: 275px;
	margin-right:17px;
	text-align:center;
	margin-bottom:15px;
	border: 1px solid #ccc;
	padding: 5px;
	
}

.products .clearbox a, .products .clearbox a:visited, .products .clearbox a:link {
	color:#000;
	font: 11px Georgia, sans-serif;
	font-weight:bold;
}

.products .clearbox a:hover {
	color: #FD9BDE;
	font: 11px Georgia, sans-serif;
	font-weight:bold;
}

.products .clearbox img {
	max-width:230px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-height:191px;
}

* html .products .clearbox img { 
   height: expression( this.scrollHeight > 160 ? "170px" : "auto" ); /* sets max-height for IE */
   max-height: 170px; /* sets max-height value for all standards-compliant browsers */
}



