

/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

@import "default.css";

@media screen {

body {
 font: normal 12px Arial, Helvetica, sans-serif;
 background-color: #feefc6;
 color: Black;
 text-align: center;
}

head+body .fix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

a:link, a:active, a:focus, a:visited {text-decoration: none; color: #a76b34; font-weight: bold;}
a:hover {text-decoration: underline;}

#shadow {
 width: 810px;
 margin: 0 auto;
 background: url("images/shadow.gif") top repeat-y;
}

#container {
 margin: 0 20px;
 background-color: White;
 text-align: left !important;
}

h1 img { 
 display: block;
 margin-left: 439px;
}

h2 {
 padding: .5em 0;
 color: #a76b34;
 font-size: 130%;
 font-weight: bold;
}


/* NAVIGATION */

#nav {
 list-style: none;
 margin: 0;
 padding: 0;
 background: #f1decd;
 height: 1%; /* IE */
}

#nav li {
 float: left;
}

#nav a {
 display: block;
 padding: 3px 15px;
 border-right: solid 3px White;
 font-weight: bold;
 font-size: 92%;
 text-transform: uppercase;
 color: #a76b34;
}
#nav a:hover,
#nav a:focus {
 background: #940000;
 color: #FFFFFF;
 text-decoration: none !important;
}




#content {
 margin: 12px 12px 0 12px;
}

p {
 padding: .5em 0;
 text-align: justify;
}



#left {
 width: 172px;
 float: left;
 padding-top: 180px;
}

body#home #left { background: White url("images/images-printer.jpg") top left no-repeat; }
body#sales #left { background: White url("images/images-sales.jpg") top left no-repeat; }
body#links #left { background: White url("images/images-links.jpg") top left no-repeat; }
body#contacts #left { background: White url("images/images-contact.jpg") top left no-repeat; }
body#about #left { background: White url("images/images-about.jpg") top left no-repeat; }

#left h2 {
 margin-right: 12px;
 padding: 1em 10px;
 background-color: #f1decd;
 color: #a76b34;
 font-size: 130%;
 font-weight: normal;
}

#right {
 width: 162px;
 float: right;
 padding-top: 95px;
 background: url("images/beauty-expo.gif") top right no-repeat;
}

#article {
 float: left;
 width: 412px;
 line-height: 1.5;
}



/* Footer */
#footer {
 height: 1%;
 clear: both;
 font-size: 92%;
 padding: 24px 0 12px 0;
}

#footer a {
 color: #8a4101;
 font-weight: normal !important;
}

#footer p {
 padding: 10px 0 10px 0 !important;
 float: left;
 display: inline;
}

#footer p a {
 margin-right: 1em;
 text-transform: uppercase;
}

#footer a.designby {
 float: right;
 padding: 10px 38px 10px 0 !important;
 background: url("images/di_logo.png") center right no-repeat;
}



/* Contact Form */

#contact {
 width: 350px;
}

#contact td {
 padding: 0 10px 10px 0;
 width: 33%;
 font-size: 12px;
}

.button {
 border: 1px solid #f1decd;
 background: White;
 font-size: 11px;
}

#contact input.text, 
#contact textarea, 
#contact select {
   border: 1px solid #f1decd;
   width: 100%;
}

#contact textarea {
 height: 110px;
}

.required {
 color:  #8e0000;
 font-weight: bold;
}


#banner {
 width: 770px;
 height: 168px;
 border-top: solid 3px White;
 background: url("images/main-content-home-h2.gif") top left no-repeat;
}

#banner img {
 display: block;
 width: 481px;
 margin-left: 290px;
}

}