@CHARSET "ISO-8859-1";

body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-family: arial, verdana, helvetica;
    font-size: 13px;
    background-color: #fff;
    color: #4e4c4d;
}

p	{
    margin: 0;
    padding: 0;
    margin-top: 2px;
}

p.standard{
    margin-top: 12px;
    margin-bottom:16px;
}

ul {
    list-style-image: url(../images/needle-bullet.png)
}

h1 {
    color: #4e4c4d;
    font-family: arial, verdana, helvetica;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    font-family: arial, verdana, helvetica;
    font-size: 14px;
    color: #4e4c4d;
    margin-bottom: 0;

}

h3 {
    font-family: arial, verdana, helvetica;
    font-size: 13px;
    color: #4e4c4d;
    margin-bottom: 0;

}

td {
    vertical-align: top;
}
A:link {
    COLOR: #817964;
    text-decoration: none;
}

A:visited {
    COLOR: #937e62;
    text-decoration: none;
}

A:hover {
    color: #968167;
    text-decoration: underline;
}


b {
    font-size: 110%;
}

em {
    color: red;
}

#maincontainer {
    width: 1024px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    background: #fff;
    background-color: #fff; 
    color: #333;
    overflow: hidden;
}

#header-home {
    background-image: url('../images/header-home.jpg');
    width: 1024px;
    height: 167px; 
}

#header-contact {
    background-image: url('../images/header-contact.jpg');
    width: 1024px;
    height: 167px; 
}

#header-design {
    background-image: url('../images/header-design.jpg');
    width: 1024px;
    height: 167px; 
}

#header-accessories {
    background-image: url('../images/header-accessories.jpg');
    width: 1024px;
    height: 167px; 
}

#header-alterations {
    background-image: url('../images/header-alterations.jpg');
    width: 1024px;
    height: 167px; 
}

#header-gallery {
    background-image: url('../images/header-gallery.jpg');
    width: 1024px;
    height: 167px; 
}

#header-links {
    background-image: url('../images/header-links.jpg');
    width: 1024px;
    height: 167px; 
}

#stripe-home {
    width: 1024px;
    height: 155px;
    background-image: url('../images/stripe-home.jpg');
}

#stripe-contact {
    width: 1024px;
    height: 155px;
    background-image: url('../images/stripe-contact.jpg');
}

#stripe-design {
    width: 1024px;
    height: 155px;
    background-image: url('../images/stripe-design.jpg');
}

#stripe-accessories {
    width: 1024px;
    height: 155px;
    background-image: url('../images/stripe-accessories.jpg');
}


#stripe-alterations {
    width: 1024px;
    height: 155px;
    background-image: url('../images/stripe-alterations.jpg');
}

#stripe-gallery {
    width: 1024px;
    height: 155px;
    background-image: url('../images/stripe-gallery.jpg');
}

#stripe-links {
    width: 1024px;
    height: 155px;
    background-image: url('../images/stripe-links.jpg');
}

#main-body-home {
    width: 1024px;
    height: 288px;
    background-image: url('../images/main-body-home.jpg');
}

#main-body-contact {
    width: 1024px;
    height: 288px;
    background-image: url('../images/main-body-contact.jpg');
}

#main-body-design {
    width: 1024px;
    height: 288px;
    background-image: url('../images/main-body-design.jpg');
}

#main-body-accessories {
    width: 1024px;
    height: 288px;
    background-image: url('../images/main-body-accessories.jpg');
}

#main-body-alterations {
    width: 1024px;
    height: 288px;
    background-image: url('../images/main-body-alterations.jpg');
}

#main-body-gallery {
    width: 1024px;
    height: 288px;
    background-image: url('../images/main-body-gallery.jpg');
}

#main-body-links {
    width: 1024px;
    height: 288px;
    background-image: url('../images/main-body-links.jpg');
}


/*#stripe-body {
	width: 1024px;
	height: 288px;
	background-image: url('../images/main-body.jpg');
	}*/

#slide-container {
    width: 486px;
    position: relative;
    left: 500px;
    top: -130px;
    top: -140px;
    /*margin-left: 500px;*/
}

#stripe-content {
    /*This is used instead of the slideshow wrapper when text is required */
    width: 486px;
    position: relative;
    left: 500px;
    top: -130px;
    top: -110px; /*offset is lower on the page */
    top: -120px;
    /*margin-left: 500px;*/
}


#contentcolumn {
    margin-left: 500px; /*Set left margin to LeftColumnWidth*/
    padding-top: 20px;
    width: 480px;
    background-color: #fcf9ce; /* pinky cream */
    background-color: transparent;
    color: #4e4c4d;
}

.innercontent {
    margin-left: 60px;
    margin-top: -58px;
}


.gallerycontent {
    margin-left: 50px;
    margin-top: -58px;
}

.tiarascontent {
    margin-left: 50px;
    margin-top: -78px;
}

#leftcolumn {
    float: left;
    width: 620px; /*Width of left column*/
    margin-left: -1074px; /*Set left margin to -(MainContainerWidth)*/
    background-color: #fcf9ce;/* pinky cream */
    background-color: #f2f9ce; /* cream/vellum */
    color: #222;
}



#footer {
    clear: left;
    width: 100%;
    background: #fff;
    color: #928a75;
    color: #4e4c4d;
    text-align: center;
    padding: 2px 0;
    font-family: arial, verdana, helvetica;
    font-size: 14px;
}

#footer A:link {
    color: #5f5d5d;
    text-decoration: none;
}

#footer A:visited{
    color: #5f5d5d;
    text-decoration: none;
}

#footer A:active {
    color: #5f5d5d;
    text-decoration: underline;
}

#footer A:hover {
    color: #5f5d5d;
    text-decoration: underline;
}	

#footer-left {
    float: left;
    width: 20%;
    text-align: left;
}

#footer-right {
    float: right;
    width: 20%;
    text-align: right;

}	
.smallprint {
    font-family: arial, verdana, helvetica;
    font-size: 10px;
}


.innertube {
    margin: 20px;
    /*Margins for inner DIV inside each column (to provide padding)*/
}

.innertube2 {
    margin: 10px;
    /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}

.bluebox {
    color: #fff;
}

.bluebox h1{
    color: #fff;
}

.bluebox h2{
    color: #fff;
}


.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.bigquotation {
    line-height: 1.5em;
    font-family: arial, verdana, helvetica;
    font-size: 17px;
}

.float_left {
    float: left;
    margin-right: 10px;
}


.float_right {
    float: right;
    margin-left: 10px;
}

.top-margin {
    padding-top: 5px;
}

.14font {
    line-height: 1.5em;
    font-family: arial, verdana, helvetica;
    font-size: 15px;
    background-color: #fcf9ce;
    background-color: #fff;
    color: #4e4c4d;
}
/*.slideshow { height: 221px; width: 1074px; margin: auto }*/
/* .slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }*/

.slideshow { height: 140px; width: 486px; overflow: hidden; }
.slideshow img { padding: 0; border-style: none; background-color: #113e5c; }

.icon-down {
    margin-top: 20px;
}

#contact-tab {
    padding-left: 468px;
    padding-top: 128px;
}

img {
    border: none;
}

