
/**
 * Complete Paints (homepage) - Spice Stylesheet
 *
 * @author   Daniel Hopkirk <daniel AT team.airnet.net.nz>
 * @version  1.01 - Complete Paints
 */

 @import url("/completepaints/cms_engine/cms.css");
/**
 * Colours
 *
 * Dark Blue:  #102070
 * Light Blue: #CDD0E3
 * Red:        #E50D2E
 *
 */

/*
Example of a downloadable font config

@font-face {
        font-family: "Robson Celtic";
        src: url("http://site/fonts/rob-celt")
      }
      
*/
 
/* Define some defaults */
body {
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 0.7em;
	color: #102070;
	/*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;

}

h5.error{
	color: #E50D2E;
	font-size: 12pt;
}


#main_frame {
	width: 100%;
	min-height: 350px;
	font-weight: lighter;

}

#header {
	text-align: right;
	font-size: 2em;
	font-weight: bold;
}

#header img {
}

#welcome {
}

a img {
	border: none;
	}
	
#menubar {
	background-color: #CDD0E3;
	width: 100%;
	height: 1.8em;
	text-align: center;
	padding: 5px;
}

#appl_icons {
	background-color: #CDD0E3;
	width: 100%;
	border-top:1px solid #102070;
	padding: 2px 5px 2px 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;
}

.smallimage {
	width: 30px;
}

.frame {
	width: 100%;
	font-size: 1.2em;
	font-weight: bolder ;
}

#imagebar {
	width: 100%;
}

.large_red {
	font-size: 2.6em;
	color: #E50D2E;
}

.red {
	color: #E50D2E;
}


#footer{
    width: 100%;
    height: 226px;
	font-size: 1.2em;
	font-weight: bolder ;
	position: relative;
	background-image: url('/images/footer_plain.jpg');

}

#footertext{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.productdetails{
  width: 405px;
  padding: 0px 15px 0px 30px;
  margin: 0px;
}

.prheading{
  width: 450px;
  font-size: 13pt;
  font-weight: bold;
  margin-left: -15px;
  border-bottom: 1px solid #102070;
}

.productimage{
  width:200px;
  align: left;
  max-height:200px;
  /*border: 1px solid #102070;*/
}

.underline{
	 text-decoration: underline;
	 text-transform: uppercase;
	 text-align: center;
	 margin: 0px;
	 padding-bottom: 10px;
	 font-weight: bold;
	 width: 100%;
}

.outline{
	width: 262px;
	min-height: 20px;
	border: 1px solid #CDD0E3;
}

.contain{
	/*border: 1px solid #102070;*/
	padding: 4px;
	width: 262px;
	
}


@media print {
	div#left_col, div#nav, div#statusbar, .noprint {visibility: hidden;}
	#logo table {
	display: table !important;
	}
}

