/* Design and Coding by BreamTeam */
/* Copyright © BreamTeam 2010 */
/* http://www.breamteam.com */

/* ----------------------------------------------------------------------------------------------- */
/* Main Items */

body { 
background-color: #BDB3A6; 
color: #333;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
height:100%;
margin:10px;
text-align:left; 
}

div,ul,li,p,h1,h2,h3,h4,h5,form,label,blockquote {
margin:0; 
padding:0;
}

.centre {
text-align:center;
}

.row0 {
background: #EBEDED;
}

.row1 {
background: #F5F6F6;
}

.global_gutter_h5 { height:5px; }
.global_gutter_h10 { height:10px; }
.global_gutter_h13 { height:13px; }
.global_gutter_h15 { height:15px; }
.global_gutter_h17 { height:17px; }
.global_gutter_h20 { height:20px; }
.global_gutter_h25 { height:25px; }

/* ----------------------------------------------------------------------------------------------- */
/* Links */

a:link, a:visited, a:active  { 
color: #333;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
font-size: 12px; 
}

a:hover { 
color: #333;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
font-size: 12px; 
}


/* ----------------------------------------------------------------------------------------------- */
/* SLIDESHOW */

#slideshow {
    position:relative;
    height:262px;
    width:580px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


/* ----------------------------------------------------------------------------------------------- */
/* MAIN ITEMS */

.global_main_table { 
margin: 0 auto;
width:950px;
}

.global_logo_right { 
background-image:url(../img/bg-logo.jpg);
background-repeat:no-repeat;
height:150px;
width:471px;
}

.global_nav_menu { 
background-color:#FFF;
height:30px;
width:100%;
}

.global_main_content {
background-color:#FFF;
min-height:590px;
width:100%;
}

.global_main_footer {
background-color:#2E2419;
color:#FFF;
height:25px;
padding:5px 0 0 0;
width:100%;
}

.navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}


/* ----------------------------------------------------------------------------------------------- */
/* PAGE ITEMS */

.page_main_content {
background-color:#FFF;
height:570px;
padding:20px;
width:100%;
}

.page_content_text {
padding:10px 0 0 0;
}


/* ----------------------------------------------------------------------------------------------- */
/* COLLECTION ITEMS */

.collection_main_item {
border-left:solid 10px #fff;
border-right:solid 10px #fff;
color:#FFF;
height:150px;
padding:10px;
width:100px;
}

.collection_bg_brown {
background-color:#2D2D23;
}

.collection_bg_pink {
background-color:#4B3144;
}

.collection_bg_blue {
background-color:#00304C;
}

.collection_text {
font-size:14px;
height:60px;
line-height:16px;
}

.collection_page_main_content {
height:570px;
padding:20px;
width:100%;
}

.collection_bg_image_gallery {
background-color:#2D2D23;
}

.collection_bg_image_pink-camouflage {
background-color:#4B3144;
}

.collection_bg_image_essentials {
background-color:#00304C;
}
