@charset "utf-8";
/* CSS Document */

html, body {
margin: 0;
padding: 0;
}

body {
background-color:#ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#a1a1a1;
background-image:url(http://www.etudehouseusa.com/images/bg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-color:#ffffff;
}

h1 {
	font: 20px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #f384a5;
	line-height:19px;
	padding-bottom:1px;
	padding-top:15px;
	display:inline;
	}
.imageh1 { 
background-image: url(http://www.etudehouseusa.com/images/h1.png);
    background-repeat: no-repeat;
    width:20px;
    height:20px;
    float:left;
    margin: 0;
    padding: 0 5px 0 0; }

.padding {
padding: 5px 25px;
}

.popupcolor {
color:#f384a5;
font-weight:bold;
text-decoration:none;
}

.popupcolor a {
color:#f384a5;
font-weight:bold;
text-decoration:none;
}

a {
color:#a1a1a1;
text-decoration: none;
outline: none;
}

a:hover {
color:#943e57;
text-decoration:none;
}

.logobar {
width:800px;
height:60px;
}

.logobar a {
color:#a1a1a1;
text-decoration: none;
}

.logobar a:hover {
color:#943e57;
text-decoration:none;
}

.topnav {
width:780px;
background-image: url(http://www.etudehouseusa.com/images/navbar.png);
background-repeat:no-repeat;
background-position:center;
height:45px;
margin:0;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
}

.topnav a {
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
font-size:13px;
font-weight:bold;
}

.topnav a:hover {
color:#943e57;
text-decoration:none;
}

.content {
	border-width: 0 1px 1px 1px;
	border-spacing: 0px;
	border-style: none solid solid solid;
	border-color: #fccfdc;
	border-collapse: separate;
	background-image:url(http://www.etudehouseusa.com/images/transbg.png);
}

.content a {
color:#f384a5;
text-decoration: none;
}

.contentpad {
	padding:15px;
	}

.content a:hover {
color:#943e57;
text-decoration:none;
}

a.new { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 174px; /* width of reactive image */
     height: 186px; /* height of reactive image */
     background-image:url(http://www.etudehouseusa.com/images/new1.png); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.new:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(http://www.etudehouseusa.com/images/new2.png); /* source for target image */
     } 
	 
a.featured{ /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 174px; /* width of reactive image */
     height: 186px; /* height of reactive image */
     background-image:url(http://www.etudehouseusa.com/images/featured1.png); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.featured:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(http://www.etudehouseusa.com/images/featured2.png); /* source for target image */
     } 

div#preload { display: none; }

.productbg {
background-image:url(http://www.etudehouseusa.com/images/productlayout.jpg);
background-repeat:no-repeat;
width:176px;
height:188px;
}

.productname {
width:166px;
}

input {
background-color: transparent;
color: #a1a1a1;
border:#f384a5 1px dashed;
}

input.text {
width:240px;
}

textarea {
background-color: transparent;
	color: #a1a1a1;
	border:#f384a5 1px dashed;
	width: 240px;
}

input.submit{
background-color: transparent;
color: #a1a1a1;
border:#f384a5 1px dashed;
padding:3px;
cursor:pointer;
}

select {
background-color: transparent;
color: #a1a1a1;
border:#f384a5 1px dashed;
}

.productimage {
background-image: url(http://www.etudehouseusa.com/images/productbg.jpg);
margin-top:20px
}

.imagepad {
padding-top:15px;
}

.productborder {
padding:3px;
border:#f2d7df 1px solid;
}

.salecolor {
color:#f384a5;
font-weight:bold;
}

