--------/* 

PAULFIZIA.CO.UK

MAIN STYLE SHEET
COPYRIGHT:	2009 - JON WRIGHT

-------- */



a:link,a:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/* LAYOUT */

/* Declare 62.5% to make font size equal to pixels in ems (1.4em = 14px */
/* Zero the margin and padding of the body element to account for differing browser defaults */
/* Text-Align:Center, centres the container in IE 5* browsers. Text is left aligned in the Container*/
body {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.7em;
	font-size: 62.5%;
	color: #333;
	background-color: #000;
}
#logo {	
	width: 275px;
	height: 125px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
}
h2 {
	display:block;
	width:580px;
	line-height:60px;
	font-size:2em;
	padding-top: 30px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
}

h3 {
	font-size:1.4em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 0px;
	line-height: 1.7em;
	display: block;
}
h5 {
	margin-bottom: 15px;
}

p {
	margin-bottom:1em;
	line-height: 1.8em;
	font-size: 1em;
}
li {
	font-size: 1em;
}
#header {
	width: 100%;
	background: url(../global_images/header_bg.png);
}
#inner_header {
	width:800px;
	margin:0 auto;
	height:175px;
	position: relative;
}


#navigation {
	background: url(../global_images/nav-bg.gif) no-repeat center top;
	position:absolute;
	width: 334px;
	text-align: right;
	right: 5px;
	font-size: 1.3em;
	margin-top: 160px;
	z-index: 1;
	height: 34px;
}
ul#tabnav {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
	color: #fff;
	text-align: center;
	line-height:34px;
}

ul#tabnav li {
	display:inline;
	padding:0px 8px;
	}

ul#tabnav li a {
	text-transform:uppercase;
	letter-spacing:2px;
	text-decoration:none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

ul#tabnav a:link, ul#tabnav a:visited {
	color: #FFF;
}

ul#tabnav li a:hover {
	color: #83B3D4;
}

#wrapper {
	margin:0px auto;
	text-align:left;
	font-size: 1.3em;
	background: #FEFBF7 url(../global_images/wrapper_bg.gif) repeat-x;
}

#main_content {
	position:relative;
	width: 800px;
	margin: 0px auto;
}

#main_content a:link, #main_content a:visited {
	color: #004493;
	text-decoration: none;
}
#main_content a:hover, #main_content a:active {
	text-decoration: underline;
}
#home_left_col {
	float: left;
	width: 445px;
	padding: 15px 15px 15px 0px;
	position: relative;
}
#home_right_col {
	float: right;
	width: 330px;
	position: relative;
	height: 430px;

}
#rotator {
	height:430px;
	position: absolute;
	width: 330px;
	right: 0px;
}

.link_box {
	height:50px;
	display: block;
	margin: 30px 0px;
	font-size: .9em;
}
.document {
	display: block;
	float: right;
	background: url(../global_images/document_icon.gif) no-repeat left top;
	height: 50px;
	padding-left: 50px;
	line-height: 48px;
	text-transform: uppercase;
	width: 150px;
}
.contactme {
	display: block;
	float: left;
	background: url(../global_images/contact_icon.gif) no-repeat left top;
	height: 50px;
	padding-left: 50px;
	line-height: 48px;
	text-transform: uppercase;
	width: 150px;
}
.contactme a:link, .contactme a:visited, .document a:link, .document a:visited {
	color: #FFF!important;
}
.contactme a:hover, .contactme a:active, .document a:hover, .document a:active {
	color: #E1B411!important;
	text-decoration: none!important;
}
.hilite {
	background: #FEFAAF;
}

#main_content #left_col {
	width:560px;
	float:left;
	padding:15px 15px 0px 0px;
	min-height: 500px;
	border-right: 1px solid #CCC;
	margin-bottom: 15px;
}
* html main_content #left_col  {
	height: 400px;
}

#main_content #right_col {
	width:190px;
	float:right;
	padding:15px;
}
#main_content #right_col h3 {
	margin-bottom: 10px;
	font-size: 1.3em;
}
#main_content #home_left_col ul li, #main_content ul li {
	line-height: 1.8em;
}
#main_content #home_left_col ul, #main_content ul {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	list-style-image: url(../global_images/bullet.gif);
}

/* PROFILE PAGE STYLES */

.paul_image {
	float: right;
	margin-left: 20px;
}

#profile_page {
	float: left;
}

.profile_entry {
	border-top: 1px solid #CCC;
	padding-top: 25px;
	margin-top: 25px;
	position: relative;
}
.profile_details {
	position: absolute;
	left: 0px;
	top: 25px;
	width: 220px;
}

#profile_page h3 {
	margin: 0;
	padding: 0px;
	background-color: #004493;
	color: #FFF;
	display: inline;
}

#profile_page h4 {
	margin-bottom: 15px;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.3em;
	background-color: #E1B411;
	display: inline;
	color: #004493;
}

.profile_date {
	display: block;
	padding: 10px 0px;
}
.profile_body {
	margin-left: 230px;
	padding-top: 5px;
	min-height: 100px;
}
.clr {
	clear:both;
	height:0px;
}	

#footer {
	width: 100%;
	margin: 0px auto;
	height: 100px;
	text-align: right;
	background: url(../global_images/footer_bg.png);
	padding-top: 25px;
	z-index: 2;
}
#inner_footer {
	margin: 0px auto;
	width: 800px;
}
#footer p {
	color: #CCC;
	font-size: 1em;
}
#footer a:link, #footer a:visited {
	color: #E1B411;
}
#footer a:hover, #footer a:active {
	color: #FFF;
}

/* HEADER EMAIL REGISTRATION FORM */

#reg_form {
	position:absolute;
	right:0px;
	top:40px;
	font-size: 1.1em;
}	
#reg_form p {
	color:#e1b410;
	text-transform:uppercase;
	margin-bottom: 5px;
	text-align: right;
}
.reg_row {
	display:block;
	line-height:28px;
	float:right;
	clear:both;
}
#reg_form label {
	color:#FFF;
	margin-right:8px;
}
.input {
	border: 1px solid #e1b410;
	background-color: white;
	padding:3px;
}
.submit_button{
	float:right;
	margin-top:3px;
	border: 1px solid #042754;
	text-transform:uppercase;
	background-color: #E1B411;
	padding: 2px 3px;
	color: #00224A;
	font-size:0.9em;
}
.submit_button:hover {
	border: 1px solid #e1b410;
	background-color: #001A38;
	color: #E1B411;
}

/* ONTACT FORM */

#contact_form {
	width: 500px;
}

.row {
	display: block;
	line-height: 30px;
}
