/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #FFF;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight:bold;color:#0289ce;
}

em {
	font-style:oblique;
}

p {
	margin:15px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/*End RESET - Begin Full Width CSS*/
	
@font-face {

    font-family: 'MyriadProRegular';
    src: url('/fonts/myriadpro-regular-webfont.eot?') format('eot'),
         url('/fonts/myriadpro-regular-webfont.woff') format('woff'),
         url('/fonts/myriadpro-regular-webfont.ttf') format('truetype'),
         url('/fonts/myriadpro-regular-webfont.svg#webfontKdgXnHG8') format('svg');

    font-weight: normal;
    font-style: normal;
}

@font-face {

    font-family: 'MyriadProSemibold';
    src: url('/fonts/myriadpro-semibold-webfont.eot?') format('eot'),
         url('/fonts/myriadpro-semibold-webfont.woff') format('woff'),
         url('/fonts/myriadpro-semibold-webfont.ttf') format('truetype'),
         url('/fonts/myriadpro-semibold-webfont.svg#webfont1ipy3eQi') format('svg');

    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'MyriadProLight';
    src: url('/fonts/myriadlight-webfont.eot');
    src: url('/fonts/myriadlight-webfont.eot?iefix') format('eot'),
         url('/fonts/myriadlight-webfont.woff') format('woff'),
         url('/fonts/myriadlight-webfont.ttf') format('truetype'),
         url('/fonts/myriadlight-webfont.svg#webfonthd3MjCx1') format('svg');
    font-weight: normal;
    font-style: normal;}


body { background-color:#8c0e38; font:14px MyriadProLight, Helvetica,  Arial,  sans-serif; }

p {line-height:22px;}

ol, ul {list-style: square;}

div  { width: 100%; } /* Divs are block elements which automatically take 100% width so this is redundant. */

#header-wrap {
height: 115px;
background-color:#FFF;
border-bottom: 1px solid #CCC;}

#header {margin: 0 auto; width:990px; position:relative;	}

.logo {
position:absolute;
left:5px;
top:12px;
width:200px;
}
	
.nav {
position:absolute;
left:350px;
top:75px;
width:700px;
}

#wrap {
background-color:#FFF;
background-image:url(/images/bg.gif);
background-repeat:repeat-x;
padding:20px 0 20px 0;
}

#wrap-gallery {
background-color:#CCC;
padding:20px 0 20px 0;
}

#wrap-inner {margin: 0 auto; width:990px; margin-bottom:20px;}

#main-content {
position:relative;
background-color:#FFF;
padding:5px;
width:970px;
margin: 0 auto;
-moz-box-shadow:1px 1px 5px 6px #ccc;
-webkit-box-shadow: 1px 1px 5px 6px #ccc;
box-shadow:1px 1px 5px 6px #ccc;}

#main-content-gallery {
position:relative;
padding:5px;
width:970px;
margin: 0 auto;}

#main-content-left {float:left; width:220px; border-right:dashed #9F1D35 0px; padding:0px 50px 0 20px;  margin:20px 0px 0 20px;}

#main-content-body {width:580px; padding:30px 0px 30px 20px; float:left; margin:auto 0; margin-left:30px; line-height:25px;}

#features-box-wrap {margin: 0 auto; width:990px; margin-top:30px; text-align:justify; text-justify:inter-word;}

#footer {
background-color:#8c0e38; /* #8c0e38 */
/*border-top: 3px solid #8a192e;*/
color:#FFF;}

a:link, a:visited {color:#8c0e38; text-decoration:underline;}
a:hover, a:active {color:#CCC; text-decoration:underline;}

#footer a:link {color:#FFF; text-decoration:none;}
#footer a:visited {color:#FFF; text-decoration:none;}
#footer a:hover {color:#FFF; text-decoration:underline;}
#footer a:active {color:#FFF; text-decoration:underline;}

#tel-top {position:absolute; top:20px; right:20px; width:260px; text-align:right; font-size:22px; color:#666; font-family:MyriadProLight, arial}
#tel-top-text {position:absolute; top:45px; right:20px; width:260px; text-align:right; font-size:10px; color:#666;}

a.hidden-link:link,a.hidden-link:visited {color:#8c0e38;}
a.hidden-link:hover,a.hidden-link:active {color:#8c0e38;}

/* ---------------------------------------------  Main Navigation  ---------------------------------------------*/	

#nav,#nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
width: 650px;
}
#nav {
    clear: both;
    font-size: 16px;
    height: 20px;
    padding: 0 0 0 9px;
    position: relative;
}
#nav ul {
    background-color: #FFF;
    border:1px solid #E6E6E6;
    border-radius: 0px 5px 5px 5px;
    border-width: 0 1px 1px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    left: -9999px;
    overflow: hidden;
    position: absolute;
    top: -9999px;
    z-index: 2;

    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -moz-transition: -moz-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
}
#nav li {
    float: left;
    position: relative;
}
#nav li a {
    color: #333;
    display: block;
    float: left;
    font-weight: normal;
    height: 20px;
    padding: 5px 15px;
    position: relative;
    text-decoration: none;
}
#nav li:hover > a {
color: #8c0e38;
background-color:#F5F5F5;
cursor:pointer;
}
#nav li:hover, #nav a:focus, #nav a:hover, #nav a:active {
    background: none repeat scroll 0 0 #FFF;
    outline: 0 none;
z-index:999;
}
#nav li:hover ul.subs {
    left: 0;
    top: 30px;
    width: 180px;
    font-size: 13px;
    z-index:999;

    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

#nav ul li {
    background: none;
    width: 100%;
}


/* ---------------------------------------------  Sub Menu  ---------------------------------------------*/

#vertmenu {
font-size: 100%;
width: 220px;
padding: 0px;
margin: 0px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}

#vertmenu ul li {
margin: 0px;
padding: 0px;
}

#vertmenu ul li a {
font-size: 16px;
display: block;
padding: 5px 0px 2px 10px;
text-decoration: none;
color: #666666;
width:220px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #FFF;
background-color: #8c0e38;
}

/* ============================================ */

.imglink-kitchens {
display: inline-block;
width: 140px;
height: 150px;
background: url(/images/nav/projects/kitchens.jpg) no-repeat;
}

.imglink-kitchens:hover {
background-position: 0 -150px;
}

.imglink-bathrooms {
display: inline-block;
width: 140px;
height: 120px;
background: url(/images/nav/projects/bathrooms.jpg) no-repeat;
}

.imglink-bathrooms:hover {
background-position: 0 -150px;
}

.imglink-furniture {
display: inline-block;
width: 140px;
height: 150px;
background: url(/images/nav/projects/furniture.jpg) no-repeat;
}

.imglink-furniture:hover {
background-position: 0 -150px;
}

.imglink-outdoors {
display: inline-block;
width: 140px;
height: 150px;
background: url(/images/nav/projects/outdoors.jpg) no-repeat;
}

.imglink-outdoors:hover {
background-position: 0 -150px;
}


.imglink-div {height:120px; width:140px; float:left; margin:0 0 0 10px; cursor:pointer; font-size:17px; padding-top:5px;} 

/* ---------------------------------------------  GALLERY  ---------------------------------------------*/

#galleria{height:600px;}
.gallery-info {position:absolute; z-index:999; left:-10px; background-color:#FFF;padding:10px; bottom:-10px; color:#000; margin:10px}
.gallery-info-title {padding-right:10px; color:#8C0E38; font-size:20px;}
.gallery-info-desc {color:#666; font-size:15px;}