
/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background:url(images/bg_smart.gif) repeat top center;
	font-family: arial, verdana, tahoma;
	font-size: 13px;
	line-height: 170%;
	color: #000;
	
	
}

/******** Layout Elements ********/


.wrapper {
	width: 800px;
	margin: 0 auto;
	
}

.header {
	background: url(images/smart_header.jpg) no-repeat top left;
	height: 166px;
	margin: 20px 0 0 0;
	padding: 0;
	background-color: #89b9e0;
	text-align: right;
	line-height: 50px;
	border: 1px solid #369;
	
}


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #336699; /*dark blue border*/
border-width: 1px 0;
background: black url(images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #003; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #336699; /*dark blue divider between menu items*/
}

.indentmenu ul li a:visited{
color: #069;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #069 !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.gif) center center repeat-x;
}

.content {
	margin: 0 0 100px 0;
	padding: 20px 20px 10px 30px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.right {
	margin: 10px 10px 10px 20px;
	float: right;
	width: 190px;
	padding: 5px;
	border: 1px solid #39c;
	background-color: #d2eafc;
}

.footer {
	margin: 0;
	padding: 0;
	width: 90%;
	border: 1px solid #ccc;
	background-color: none;
	clear: both;
	text-align: center;
}

/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #aa0000;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 22px;
	font-weight: bold;
	color: #06C;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	margin: 0 0 10px 0;
}

h4 {	
	margin: 0 0 8px 0;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	}

a, a:active, a:visited {
	color: #009;
	text-decoration: none;
}

a:hover {
	color: #699;
	text-decoration: underline;
}

.header a, .header a:active, .header a:visited {
	color: #aa0000;
}

.header a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
}


.footer {
    font-size: 11px;
	color: #333;
	margin: 0;
	padding: 5px;
	background-color: none;
}



/******** List Styles Styles ********/

ul li {
	margin: 0 0 0 3px;
	list-style: none;
}

ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}

ul ul {
	margin: 0 0 15px 0;
}

/******** Mini-Menu for Products ********/


#modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 5px solid #39C; /*Blue color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #069; /*Dark Blue color theme*/ 
border-top: 1px solid white;
}

#modernbricksmenu2 a:hover{
background-color: #39C; /*Blue color theme*/ 
color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #39C; /*Blue color theme*/ 
color: white;
border-color: #39C; /*Blue color theme*/ 
}




