@charset "utf-8";
/* CSS Document */

img{ margin-left:10px; }

body{background:url(../images/bg.png) repeat-x top; margin:0 auto;}

#content{ margin:0 auto; width:820px; background: url(../images/cnt-bg.png) repeat-y; }

#header{ background:url(../images/header.png); height:200px; }

h1{ margin-left:20px; 
width:780px;
color: #666666;
font-weight:300;
font-family:"Times New Roman", Times, serif;
font-size:40px;
border-bottom: #CCC 1px solid;
}

p{ margin-left:20px; 
width:780px;
color: #666666;
font-weight:300;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

#footer{
width:740px;
margin:0 auto;
color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-align:left;
padding:20px;
background:url(../images/ft_bg.png);
}

#footer a{
	color:#ccc;
}

/*SHOW*/
#show {background:url(../images/fp.jpg); width:800px; margin:0 auto; height:300px;}
#show2 {background:url(../images/fp2.jpg); width:800px; margin:0 auto; height:300px;}
#show3 {background:url(../images/fp3.jpg); width:800px; margin:0 auto; height:300px;}
#show4 {background:url(../images/fp4.jpg); width:800px; margin:0 auto; height:300px;}
#show5 {background:url(../images/fp5.jpg); width:800px; margin:0 auto; height:300px;}

/* MENU */
#modernbricksmenu{
padding: 0;
width: 780px;
margin:0 auto;
background: url(../images/menu.png) repeat;
background-repeat:repeat-x;
height:26px;
}

#modernbricksmenu ul{
margin:0;
margin-left: 20px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;

}

#modernbricksmenu li{
display: inline;
margin: 0 5px 0 -5px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:300;
letter-spacing: 1px;
}

#modernbricksmenu a{
float: left;
display: block;
color: #FFF;
padding: 2px 10px 0px 10px;
margin-top:8px;
text-decoration: none;
background-color: url(../images/menu.png) repeat; /*Default menu color*/
}

#modernbricksmenu a:hover{
background:url(../images/menu_hvr.png);
color:#fff; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background: url(../images/menu_hvr.png); /*Brown color theme*/ 
color: #fff;
}
