/**********************************************************
*  CSS file for www.mcot.ca                        		  *
**********************************************************/

* {
	margin: 0;
	padding: 0;
	}
	
img { 
	border : none;
	margin: 0;
	padding: 0;
	outline: none; 
	}
	
a {
	text-decoration: none;
	outline: none; 
	color: #cfcfcf;
	}
	
a:hover {
	color: #BCCF3D;
	}		
	
html {
	background: #101010;
	overflow: -moz-scrollbars-vertical;
	
    } 	
    
body.mceContentBody,
body {
    text-align: center;
    color: #cfcfcf;
	background: #101010 url(../images/background/bg.jpg) repeat-y fixed top center;
}

#seal {
	margin-top: 10px;
	}
	
/***********************************************************/
#loadingStateDroplist,
#loadingStateDroplist2 {
	display: none;
	}
	
p {
	margin-top: 15px;
	}
	
h2 {
	color: #BCCF3D;
	}	
	    
.clear {
	clear: both;
	}
	
.iefixfloat {
	position: relative;
	}
	
.underline {
	border-bottom: 1px solid;
	}
	
.bar {
	background: url(../images/background/dot.gif);
	}
	
.small {
	font-size: 0.9em;
	}
	
.right {
	text-align: right;
	}	
	
	
.center {
	text-align: center;
	}	
	
.semitransparent {
	background: url(../images/background/semiBlack.png);
	_background: #1F0700; /* ie6 */
	padding: 20px;
	}
                   	
.pressButton  {
	margin: 0 1px 1px 0px;
	}
.pressButton:hover {
	margin: 1px 0px 0px 1px;
	}		
			
.listAlign li {
	margin-left: 20px;
	padding: 2px 0;
	}	
	
.price {
	text-align: right;
	}	
	
/***** TABLE *******************************************************/
.whTable {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	}
	
.whTable td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 2px 5px;
	}
	
/***** FORM *******************************************************/
.form {
	 border: 1px solid #E8E5BC;
	 color: #251909;
	}
	
.form p {
	margin: 1px;
	padding: 4px;
	background-color: #FEF8DE;
	}
    
.form h4 {
    padding: 3px 10px;
    margin: 0;
    background-color: #4A3824;
    font-weight: bold;
    font-size: 1em;	
    color: #BCCD3C;
	} 	

.form .disabled {
	border: none;
	background-color: #E8E5BC;
	}
	
.form textarea,
.form select,
.form input {
	border: 1px solid #8D7D72;
	width: 200px;
	}
	
.form .highlight textarea,
.form .highlight input,
.form .highlight select {
	border: 1px solid #cc0000;
	}	
	
.form label {
	text-align: right;
	display: block;
	float: left;
	width: 12em;
	padding-right: 5px;
	}	
	
.form .ident {
	padding-left: 13em;
	}	
	
.form .checkbox {
	width: 2em;
	}
	
.form .buttons {
	margin: 1px;
	padding: 15px 0 10px 0;
	text-align: center;
	background-color: #E8E5BC;
	}	
	
.form .buttons input {
	width: 10em;
	margin: 0 10px;
	}	
		
.form .error {
	color: #cc0000;
	}		
	
/* ============= TWO COLUMNS ======================================*/

/******************/
#twocolumncontentWhite, 
#twocolumncontent {	
	width: 750px;
	float: left;
	text-align: left;
	position: relative;
	margin: 0 0 0 20px;
	}	
	
#twocolumncontentWhite {
	
	}	


