@import url('/assets/css/editor.css');

body#home {
    background: url('/assets/images/home/bg.gif') left top repeat-x;
}


#wrap {
    width: 914px;
    margin: 0 auto;
    padding: 0 8px;
}

/************************* header *********************/

#logo {
    width: 292px;
    height: 20px;
    float: left;   
}

#header {
    padding: 20px 0 20px 0;
}

#header ul {
    float: right;
    text-align: right;
    padding: 22px 0 0;
}

#header ul li {
    display: inline;
    padding: 0 0 0 20px;
}

#header ul li a {
    font-size: 14px;
    color: #636363;
}

#header ul li.on a {
    color: #000000;
}

/************************* main *********************/

#main {
    clear: both;
    padding: 300px 0 30px;
}

#left {
    width: 591px;
    float: left;
}

#right {
    width: 280px;
    float: right;
}

/**************** thumbs *************/

#thumbs {
    
}

#thumbs li {
    float: left;
    width: 119px;
    height: 120px;
    margin: 0 24px 24px 0;
    padding: 4px 0 0 5px;
    background: url('/assets/images/thumbBg.png') left top no-repeat;
}

#thumbs li a {
}

#thumbs li p {
    margin: 5px 0 0;
    font-size: 11px;
    color: #333;
}

#thumbs li.last{
     margin: 0 0 24px 0;
}

/************************* right nav *********************/

#right ul li {
    font-size: 13px;
    border-bottom: 1px solid #d2d2d2;
    padding: 0 0 10px 10px;
    margin: 0 0 10px 0;
}
#right ul li a {
    color:#171717;
}


#right ul li a:hover {
    color: #7a7a7a;
}

#right ul li.on {
    font-weight: bold;
}

#right ul li.on a:hover {
    color:#171717;
    
}




/************************* footer *********************/
#footer {
    clear: both;

}

#fLeft {
   width: 314px;
   float: left;
}


#fLeft a{
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #171717;
}

#fLeft  a:hover {
    background: none;
    color: #171717;
}

#fLeft  a:hover span {
    color: #f37022;
}

#fRight {
    width: 409px;
    float: right;
    text-align: right;
}

#fRight  {
    font-size: 13px;
    color: #171717;
    
}

#fRight li {
    display: inline;
    margin: 0 0 0 5px;
}

#fRight a 
{
	padding: 0;
}

/****************************************** inner ***************************************/

body {
    background: url('/assets/images/innerBg/bottomBg.jpg') 50% 345px no-repeat;
}

#bar {
    min-height:400px;
      height:auto !important;
      height:400px;
}

/************************* bar background *********************/

.faces {
    background: url('/assets/images/innerBg/faces.jpg') 50% 106px no-repeat;
}

.car {
    background: url('/assets/images/innerBg/car.jpg') 50% 106px no-repeat;
}

.ceremony {
    background: url('/assets/images/innerBg/ceremony.jpg') 50% 106px no-repeat;
}

.couple {
    background: url('/assets/images/innerBg/couple.jpg') 50% 106px no-repeat;
}

.facesTwo {
    background: url('/assets/images/innerBg/facesTwo.jpg') 50% 106px no-repeat;
}

.kids {
    background: url('/assets/images/innerBg/kids.jpg') 50% 106px no-repeat;
}

.kidWalking {
    background: url('/assets/images/innerBg/kidWalking.jpg') 50% 106px no-repeat;
}

.table {
    background: url('/assets/images/innerBg/table.jpg') 50% 106px no-repeat;
}

.walking {
    background: url('/assets/images/innerBg/walking.jpg') 50% 106px no-repeat;
}

/****************************************** unique ***************************************/

/************************* home *********************/

#homeFlash {
	display: block;
    width: 918px;
    margin: 83px auto 35px;
}

#homeLeft {
    width: 452px;
    float: left;
    margin: 0 0 30px;
}

#homeRight {
    width: 420px;
    float: right;
    margin: 0 0 30px;
    
}

#home h1 {
    margin: 0 0 20px 0;
}

/************************* news *********************/

#right ul li a span {
    display: block;
    font-size: 11px;
    margin: 0 0 5px 0;
    color: #676767;
}

/**************** testimonaisl *************/

.test {
    border-bottom: 1px solid #d2d2d2;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.test img {
    float: left;
}

.testInner {
    padding: 50px 40px 0 0;
    float: right;
}

.right .testInner {
    padding: 50px 0px 0 40px;
    
    float: left;
}

.right img {
    float: right;
}



.test p {
    width: 595px;

    margin: 0 0 10px 0;
}


.test .testAuthor {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    margin: 0;
    padding: 0;
}

/************************* contact *********************/

#contactEmail {
    font-size: 20px;
    color: #707070;
    margin: 0 0 20px 0;
    display: block;
}


#contactPhone {
    font-size: 20px;
    color: #707070;
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #d2d2d2;
}

/************************* sitemap *********************/

#sitemap h4 {
    font-size: 15px;
    margin: 0 0 15px 0;
}

#sitemap ul {
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
}

#sitemap ul li {
    list-style: disc;
    margin: 0 0 5px 0;
    font-size: 13px;
}