/*******

File: Master CSS File

Client: Centri Technology, Inc.
URL: www.centritechnology.com

*******/


/* Global ----- */

html{min-height:100%;margin-bottom:1px}

body{
	margin: 0px;
	padding: 0px;
	background-color:  #f3f3f3;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

img{
	border: none;
}

.clear{
	clear: both;
}

.bold{
	font-weight: bold;
}

.boldRed{
	font-weight: bold;
	color: #c60000;
}

.small{
	font-size: 10px;
}

a{
	color: #000000;
	text-decoration: none;
	outline:none;
}

a:hover{
	color: #8e8e8e;
	text-decoration: underline;
}

/* Structure ----- */

.inner{	
	margin: 0 auto;
	width:900px;
	text-align:left;
	position:relative;
	height:530px;
	min-height:300px;
}		

#header{
	height: 84px;
	background: url(../images/structureImages/headerBackground.jpg) repeat-x;
	width: 100%;
}

#content{
	background: #fff url(../images/structureImages/contentBackground.jpg) repeat-x;
	padding-top: 30px;
	width: 100%;
}

#internetal-container{
	background: #fff url(../images/structureImages/internalContentBackground.jpg) repeat-x;
	padding-top: 50px;
	width: 100%;
}

#footer{
	height: 50px;
	background: url(../images/structureImages/footerBackground.jpg) repeat-x;
	font-size: 12px;
	width: 100%;
	color: #8e8e8e;
}


/* Header ----- */

h1 a{
	margin: 0px;
	padding: 0px;
	display: block;
	text-indent: -5000px;
	background: url(../images/structureImages/centriLogo.jpg) no-repeat;
	width: 188px;
	height: 61px;
}

#navigation{
	margin-top: -15px;
	position: absolute;
	z-index: 100;
	right:-80px;
}

/* Navigation Roll-Overs */

#navigation p{
	margin: 0px;
	padding: 0px;
}

#nav-company{
	width: 120px;
	height: 34px;
	display: block;
	background: url(../images/structureImages/navCompany_Off.jpg) no-repeat left top;
	text-indent: -5000px;
}

#nav-company:hover{
	background-position: right top;
}

#nav-technology{
	width: 120px;
	height: 34px;
	display: block;
	background: url(../images/structureImages/navTechnology_Off.jpg) no-repeat left top;
	text-indent: -5000px;	
}

#nav-technology:hover{
	background-position: right top;
}

#nav-solutions{
	width: 120px;
	height: 34px;
	display: block;
	background: url(../images/structureImages/navSolutions_Off.jpg) no-repeat left top;
	text-indent: -5000px;	
}

#nav-solutions:hover{
	background-position: right top;
}

#nav-beta{
	width: 120px;
	height: 34px;
	display: block;
	background: url(../images/structureImages/navBeta_Off.jpg) no-repeat left top;
	text-indent: -5000px;	
}

#nav-beta:hover{
	background-position: right top;
}

#nav-partners{
	width: 120px;
	height: 34px;
	display: block;
	background: url(../images/structureImages/navPartners_Off.jpg) no-repeat left top;
	text-indent: -5000px;	
}

#nav-partners:hover{
	background-position: right top;
}

#nav-contact{
	width: 120px;
	height: 34px;
	display: block;
	background: url(../images/structureImages/navContact_Off.jpg) no-repeat left top;
	text-indent: -5000px;	
}

#nav-contact:hover{
	background-position: right top;
}

#navigation li{
	float: left;
	list-style-type: none;
	padding-left: 2px;
}

#drop_down_menu {
	display:block;
	clear:both;
	margin:0px;
	padding:0px;
	text-align:left;
	list-style-type:none;
	text-align:center;
}

#drop_down_menu li {
	margin: 0px;
	padding: 0px 2px 0px 0px;
	font-size:12px;
	float:left;
	cursor:pointer;
}

#drop_down_menu li ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}

#drop_down_menu li ul li {
	text-align: left;
	display:block; 
	float:none;
	clear:both;
	padding: 5px 0px 0px 15px;	
}

#drop_down_menu li ul li a {
	color: #000;
	font-weight: bold;
	text-decoration:none;
	display:block;
}

#drop_down_menu li ul li a:HOVER {
	color: #868686;
}

.drop{
	background: url(../images/structureImages/dropBackground.png) repeat-y;
}


/* Footer ----- */

#footer a{
	color: #606060;
	text-decoration: none;
}

#footer a:hover{
	color: #8e8e8e;
	text-decoration: underline;
}

#footer-nav{
	float: left;
}

#copyright{
	float: right;
}


/* Home ----- */

#red-area{
	height: 386px;
	width: 100%;
	background: url(../images/structureImages/redHomeBackground.jpg) repeat-x;
}

#tab-area{
	width: 900px;
	height: 300px;
	margin: 0 auto;
	position: relative;
}

#tabBox {
	position: absolute;
	margin-top: 45px;
}

#home-title{
	width: 570px;
	color: #c60000;
	font-weight: bold;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}

#home-intro{
	width: 525px;
	text-align: justify;
	font-size: 13px;
	color: #585858;
	line-height: 22px;
	padding-bottom: 20px;
	margin-bottom: 0;
}

#home-intro a{
	font-weight:bold;
	font-size:14px;
}

#home-headlines{
	float: right;
	width: 275px;
	color: #585858;
	font-size: 12px;
	line-height: 17px;
}

#home-latest{
	font-size: 18px;
	color: #c60000;
	font-weight: bold;
	margin: 5px 0px 0px;
}

#home-divider{
	width: 1px;
	height: 510px;
	background-color: #d7d7d7;
	float: right;
	margin: 0px 50px 0px 0px;
}

.more{
	display:block;
}


/* Internal ----- */

#internal-nav{
	width: 150px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#internal-nav a{
	text-decoration: none;
}

#internal-nav a:hover{
	text-decoration: none;
	color: gray;
}

#internal-nav ul{
	margin: 0px;
	padding: 0px;
}

#internal-nav li{
	background: #cccccc url(../images/structureImages/internalNavButton_Off.jpg) no-repeat top left;
	height: 32px;
	list-style: none;
	margin-bottom: 3px;
}

#internal-nav li:hover{
	background: #cccccc url(../images/structureImages/internalNavButton_Hover.jpg) no-repeat top left;
}

#internal-nav p{
	padding: 9px 0 0 22px;
	margin: 0;
}

#internal-content{
	width: 690px;
	padding-left: 30px;
	float: right;
	font-size: 12px;
	color: #585858;
	line-height: 16px;
	margin-bottom: 30px;
	border-left: solid #d7d7d7 1px;
}

#internal-content li{
	margin-bottom: 10px;
}

h1{
	font-size: 18px;
	color: #c60000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2{
	font-size: 14px;
	color: #c60000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;	
}

.callout{
	background-color: #f2f2f2;
	margin: 10px 0 10px 20px;
	padding: 15px;
	width: 500px;
}

.graphic {
	margin-left: 20px;
	font-size: 11px;
}


/* Contact ----- */

#contact-info{
	/*float: right;*/
}

#contact-form{
	width: 450px;
	margin: 0px;
}

#contact-form ul{
	margin: 0;
	padding: 0;
}

#contact-form li{
	margin: 12px 0;
	padding: 0;
	list-style: none;
}

.input-field {
	background-color: #f7f7f7;
	font-size: 13px;
	margin-top: 5px;
	height: 18px;
	border: 1px solid #cccccc;
}

.text-area {
	background-color: #f7f7f7;
	font-size: 13px;
	margin-top: 5px;
	border: 1px solid #cccccc;
}

/* Landing ----- */
#landing-content{
	font-size:14px;
	line-height:16px;
}

.inner-content{
	float:left;
	width:400px;
}

#landing-content h1{
	font-size:28px;
	line-height:30px;
	margin-bottom:10px;
}

#landing-content h2{
	font-size:18px;
	line-height:20px;
	width:500px;
	padding:0 20px;
	margin-bottom:80px;
	font-weight:normal;
	color:#000;
}

#landing-content h1.success{
	font-size: 18px;
	color: #c60000;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px;
}

#landing-content p{
	padding:0;
	margin:0 0 20px 0;
}

.landing-form{
	float:right;
	width:450px;
	border-left:1px solid #D7D7D7;
	padding-left:30px;
}

.landing-form label{
	float:left;
	width:100px;
}

.landing-form input{
	display:block;
}
