/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 670px */

@media only screen and (min-width: 670px) and (max-width: 999px) {
body {
	background:none;
}

#container {
	width: 660px;
}

#top{
	width:660px;
	height:85px
}

#top a#mainLink {
	margin-left:0px;
}

#top a#mainLink img {
	width:180px;
}

#mainMenu {
	width:455px;
	height:45px;
}

#mainMenu ul {
	padding:12px 0 0 15px;
}

#mainMenu li {
	margin-right:9px;
}
#mainMenu li a {
	font-size: 14px;
	text-transform:none;
}

#slider {
	width:660px;
	height:170px;
}

#slider img {
	width:660px;
	height:170px;
}

#content { 
		display: table; width: 100%;
}
	 
#left {
	display: table-footer-group; float:none;
	width:660px;
}
#left a#bip {
	display:none;
}

#left #contact {
	display:none;
}

#right {
	width:660px;
	display: table-header-group;
}

div.defaultIntro div.content {
    width: 390px;
}

#partners {
	width:660px;
}
#partners #logoBox {
    width: 490px;
	height: 200px;
}

#footer {
	width:660px;
	height:40px;
}

#defaultGalleryWrapper .miniatureWrapper img { width:206px }

/*Boxed Intro Block styles */
div.separatorVert { height:210px; width:30px}
a.boxIntro { margin-bottom:30px; width:315px; height:210px; }
a.boxIntro .title { width:315px; height:23px; font-size:14px;  }





