/* Familia Puyal website common style definitions */

/* reset styles, see 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;
}
/*
	----------------------------------------------
  SPECIFIC STYLES FOR Familia Puyal

Fixed width:    955px

welcome to Yorkshire colours
Light grey    #f4f3ea
Dark grey     #666666
Light blue    #33ccff
Pink          #ff99cc
Apricot       #ff9900
Light green   #cccc00
Magenta       #ff3399
Greeny-blue   #00ffcc

/*##### START: HTML Main #####*/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
	color: #5e6a71;
  line-height: 1.2;
  margin: 0px;
  background: url(../images/backgroundblue.png) fixed repeat-x;
}

#container {
  position: relative;
  overflow: auto;
}

/* links */
a, a:visited {color: #000080; background: inherit; text-decoration: none;}
a:hover {color: #0000ff; background: inherit; padding-bottom: 0; text-decoration:underline;}
.pseudolink { text-decoration:underline; color:#000088; cursor:pointer;}


/* page constants */
h1, h2, h3, h4, h5, p, .MsoNormal { padding: 10px 0; margin:0; }
h1, h2, h3, h4, h5 { font-family: 'Trebuchet MS', Tahoma, Sans-serif; font-weight: bold; color: #5e6a71;}
h1 {font-size: 2.1em; border-bottom: 1px solid #00b9e4; padding: 10px 0 5px 0; margin: 0px 0px 6px 0px; }
h2 {font-size: 1.8em; color: #33ccff; }
h3 {font-size: 1.5em; color: #ff9900; }
h4 {font-size: 1.25em;}
h5 {font-size: 1.0em;}
h6 {font-size: 0.75em; font-family: Tahoma, Sans-serif; }
p, li, .MsoNormal { color: #5e6a71; } 
ul { list-style: square inside; }
ol { list-style: decimal inside;}
td { 
	vertical-align: top;
	padding: 3px;
  }
hr {margin:1px 1px;}

.smalleritalic {font-size: smaller; font-style: italic; }
.smallitalic {font-size: small; font-style: italic; }

.clear { clear: both; } /* universal clear */
.left { float: left; } /* universal float left */
.right { float: right; } /* universal float right */
.align-left { text-align: left; } /* universal text left */
.align-right { text-align: right; } /* universal text right */
.center {text-align:center;}
.red { color: red ; }
.green { color: green ; }
.blue { color: blue ; }
.background {background-color: #f4f3ea; }

/* images */
.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#content-wrap img { background: #fff; border: 1px solid #666666; padding: 0; margin: 6px; }
.img-right {background: #fff; border: 1px solid #5e6a71; padding: 5px; margin: 3px 0px 3px 6px; float:right;}
.img-left  {background: #fff; border: 1px solid #5e6a71; padding: 5px; margin: 3px 6px 3px 0px; float:left; }
.button { overflow: visible; padding: 0 6px 0 6px; }
/* end - images */

/*##### END: HTML Main #####*/


/*##### START: Content Layout #####*/
#page { }
#head-wrap { 
	width: 955px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
  margin-top: 6px;
	z-index: 2;
}
#navigation {
  margin: 0 auto;
	z-index: 2;
}
#content-wrap {
  width: 955px; 
  margin: 0 auto;
	height:auto;
	min-height:350px;
	z-index: 1;
}

.wrapleft { float: left; width:72%; z-index: 1; }
.wrapright {float:right; width:25%; z-index: 1; }
.wrapright ul, .wrapright ol { margin: 5px; padding: 0; list-style: none;}

.box {
  margin: 6px 0 6px 0;
  padding: 0 0.5em 0 0.5em;
  border: 2px solid #cc0000;
  background-color: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  behavior: url(/js/PIE.htc);
	position: relative;
	z-index: 1;
}

.printonly, .page-break, .hidden, p span.kgh {display: none;}
.bordered {border: 1px solid black;}

td {
	text-align: left;
  vertical-align: middle;
}
.shaded { 
	background-color: #e8e8e8;
}
.button { margin:0px 6px 6px 6px; cursor:pointer;}

.tabular {
  margin: 0.5em 0 0.5em 0;
  padding: 6px 0 6px 0;
  border: 2px solid #cc0000;
  background-color: #f8f8f8;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  behavior: url(/js/PIE.htc);
}

.tabular h2, .tabular h3, .tabular h4, .tabular h5 {
  padding: 12px 3px 0px 3px;
}

.tabular p {
  font-size: 0.8em;
  padding: 1px 2px 1px 2px;
}

#foot-wrap { 
  background:#cc0000;
  color: white;
  width: 945px;
  padding: 4px 5px;
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  behavior: url(/js/PIE.htc);
	z-index: 1;
}
#foot-wrap a, #foot-wrap a:visited {color:#c0c0c0}
#foot-wrap a:hover {color:#c0c0c0; background: inherit; padding-bottom: 0; text-decoration:none;}

/*##### END: Content Layout #####*/
