/* Body
----------------------------------------------- */
body{
	font-family: Arial, Helvetica, sans-serif;
	background: #003 url("../imgs/bg-content.gif") top center no-repeat;
}



/* Structure
----------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}

#container{
	position: relative;
	/* background-color: #fff; */
	width: 720px;
	margin: 0 auto;
}

#header{
	position: relative;
	background-color: #fff;
	width: 720px;
	height: 67px;
}

#content,
#left,
#right{
	float: left;
}

#content{
	width: 720px;
}

#left{
	width: 125px;
	padding-top: 34px;
}

#right{
	position: relative;
	background: url("../imgs/bg-right.gif") bottom right no-repeat;
	width: 592px;
	padding-top: 34px;
	padding-bottom: 30px;
	min-height: 357px;
	height: auto;
}

/* for Internet Explorer */
/*\*/
* html #right{
	height: 357px;
}
/**/

#extra{
	position: absolute;
	right: 46px;
	bottom: 71px;
}

#contact{
	float: left;
	margin-left: 30px;
}

#breadcrumbs{
	clear: both;
}



/* Paragraphs and Headlines
----------------------------------------------- */
#right p{
	line-height: 1.5em;
	margin: 0 83px 1em 21px;
	font-size: 12px;
	text-align: justify;
}

#right h2{
	margin: 0 0 1em 21px;
	font-size: 14px;
}

#left p{
	margin: 0 9px 12px 9px;
	font-size: 10px;
	font-style: italic;
}

#contact p{
	font-size: 11px;
	margin: 0 0 1em 0;
}

.phone{
	font-size: 18px;
	font-weight: bold;
	color: #224e7a;
	line-height: 1.5em;
}

.add{
	background: #fff url("../imgs/icons/add.gif") center left no-repeat;
	line-height: 14px;
}



/* Lists
----------------------------------------------- */
#header ul{
	position: absolute;
	right: 5px;
	bottom: 2px;
}

#header li{
	float: left;
	list-style-type: none;
	background: #fff url("../imgs/bg-li-nav.gif") center left no-repeat;
	padding-right: 5px;
	padding-left: 13px;
	font-size: 11px;
}

#header li.first{
	background-image: none;
}

#left ul{
	margin-left: 9px;
}

#left li,
.products li{
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
}

#left li{
	line-height: 2em;
}

.products{
	float: left;
	margin-top: 1em;
	margin-right: 30px;
}

.products li{
	margin-bottom: 10px;
	background: url("../imgs/bg-li-products.gif") 0 2px no-repeat;
	padding-left: 13px;
	color: #036;
}

.init{
	margin-left: 21px;
}

#breadcrumbs li.first{
	background-image: none;
	margin-left: 0;
	padding-left: 0;
}

#breadcrumbs ul{
	margin-bottom: 1em;
	margin-left: 21px;
	float: left;
	display: inline;
}

#breadcrumbs li{
	float: left;
	font-size: 11px;
	list-style-type: none;
	background: url("../imgs/bg-li-breadcrumbs.gif") left center no-repeat;
	margin-left: 4px;
	padding-left: 13px;
}

.tier{
	margin: 0 83px 1em 21px;
	font-size: 11px;
}

.tier li{
	line-height: 2em;
	list-style-type: none;
}

.tier ul{
	margin-left: 21px;
}

.tier .compact{
	margin-top: -.2em;
}

.tier .compact li{
	line-height: 1.4em;
}



/* Links
----------------------------------------------- */
#header li a{
	text-decoration: none;
	color: #000;
}

#left li a,
.products li a{
	text-decoration: none;
	color: #036;
}

#contact a{
	text-decoration: none;
	color: #000;
}

#left li.logout a{
	color: #f00;
}

#breadcrumbs li a{
	text-decoration: underline;
	color: #036;
}

#breadcrumbs li a:hover{
	text-decoration: none;
}

#filemanager a{
	text-decoration: underline;
	color: #00f;
}

#filemanager a:hover{
	text-decoration: none;
}

.add a{
	padding-left: 20px;
	font-size: 11px;
	color: #036;
	text-decoration: none;
}

.add a:hover{
	text-decoration: underline;
}



/* Images
----------------------------------------------- */
img{
	border: 0;
}

#right img{
	float: left;
	margin-right: 25px;
}

#extra img{
	width: 173px;
	height: 118px;
	border: solid 1px #7f7f7f;
}



/* Forms
----------------------------------------------- */
form.contact{
	float: left;
	margin-left: 21px;
}

form.contact div{
	margin-bottom: 12px;
}

form.contact label{
	display: block;
	width: 80px;
	float: left;
	font-size: 11px;
	margin-left: 0;
}

form.contact label span{
	color: #f00;
	font-weight: bold;
	font-size: 16px;
	margin-left: 2px;
}

form.contact label.hide{
	color: #fff;
}

form.contact input,
form.contact textarea{
	font-size: 11px;
	padding: 2px;
	margin-bottom: 0;
	margin-left: 0;
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
}

label{
	display: block;
	margin-left: 21px;
	font-size: 12px;
}

label.hide{
	margin-left: -999em;
}

input,
textarea,
select{
	font-size: 12px;
	padding: 3px;
	margin-bottom: 1em;
	margin-left: 21px;
}



/* Tables
----------------------------------------------- */
#filemanager{
	border-collapse: collapse;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	width: 90%;
	font-size: 11px;
	margin: 0 0 1em 21px;
	clear: both;
}

#filemanager th,
#filemanager td{
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 4px;
}

#filemanager th{
	background-color: #ffc;
}

#filemanager td{
	height: 32px;
}

#filemanager .stripe td{
	background-color: #f1f1f1;
}

#filemanager img{
	float: none;
	margin-right: 6px;
}

.rt-justify{
	text-align: right;
}
