/* Stylesheet: paramount Modified On 2012-05-12 12:23:03 */
/* RESET
_________________________*/

html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

body{
	background-image: url(http://paramountenguk.com/uploads/images/bg.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 1.5;
}

p{
	margin: 0;
	margin-bottom: 10px;
	line-height: 1.5;
}

.clear{clear: both;}

h1{
	font-size: 16px;
	color: #002A5B;
	font-weight: bold;
	margin: 0;
}

a{
	color: #002A5B;
	text-decoration:none;
	font-weight: bold;
}

a:hover{
	text-decoration:underline;
}

a.link{
	display: inline-block;
	width: auto;
	margin-top: 10px;
}

#header{
	width: 960px;
	height: 100px;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
}

#logo{
	width: 285px;
	height: 80px;
	float: left
	
}

#menu{
	height: 32px;
	float: right;
	position:absolute;
	bottom: 0;
	right: 40px;
}

ul#nav{
}

ul#nav li{
	float: left;
	margin-left: 5px;
	background-color: #676767;
	border-radius: 5px 5px 0 0;
}

ul#nav li.menuactive{;
	background-color: #fff;
}

ul#nav li a{
	display:inline-block;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 6px;
	height: 26px;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}

ul#nav li a.menuactive{
	color: #002A5B;
}

#container{
	width: 960px;
	min-height: 500px;
	background-color: #fff;
	border-radius: 5px;
	margin: 0 auto;
}

#main{
	width: 880px;
	margin: 0 auto;
	padding-top: 30px;
}

#homebanner{
	width: 880px;
	height: 300px;
	margin-bottom: 20px;
}

#homeslide{
	width: 645px;
	height:300px;
	background-color: #966;
	float:left;
}

#homebannerbox{
	width: 230px;
	height:300px;
	background-color: #002A5C;
	float: right;
	position: relative;
}

#homebannerbox p{
	color: #fff;
	padding: 20px;
	font-size: 16px;
	text-align: right;
	font-weight: normal
}

#learnmore{
	position: absolute;
	left: 27px;
	bottom: 30px;
	width: 176px;
	height: 43px;
}

#homecontent{
	width: 400px;
	float: left;
	margin-right: 15px;
}

#homebox1{
	width: 210px;
	float: left;
	margin-right: 5px;
	background-color: #f4f4f4;
	min-height: 165px;
	padding: 10px;
}

#homebox2{
	width: 210px;
	float: left;
	margin-right: 0px;
	background-color: #f4f4f4;
	min-height: 165px;
	padding: 10px;
}

#pagecontent{
	width: 403px;
	float: left;
}

#pagebox{
	width: 402px;
	min-height: 50px;
	background-color: #f4f4f4;
	margin-top: 15px;
}

#pagebox h1{
	padding: 10px 10px 0px 10px;
}

#pagebox p{
	padding: 10px;
}

#pageslide{
	width: 450px;
	height: 300px;
	float: right;
}

ul#client{
	padding-left: 20px;
}

ul#client li{
	list-style-type:disc;
}

#profilepic{
	width: 142px;
	height: 165px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	
}

#profilepic img{
	margin-left: 5px;
	margin-top: 5px;
}

#pagecontact{
	width: 720px;
	float: right;
}

#contactleft{
	width: 142px;
	float: left;
}

#footer{
	width: 880px;
	height: 45px;
	background-color: #f4f4f4;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

#footertext{
	width: 860px;
	margin-left: 10px;
	padding-top: 13px;
	font-weight: bold;
}

.footleft{
	float: left;
}

.footright{
	float: right;
}