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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7F7F7F;
	margin:0;
	padding:0;
	background-color: #FFF;
	background-image: url(_dev/images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header {
	width:754px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
}

.logo {
	margin-top:18px;
	margin-bottom:19px;
}

.homeSpecialLeft {
	margin-left:15px;
}

.homeSpecialRight {
	margin-left:15px;
	margin-bottom:15px;
}

#navContainer {
	float: right;
	text-align:center;
}

#banner {
	width:754px;
	height:355px;
	margin-left:auto;
	margin-right:auto;
	margin-top:7px;
	margin-bottom:20px;
}

#footerWrapper {
	width:754px;
	height:67px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#footerLeft {
	width:261px;
	height:67px;
	margin-top:25px;
	margin-left:27px;
	float:left;
	clear:left;
}

#footerRight {
	width:465px;
	height:107px;
	float:right;
	clear:right;
}

.footer {
	float: right;
}

#nav {
	margin:0;
	padding:0;	
}

#nav ul {
	list-style:none;
}

#nav li {
	display:inline;
	text-transform:capitalize;
}

.nav a:link {
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	font-size:0.98em;
}

.nav a:visited {
	color:#fff;
	text-decoration: none;
	font-size:0.98em;
}

.nav a:hover {
	color:#fff;
	font-weight: bold;
	text-decoration: underline;
	font-size:0.98em;
}

.nav a:active {
	color:#fff;
	font-weight: bold;
	text-decoration: underline;
	font-size:0.98em;
}



#pdf ul {
	list-style:none;
}

#pd li {
	display:inline;
	margin:0 0 0 10px;
	padding:0 0 0 15px;
}

#bodyWrapper {
	width:754px;
	margin-left:auto;
	margin-right:auto;
}

#leftColumn {
	width:261px;
	margin-bottom:20px;
	padding-left:27px;
	float:left;
}

#rightColumn {
	width:406px;
	margin-bottom:20px;
	padding-left:60px;
	float:right;
}

#specialOffers {
	width:362px;
	margin-right:auto;	
	margin-top:20px;
	margin-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:20px;
	border:1px solid #EDEDED;
	background-color:#F5F5F5;
	line-height:1.2em;
}



p {
	line-height:1.4em;
}

.new p {
	line-height:5em;
}

h2 {
	font-size:17px;
	color:#4A4A4A;
}



a:link {
	color:#015699;
}

a:visited {
	color:#015699;
}

a:hover {
	color:#015699;
}

a:active {
	color:#015699;
}

.flag {padding:0 20px;}
.last {padding-right:0;}

ul.videos {float:left; width:95%; margin:0 0 20px; padding:0 0 0 10px; background:none;}
ul.videos li {margin:0; padding:2px 0 5px 35px; list-style:none; background:url(../images/icon-video.gif) no-repeat 0 0;}
