@import "reset.css";
@import "forms.css";

body {
	background:#FFFFFF none repeat scroll 0%;
	font-family:Arial,Helvetica,sans-serif;
	font-size:62.5%;
	margin:20px;
	padding:30px 0px 0px;
	}
.wrap {
	width:699px;
	position:relative;
	}
.right {
	float:right;
	width:180px;
	}
.left {
	width:504px;
	font-size:1.2em;
	overflow:hidden;
	}	
ul {
	margin:0;
	padding:0;
	list-style:none;
	}
ol {
	margin-left:15px;
	margin-bottom: 5px;
	padding:0;
	list-style:decimal;
	}
p {
	margin:0;
	}
a {color:#000}
a:hover {text-decoration:none;}
table {
	border:0;
	border-collapse:collapse;
	}

.title {
	color:#133A75;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	}
table.nb {
		margin:0;
		}
table.nb {
			margin:0 0 15px;
			}
  #summary table.nb h3 {
			padding:0;
      margin:0 0 0.5em;
			}
	table.nb, table.nb td {
		border:0;padding:0;vertical-align:top;
		}
    table.nb .page {
  		width:110px;
      height:100px;
      overflow:hidden;
      padding:0 0 5px;
  		}
		table.nb td p {
			padding:0 0 0.5em;
			margin:0;
			}
    table.nb td em {
			padding:0 0 2em;
      display:block;
			}
		table.nb td.cover {
			padding:0 50px 0 0;
			text-align:left;
      		width:211px;
			}
    #summary table.nb td.cover {
			padding:0 19px 0 0;
			text-align:left;
      		width:211px;
			}
      #summary table.nb td.cover img {
			display:block;
      		padding:0 0 10px;
			}
.logo {
	font-family:Tahoma,Verdana,Arial;
	overflow:hidden;
	zoom:1;
	}
	.logo img {
		float:left
		}
	.logo h1 {
		font-size:1.4em;
		font-weight:normal;
		padding:33px 0pt 0pt 10px;
		float:left;
		text-transform:uppercase;
		}
h2 {
	font-size:1em;
	/* color:#133A75; */
	border-bottom:1px solid #000000;
	font-weight:bold;
	margin-bottom:10px;
	}
h3, h3 a {
	color:#133A75;
	font-size:12px;
	font-weight:bold;
	margin:0 0 .7em;
	text-decoration:none;
	}
  .subscr {
  	color:#133A75;
	font-size:12px;
	font-weight:bold;
	display:block;
	}
  h3 span {
    display:block;
    color:#000;
    font-weight:normal;
    }
	.menu a {
		font-family:Impact,Helvetica,Geneva,Swiss,SunSans-Regular;
		font-size:2.2em;
		font-weight:normal;
		letter-spacing:0.01em;
		text-decoration:none;
		text-transform:uppercase;
		color: #000;
		white-space:nowrap;
		line-height:28px;
		/* display:block; */
		}
		.menu a.active {
			color:#961E28;
			}
		.menu li {
			margin:4px 0;
			}
	.menu a:hover {
		color:#961E28;
		}
.breadcrumbs {
	margin:3px 0 10px;
	padding:0 0 20px;
	border-bottom:1px solid #000;
	overflow:hidden;
	}
	.breadcrumbs a {
		color:#000000;
		font-family:Tahoma;
		font-size:11px;
		text-decoration:none;
		border:1px solid #000;
		padding:0 4px;
		float:left;
		display:block;
		}
		.breadcrumbs a.active{
			background:#F00;
			color:#FFF;
			}
		.breadcrumbs a.passive{
			background:#D2D2D2;
			}
.menu {
	padding:0 0 0 60px;
	width:105px;
	position:absolute;
	top:0;
	right:0;
	line-height:2.2em;
	}
.footer {
	margin:40px 0 0;
	font-size:0.9em;
	font-family:Tahoma;
	overflow:hidden;
	}
	.copyring {width:475px; float:left;}
.page {padding:0 0em 0 0}	
.center {
	text-align:center;
	}
.content .list {
	padding:0 0 20px 1.5em;
	list-style:none;
	}
.list li {
	background:url(../i/list.gif) no-repeat 0 5px;
	padding:0 0 0 15px;
	margin:5px;
	}
.generic {overflow:hidden;zoom:1;}
.content  ul {
	margin:1em 0;
	padding:0 0 0 3.5em;
	list-style:disc;
	}
.content  p {
	margin:1em 0;
	text-align:justify;
	}

table {
	width:504px;
	margin:20px 0;
	border:1px solid #CCC;
	}
	table tr th {
		background:#EAEAEA;
		padding:3px;
		border:1px solid #000;
		}
	table tr td {
		text-align:left;
		vertical-align:middle;
		border:1px solid #CCC;
		padding:2px 3px;
		}
		
/*-----------------------------------------------------
INVOICE ----------------------------------------------- */
.invoice {
	/* display:none; */
	position:absolute;
	width:100%;
	height:100%;
	background:#fff;
	top:0;
	left:0;
	text-align:center;
	}
.invoice table {
		padding:5px;
		width:640px;
		font-family:Tahoma,Arial,Verdana;
		border:1px solid #000;
		border-collapse:collapse;
		background:#FFF;
		margin:20px auto;
		}
.invoice th {
	width:240px;
	vertical-align:top;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	padding:3px 0 0 3px;
	background:#FFF;
	border:0;
	}
.invoice td {
	padding:5px 5px 15px;
	font-size:12px;
	border:0;
	}
.invoice .sign {
	height:20px;
	border:0;
	vertical-align:bottom;
	padding:5px;
	}
.invoice .border {
	border-top:1px solid #000;
	}
.invoice .border-left {
	border-left:1px solid #000;
	}
.menu {position:static;}
.footer {clear:both;}
.wrap {overflow:hidden;}
.red {color:#961E28;}
.teaser {height:180px;overflow:hidden}
