﻿/* ---------------------------------------------------------------------------- */
/* layout css file for pcnetworking web site                                    */
/*                                                                              */
/* designed & coded by Peter.J.Ralphs - August / September 2007                 */
/* ---------------------------------------------------------------------------- */

/* main page divs */

#container {
	position: relative;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
}
#header {
	position: relative;
	width: 700px;
	height: 120px;
	background-image: url('images/header_silver_graded_logos.png');
}
#navigation {
	position: relative;
	padding-top: 5px;
	width: 700px;
	height: 25px;
}
#content {
	position: relative;
	width: 700px;
	height: auto;
	background-color: #FFFFFF;
	border-style: solid none none none;
	border-width: thick;
	border-color: #CC0000;
}
#footer {
	position: relative;
	width: 700px;
	height: 40px;
	background-image: url('images/footer.png');
	font-family:Tahoma;
	font-size: 12px;
	text-align: center;
	top: 0px;
	float: left;
	left: 0px;
}

/* navigation tab buttons */

#navigation a {
	width: 92px;
	height: 25px;
	background-image: url('images/tabbed_buttons_space.png');
	background-repeat: no-repeat;
   	color: #808080;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
}
#navigation a:hover {
	color: #CC0000;
}
body#home a#current,
body#services a#current,
body#support a#current,
body#about a#current,
body#contact a#current {
	background-position: 0px -25px;
	color: #FFFFFF;
}

/* footer hyperlink navigation */

#footer a {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	line-height: 35px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* home page content divs */ 

#home #content-header {
	position: relative;
	width: 700px;
	height: 60px;
	background-image: url('images/home_content_header.png');
	z-index: 1;
}
#home #content-left {
	position: relative;
	width: 380px;
	height: 370px;
	z-index: 2;
	float: left;
	background-repeat: no-repeat;
	background-image: url('images/home_content_left.png');
	top: 0px;
	left: 0px;
}
#home #content-right {
	position: relative;
	width: 320px;
	height: 370px;
	z-index: 3;
	float: right;
	background-image: url('images/home_content_right.png');
	background-repeat: no-repeat;
}

/* same across all pages */

#home,
#services,
#support,
#about,
#contact {
	padding: 0px;
	margin: 0px;
	background-image: url('images/background.gif');
}

/* services page content divs */ 

#services #content-header {
	position: relative;
	width: 700px;
	height: 60px;
	background-image: url('images/home_content_header.png');
	z-index: 1;
}
#services #content-main {
	position: relative;
	width: 700px;
	height: 1060px;
	z-index: 2;
	float: left;
	background-repeat: no-repeat;
	background-image: url('images/services_content.png');
	top: 0px;
	left: 0px;
}

/* support page content divs */ 

#support #content-header {
	position: relative;
	width: 700px;
	height: 60px;
	background-image: url('images/home_content_header.png');
	z-index: 1;
}
#support #content-main {
	position: relative;
	width: 700px;
	height: 370px;
	z-index: 2;
	float: left;
	background-repeat: no-repeat;
	background-image: url('images/support_content.png');
	top: 0px;
	left: 0px;
}

/* about page content divs */ 

#about #content-header {
	position: relative;
	width: 700px;
	height: 60px;
	background-image: url('images/home_content_header.png');
	z-index: 1;
}
#about #content-main {
	position: relative;
	width: 700px;
	height: 500px;
	z-index: 2;
	float: left;
	background-repeat: no-repeat;
	background-image: url('images/about_content.png');
	top: 0px;
	left: 0px;
}

/* contact page content divs */ 

#contact #content-header {
	position: relative;
	width: 700px;
	height: 60px;
	z-index: 1;
	background-image: url('images/contact_content_header.png');
	background-color: #FFFFFF;
}
#contact #content-left {
	position: relative;
	width: 350px;
	height: 370px;
	z-index: 2;
	background-image: url('images/contact_content_left.png');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	float: left;
}
#contact #content-right {
	position: relative;
	width: 350px;
	height: 370px;
	z-index: 3;
	float: right;
	background-image: url('images/contact_content_right.png');
}
#contact #content-email-enquiries {
	position: absolute;
	z-index: 4;
	width: 250px;
	height: 20px;
	top: 88px;
	left: 38px;
}
#contact #content-email-sales {
	position: absolute;
	z-index: 5;
	width: 250px;
	height: 20px;
	top: 148px;
	left: 38px;
}
#contact #content-email-support {
	position: absolute;
	z-index: 6;
	width: 250px;
	height: 20px;
	top: 208px;
	left: 38px;
}
#contact #content-email-general {
	position: absolute;
	z-index: 7;
	width: 250px;
	height: 20px;
	top: 268px;
	left: 38px;
}
