/* CSS Document */
/*index.php definitions*/
/* commented backslash hack for ie5 mac users\*/ 
/*reset the margin and padding to zero because of browser default differences*/
* {
	margin:0;
	padding:0;
	border:none;
}
html, body {height:100%;}
/* end hack */
body {
	background:#FFF url(/images/bg_top_home.gif) repeat-x scroll 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;/*for IE centering*/
}
#container {
	/*position:relative;
	top:0;*/
	width:780px;
	height:100%;
	min-height:100%;
	/*background-image:url(../images/background.jpg);*/
	/*margin-left:130px;*/
	/*border:solid 10px black;*/
	margin:0 auto;/*for Mozilla centering*/
	/*text-align:center;*/
}
html>body #container {height:auto;}/*for Mozilla*/

/*a img {border:none;}*/
/*table.main_table {
	width:780px;
	text-align:center;
	margin:0 auto;
}*/
table {
	border-collapse:collapse;
}

/*header defs*/
/*header top bar*/
table.header_top_bar {
	width:780px;
	height:24px;
}
.header_top_left {
	width:3px;
	height:24px;
}
td.header_top_right {
	width:777px;
	height:24px;
	background:url(/images/bg_cabeca.gif) repeat-x;
	text-align:right;
}
img#header_top_right {
	border-right:1px solid #FFF;
}
/*header bottom bar*/
table.header_bottom_bar {
	width:780px;
	height:65px;
	background-image:url(/images/bg_degrad_top.gif);
	background-repeat:repeat-x;
}
.header_border_vert {
	width:3px;
	height:65px;
}
td.header_border_vert {vertical-align:top;} 
td.schulz_logo {
	width:414px;
	height:65px;
	text-align: left;
}
img.schulz_logo {
	width:164px;
	height:40px;
	margin-left:10px;
}
/*header buttons*/
.header_buttons {
	width:360;
	height:65;
}
td.header_buttons {vertical-align:bottom;}
/*header top buttons*/
.header_buttons_top {
	width:360px;
	height:45px;
}
td.header_buttons_top#schulz_br {
	width:220px;
	text-align:right;
}
img.header_buttons_top#schulz_br {
	width:131px;
	height:40px;
}
td.header_buttons_top#schulz_us {width:140px;}
img.header_buttons_top#schulz_us {
	width:131px;
	height:40px;
}
/*header bottom buttons*/
.header_buttons_bottom {
	width:120px;
	height:20px;
}

/*yellow bar*/
td.yellow_bar {
	width:780px;
	height:33px;
	/*background:url(/images/bg_bar_01.gif) repeat-x;*/
	text-align:right;
	vertical-align:middle;
}
img.yellow_bar {
	width:150px;
	height:23px;
}

/*menu on left*/
td.left_menu {
	width:170px;
	text-align:center;
	vertical-align:top;
	background:#FFF url(/images/bg_menu1.gif) repeat-y;
}
/*product lists*/
th.product_list {
	height:30px;
	vertical-align:middle;
	text-align:center;
	border-left:1px solid #000;
}
td.product_list {
	height:30px;
	border-top:1px solid #000;
	border-left:1px solid #000;
}
.product_list#col_1 {
	border-left:none;
}
/*rest of document*/
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}
td.content {
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
	width: 610px;
}

