/* 
    Document   : home.css
    Created on : 16/09/2009, 9:15:09 AM
    Author     : Cam
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#news_col {
    width:338px;
    float:left;
}

#news_col #news_text {
    display:none;
}

#about_col {
    padding:0px 0px 0px 36px;
    width:250px;
    float:left;
}

#about_col #home_heading {
    height:79px;
    width:250px;
    background:#c6c6c8 url(../images/home_heading.gif) 0px 0px no-repeat;
}

#about_col #home_heading h1 {
    font-weight:normal;
    font-size:20px;
    display:none;
}

#about_col #home_content {
    padding:27px 0px 0px 0px;
    line-height:18px;
}

#about_col #home_content p {
    padding:0px 0px 12px 0px;
}

#brochure {
    padding:110px 0px 0px 10px;
}


/* 2010 Specials Update */

#stationery_specials {
	background-image:url(../images/new_home_panel_bg.jpg);
	background-repeat:repeat-y;
}

#stationery_specials .header {
	height:236px;
	width:679px;
	background-image:url(../images/new_home_panel_header.jpg);
	background-repeat:no-repeat;
}

#stationery_specials .header h1 {
	display:none;
}

#stationery_specials .body {
	height:363px;
	width:679px;
	
	position:relative;
}

#stationery_specials .body .col_1 {
	width:170px;
	position:absolute;
	top:0px;
	left:0px;
	padding:0px 28px 0px 28px;
}

#stationery_specials .body .col_2 {
	width:171px;
	position:absolute;
	top:0px;
	left:226px;
	padding:0px 28px 0px 28px;
}

#stationery_specials .body .col_3 {
	width:170px;
	position:absolute;
	top:0px;
	left:453px;
	padding:0px 28px 0px 28px;
}

#stationery_specials .body .col h2 {
	padding:20px 0px 5px 0px;
	font-size:18px;
}

#stationery_specials .body .col h3 {
	padding:0px 0px 10px 0px;
	color:#b73c13;
	font-size:14px;
}

#stationery_specials .body .col h4 {
	padding:0px 0px 3px 0px;
	font-size:12px;
}

#stationery_specials .body .col p {
	padding:0px 0px 5px 0px;
	font-size:12px;
}

#stationery_specials .footer {
	padding: 10px 28px;
}

#stationery_specials .footer hr {
	margin-bottom:5px;	
}

#stationery_specials .footer p {
	font-size:10px;
	font-style:italic;
	padding:2px 0px 5px 0px;
}
