/* RESET */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	color:white;
}
/* END of RESET */


/* Background */

body {background-image:url('images/abl-sewing.png');
          background-position: 0 0;
          background-repeat: no-repeat;
          background-attachment: fixed;
          background-color:#ffffff;
}

/* END Background */


/* FONTS */

body {font-family: 'Carrois Gothic', sans-serif;
}

h1 {font-size:150%;}					
h2 {font-size:140%;}
h3 {font-size:130%;}
h4 {font-size:120%;}					
h5 {font-size:110%;}

div#mainfront {font-size:125%}
div#mainback {font-size:120%}
div#mainsmaller {font-size:70%}

#table_container table{color:#ffffff;""}

/* END FONTS */


/*POSITION*/

div#mainfront {position:absolute; top:350px; padding:20px;}
div#mainback {position:absolute; top:185px; padding:20px;}



/* END Position */


/*CarouFredSel */
.image_carousel {
	position:absolute;
	top: 192px;
	padding: 8px 8px 8px 8px;
}
.image_carousel img {
	border: 1px solid #black;
	background-color: white;
	padding: 4px;
	margin: 0px;
	display: block;
	float: left;
}
.clearfix {
	float: none;
	clear: both;
}

/* END CarouFREDSel  */			


/* MENU */


#centeredmenu {
   font-family: 'Carrois Gothic SC', sans-serif;
   float:left;
   width:100%;
   background:#fff;
   border-bottom:0px solid #000;
   overflow:hidden;
   position:relative;
   top: 167px;
      background-color:#2f69af;
      opacity:.75;
filter:alpha(opacity=75);
filter: Òalpha(opacity=75)Ó;
font-size:120%;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#2f69af;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
}
#centeredmenu ul li a:hover {
background:#ddd;
      color:#000;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}

/* END MENU */




