@charset "utf-8";
/* CSS Document */


/* Basic Setup */
body {
	font-family: "Myriad Pro", Georgia, Candara, "Myriad Condensed Web", "Myriad Web";
	font-size: 90%;
	margin: 10px auto;
	padding: 0px;
	color: #110900;
	line-height: 120%;
	background-color: #ffffff;
	text-decoration: none;
	text-align: left;
	background-repeat: no-repeat;
	/*background-color: #D0E4E5;*/
}
a:link{
	color: #3399FF;
	text-decoration: none;
	}
a:active {
	color: #3399FF;
	text-decoration: none;
	}
a:visited {
	color: #3399FF;
	text-decoration: none;
	}
a:hover {
	color: #7D00FF;
	text-decoration: none;
	}



/* Layout */

#container {
	width: 960px;
	margin: 0px auto 10px;
	padding: 0;
}

.clr {
		clear: both;
}
#logo {
	width: 960px;
	height: 32px;
	background: #110900 url(graphics/headers/logo.jpg) no-repeat center center;
	padding-top: 3px;
}
#quote {
	width: auto;
	font-size: 80%;
	font-weight: normal;
	padding-right: 5px;
	text-align: right;
	color: #FFFFFF;
	padding-top: 220px;
	margin-bottom: 5px;
}

#header-home {
	width: 960px;
	height: 240px;
	margin-bottom: 7px;
	background: url(../graphics/headers/header-home.jpg);
}
#graphic-design-newcastle {
	width: 960px;
	height: 240px;
	margin-bottom: 7px;
	background: url(../graphics/headers/graphic-design-newcastle.jpg);
}
#newcastle-print-design {
	width: 960px;
	height: 240px;
	margin-bottom: 7px;
	background: url(../graphics/headers/header-printdesign.jpg);
}
#newcastle-web-design{
	width: 960px;
	height: 240px;
	margin-bottom: 7px;
	background: url(../graphics/headers/header-web-design-edinburgh.jpg);
}
#newcastle-copywriters {
	width: 960px;
	height: 240px;
	margin-bottom: 7px;
	background: url(../graphics/headers/header-copywriting-edinburgh.jpg);
}
#graphic-web-design-newcastle {
	width: 960px;
	height: 240px;
	margin-bottom: 7px;
	background: url(../graphics/headers/header-portfolio.jpg);
}
#graphic-designers-newcastle {
	width: 960px;
	height: 240px;
	margin-bottom: 7px;
	background: url(../graphics/headers/header-contact-wide-eyed-design.jpg);
}
/*page layout*/
#content {
	margin: 8px 0 7px;
	overflow: hidden;
	float: none;
	}

/*top menu*/
#menutop {
	height: auto;
	width: 960px;
	margin-bottom: 30px;
	margin-top: 8px;
}
#menutopback {
	width: 600px;
	margin-right: 180px;
	margin-left: 180px;
}

#navlist {
	border: 1px solid #A8BABB;
	width: 593px;
	height: 20px;
}


#pageheader {
	height: 21px;
	width: 960px;
	margin-top: 8px;
	margin-bottom: 7px;
	font-size: 135%;
	padding-bottom: 3px;
	font-weight: normal;
}
#lhcolumn {
	float: left;
	width: 150px;
	margin-top: 8px;
	margin-bottom: 7px;
	background: #FFFFFF;
	height: auto;
	margin-right: 15px;
	padding-right: 15px;
}
#lhsbarmenu{
	width: 150px;
	height: 100px;
	color: #110900;
}


#middlecol {
	width: 563px;
	border: 2px solid #110900;
	float: left;
	margin-top: 8px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	height: auto;
	padding-bottom: 5px;
}
#middlecol2 {
	width: 925px;
	border: 2px solid #110900;
	float: left;
	margin-top: 8px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	height: auto;
	padding-bottom: 5px;
}
#midcontent {
	background: #FFFFFF;
	padding-top: 5px;
	height: auto;
}
#midcontent2 {
	background: #FFFFFF;
	padding-top: 5px;
	height: auto;
}
#midcontentp {
	background: #FFFFFF;
	padding-top: 5px;
	height: auto;
	text-align: justify;
}
#midcontentext {
	padding: 5px;
}



#rhscolumn {
	float: left;
	width: 150px;
	margin-top: 8px;
	margin-bottom: 7px;
	background: #FFFFFF;
	margin-left: 15px;
	padding-left: 15px;
	height: auto;
}
#rhscontent {
	font-size: 80%;
	width: 125px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: auto;
}

.right-content > p {
	margin: 0 0 3px;
	background-color: #fff;
	padding-top: 5px;
	padding-left: 2px;
	height: auto;
	width: 150px;
}



.right-thumb-downloads > p {
	margin: 0 0 5px;
	background-color: #fff;
	text-align: center;
	border: thin solid #FF0000;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	width: auto;
}

/*btm menu*/
#menubtm {
	background: #FFFFFF;
	width: 960px;
	height: 15px;
	color: #110900;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 7px;
}
#menubackbtm {
	background: #3399FF;
	width: 600px;
	margin-right: 180px;
	margin-left: 180px;
	height: 21px;
	color: #110900;
	text-decoration: none;
}
#menuback {
	background: #0000FF;
	height: 50px;
	width: 595px;
	margin-right: 182px;
	margin-left: 183px;
}

/* styles */

h1 {
	color: #110900;
	font-size: 130%;
	font-weight: normal;
	margin-top: 3px;
    line-height: 95%;
	margin-bottom: 9px;
}



.h1bdr {
	font-size: 130%;
	line-height: 90%;
	padding-bottom: 3px;
	padding-top: 3px;

}


h2 {
	color: #110900;
	font-size: 105%;
	font-weight: normal;
}
.readmore {
	color: #3399FF;
	font-family: "Myriad Pro", Georgia, Candara, "Myriad Condensed Web", "Myriad Web";
	text-decoration: none;
	line-height: 90%;
}
.sidebarmenu {
	color: #110900;
	font-family: "Myriad Pro", Georgia, Candara, "Myriad Condensed Web", "Myriad Web";
	line-height: 130%;
}

.dots {
	color: #FFFFFF;
}
.arrow {
	height: auto;
	width: auto;
	font-size: 75%;
	color: #110900;
	margin-left: 150px;
}
.footnote {
	height: auto;
	width: auto;
	color: #110900;
	text-align: left;
	font-size: 90%;
}

a:focus { -moz-outline-style: none; }/*this avoids having image replacement sections display a dotted outline*/
