﻿/*Styles for Soho interiors Site*/

/* Main Content area Styles */
body
{
    background-color: Black;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 13px;
}
#sitecontainer
{
    width: 883px;
    height: 617px;
    margin: auto;
    border: 7px solid #FFFFFF;
    position: relative;
    background-color: #ffffff;
}
#maincontentcontainer
{
    width: 883px;
    height: 457px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
}
.maincontentcontainer
{
    width: 883px;
    height: 457px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    border-bottom: 7px solid #ffffff;
    background-color: White;
}
.maincontentcontainer img
{
    border: 1px solid black;
}
/*individual content pane styles*/
.contentpanes
{
    width: 218px;
    height: 457px;
}
.contentpanes div
{
    padding: 5px;
}
#aboutcontentpane
{
    position: absolute;
    left: 0;
    background-image: url(images/sohocontentpanetransperancywhite.png);
    overflow: auto;
}
#aboutcontentpane h1
{
	color: #000000;
}
#productscontentpane
{
    position: absolute;
    left: 225px;
    background-image: url(images/sohocontentpanetransperancy.png);
    overflow: auto;
}
#gallerycontainer
{
	height: 457px;
	background-color: #000000;
}
#gallerythumbs
{
	position: absolute;
	width: 444px;
	height: 457px;
	overflow: auto;
	margin-left: 20px;
}
#gallerythumbs img
{
	border: 1px solid #ffffff!important;
}
#galleryfeatureimagethumbs
{
	position: absolute;
	right: 0px;
}
#galleryfeatureimagethumbs img
{
	border: 1px solid #ffffff;
}
#gallerycontentpane
{
    position: absolute;
    left: 465px;
    background-image: url(images/sohocontentpanetransperancy.png);
    color: #000000;
}

#contactcontentpane
{
    position: absolute;
    right: 0px;
    background-image: url(images/sohocontentpanetransperancy.png);
}

/*bottom section os site*/
#bottomholdingcontainer
{
    background-color: #ffffff;
    width: 883px;
    height: 143px;
    border-top: 5px solid #CB4E3A;
    border-bottom: 5px solid #CB4E3A;
    margin-left: auto;
    margin-right: auto;
    background-image: url(images/backgroundnavimage.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
#logocontainer
{
    width: 218px;
    height: 143px;
    float: left;
}
#navigationcontainer
{
    float: left;
}

#flashcontainer
{
    border: 1px solid black;
}
h1
{
    font-family: 'Arial Black' Verdana;
    color: #ffffff;
    font-size: 15px;
    margin-top: 0px;
    padding-bottom: 15px;
}
p 
{
    margin: 0px 0px 12px 0px;
}
a
{
    text-decoration: none;
    color: #000000;
}

a:hover
{
    text-decoration: underline;
    color: #000000;
}
ul 
{
    margin: 0px 0px 0px 16px;
    padding: 0px;
}
li 
{
    margin: 0px 0px 8px 0px;
    padding: 0px;
}
.enlargedimagecontainer
{
   background-color: #000000;
   margin-left: auto;
   margin-right: auto;
    text-align: center;
 }
 .enlargedimagecontainer img 
 {
    border: 20px solid #ffffff;
    }
     .enlargedimagecontainer a 
 {
    color: #ffffff;
    }
 
.closebuttonstyle 

{
    width: 100px;
    float: right;
}
.large 
{
    font-size: 14px;
}
#admincontainer
{
	height: 457px;
	background-color: #000000;
	padding: 40px;
	color: #ffffff;
}
#admincontainer h1, h2, h3, h4, h5, h6
{
	border-bottom: 1px solid #ffffff;
}
#admincontainer a
{
	color: #ffffff;
	text-decoration: underline;	
}