/* ------------------------------------------------------------------
	MAIN STYLESHEET
	
	Project: Glengarry Consumer Products
	Created: 2009-02-26
	Created by: Cindy Dochstader cindy@rkd.ca
------------------------------------------------------------------- */


/* ---------------------
HTML, BODY, RESETS
--------------------- */

html { 
	overflow-y: scroll; /* keeps vertical scroll bar in firefox at all times so page doesn't jump around */
	height: 100%;
	}
	
body {
	background: #e4e3c5;  /* background colour should be same as content area background colour to ensure WYSIWYG looks same as website */
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	font: 12px/17px Arial, Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	}
	
	.BodyStyle { /* use this class to set body background colour so that it does not interfere with the WYSIWYG editor */
	background: #e4e3c5;
	}
	
img, form { /* removes all default formatting on images and forms */
	margin: 0;
	padding: 0;
	border: 0;
	}

:focus { outline: none; } /* removes dotted outline from links */

.Clear { clear: both; } /* clears all floats; apply to empty divs */



/* ---------------------
	GLOBAL STYLES - style as necessary
--------------------- */

a:link, a:visited {
	text-decoration: underline;
	color:#d0263a;
	}
	
a:hover, a:active {
	color:#E46D7C;
	}
	
h1 {
	font-size:18px;
	margin-bottom:15px;
	}
	
strong, b {
	font-weight: bold;
	}

p {
	margin-bottom:10px;
	}
	
em, i {
	font-style: italic;
	}

ul { }

ol { }

hr { }

/* styles used by WYSIWYG - style as necessary */
pre { }

address { }

.clear { clear:both }


#Wrapper {
	width: 715px;
	margin:50px auto;
	}
	
.Header {
	padding: 0 0 10px 80px;
	}
	
.Logo {
	float:left;
	margin-top:130px;
	}

.Building {
	float:right;
	margin-top:37px;
	}
	
.Electronics {
	margin:105px 30px 0 0;
	float:right;
	}

.ConsumerProducts {
	margin:50px 0 0 30px;
	float:left;
	}

#Footer {
	margin:70px auto;
	background: url(../images/splash-page-footerbar.gif) no-repeat;
	padding-top:20px;
	text-align:center;
	}



