
/**
 * Complete Paints (homepage) - Spice Stylesheet
 *
 * @author   Daniel Hopkirk <daniel AT team.airnet.net.nz>
 * @version  1.01 - Complete Paints
 */
 
 
/**
 * Colours
 *
 * Dark Blue:  #102070
 * Light Blue: #CDD0E3
 * Red:        #E50D2E
 *
 */

/* Define some defaults */
body {
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 1em;
	color: #102070;
	font-weight: bold;
	/*background-image: url('/completepaints/images/footer_plain.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;*/
	}
	

#global {
	width: 800px;
	margin-left: auto;
	margin-right: auto;

}

#main_frame {
	width: 100%;
	min-height: 350px;
}

#header {
	text-align: right;
	font-size: 2em;
	height: 127px;

}

#header img {
	margin-top: -150px; /*-20px*/
	float: right;
	
}

#welcome {
	line-height: 150px;/*150px*/
	margin-right: 230px;
	
		
}

a img {
	border: none !important;
	}
	
#menubar {
	background-color: #CDD0E3;
	width: 100%;
	height: 1.8em;
	text-align: center;
	padding: 5px;
}

.dot {
	height: 10px;
	width: 10px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
}

.smalldot {
	height: 5px;
	width: 5px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
}

.menuitem{
	color: #102070;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
}

.menuitem:active, .menuitem:hover{
	color: #CC0033;
}

.mediumimage {
	width: 120px;
}

.frame {
	width: 100%;
	font-size: 1.2em;
	font-weight: bolder ;
}

#imagebar {
	width: 100%;
}

.large_red {
	font-size: 2.6em;
	color: #E50D2E;
}

#footer{
   
    width: 100%;
    height: 226px;
	font-size: 1.1em;
	font-weight: bolder ;
	
	position: relative;
	background-image: url('/images/footer_plain.jpg');

}

#footertext{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

@media print {
	div#left_col, div#nav, div#statusbar, .noprint {visibility: hidden;}
	#logo table {
	display: table !important;
	}
}
