/* CSS for thedocumall.com */

* {
	margin: 0;
	padding: 0
}

body {  
background: url(images/mainBG.gif) repeat-x top center;
text-align: center;
}


/* Main Block to store the rest of the cells in */
.container { 	
	height:auto;
	width:800px;
	min-height:600px;
	margin-left: auto;
    	margin-right: auto;
}


/* The first row */
.topRow {
	width:800px;
	height:150px;
}

.logoCell {
	width:350px;
	height:150px;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	float:left;
}

.firstLinks {
	width:225px;
	height:150px;
	float:left;
	
}

.secondLinks {
	width:225px;
	height:150px;
	float:left;
}


/* The Second row (picture Row) */
.pictureRow {
	width:800px;
	height:200px;
	background-image: url('images/insideBG.jpg');
	background-repeat: no-repeat;
}

.firstPic {
	width:350px;
	height:200px;
	background-image: url('images/mainOffice.jpg');
	background-repeat: no-repeat;
	float:left;

}

.secondPic {
	width:225px;
	height:200px;
	background-image: url('images/mainForms.jpg');
	background-repeat: no-repeat;
	float:left;
}

.thirdPic {
	width:225px;
	height:200px;
	background-image: url('images/mainCards.jpg');
	background-repeat: no-repeat;
	float:left;
}


/* Row with the text */
.textRow {
	width:800px;
	height:400px;
	float:left;

}

.textCell {
	width:335px;
	height:auto;
	min-height: 425px;
	border-right: 2px solid #CFC5B0;
	float:left;
	padding-top:15px;
	padding-right:15px;
}

.firstBtns {
	width:225px;
	height:auto;
	min-height: 400px;
	border-right: 2px solid #CFC5B0;
	float:left;
	text-align: center;
}

.secondBtns {
	width:220px;
	height:auto;
	min-height: 400px;
	float:left;
	text-align: center;
}

.pageText {
	width:600px;
	height:auto;
	min-height: 550px;
	border: 2px solid #A494A8;
	margin-left: auto;
    	margin-right: auto;
	background-color: #FFFFFF;
	padding:6px;
	padding-left:20px;
	padding-right:10px;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	background: url('images/manBG.jpg') no-repeat;
	background-attachment:fixed;
	background-position: center;	

}

.pageTextBorder {
	width:638px;
	height:auto;
	min-height: 400px;
	border-right: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
	margin-left: auto;
    	margin-right: auto;
	background-color: #FFFFFF;

}

/* Links Set up */

.linksSection {
	margin-top:10px;
	}

.topLinks {
	
	display:block;
	width:216px;
	border-right:4px solid #FFFFFF;
	text-align: left;

	
}

a.topLinks:link, a.topLinks:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #D1244C;
text-decoration: none;
border: none;
border-bottom: 1px solid #A494A8;
padding-top:2px;
padding-left: 5px;
}


a.topLinks:hover{
color: #D1244C;
font-weight:bold;
text-decoration: none;
padding: 0;
background: #D4CBD6;
border-bottom: 1px solid #A494A8;
padding-top:2px;
padding-left: 5px;

}



#nowPage{
color: #D1244C;
font-weight:bold;
text-decoration: none;
padding: 0;
background: #D4CBD6;
border-bottom: 1px solid #A494A8;
padding-top:2px;
padding-left: 5px;

}
