.imageprime img {
	max-width:95%;
}

.imageprime2 img {
	vertical-align:middle;
	width:auto;
	max-width:45%;
}

.imageprime, .imageprime2 {
	margin:10px auto;
	text-align:center;
	width:auto;
	margin-bottom:10px;
}

.indeximgbox {
	width:100%; 
	height:200px; 
}
.nodesktop {
	display:none;
}
.nomobile {
	display:inline;
}



@media screen and (max-width: 640px) {
* {	margin:0px;
	padding:0px;
}
body {
	margin:0px;
}

#menu {
	width:100%
}
.wrapper{
	margin:0px;
	width:100%;
}
.bottom {
		
}

#left{
	margin:0px;
	padding:0px;
	height:100%;
	z-index:0;
	position:fixed;
	overflow:scroll;
	top:10px;
	width:290px;
	border-radius:0px;
	background-color:#333
}
#left ul {
	margin:0px;
	width:100%;
	color:#FFF;
	background-color:#666;
}

#left ul li {
	padding:5px;
	padding-right:10px;
	border-top:#CCC thin solid;
	list-style:none;
	font-size:1.3em;
	cursor:pointer;
	display:block;

}

#left ul li:hover {
	background-color:#000
	}
#left ul li a {
	text-decoration:none;
	color:#FFF;
	font-size:.8em;
	margin-left:15px;
	display:block;
	font-weight:100
}

#right{
	width:100%;
	left:0px;
	position:relative;
	z-index:5;
	height:100%;
	overflow:hidden;
	margin:0px;
	padding:0px;
	border-radius:0px;

   }
#right p {
	
}
#right p {
	line-height:1.5em;
	font-size:1em;
	padding:0px 5px 10px 10px;
	}
#right img {
	max-width:95%;
	height:auto;
}

.margin5left, .margin5right {
	width:100%;
	text-align:center;
	max-width:none;
}

.margin5left img, .margin5right img {
	width:auto;
	max-width:95%;
	height:auto;
}


#footer {
	display:none;
}
#navbar {
	left:0px;
	position:relative;
	width:100%;
	height:0px;
	padding:0px;
	margin:0px;
}
#header {
	background-color:#000;
	width: 100%;
	height:100px;
	z-index:9;
	left:0px;
	position:relative;
	padding:7px;
	}
#sideMenu {
	z-index:100;
	display:inline;
	float:left;
	position: fixed;
	top:10px;
	left:10px;
	color:white;
	font-size:1.2em;
	font-weight:bolder;
	border-radius:8px;
	background-color:#000;
	padding:10px;
	margin:8px;
	box-shadow: 1px 2px 8px #333;
	cursor:pointer;
	border:#CCC thin solid;
	width:46px;
}
.topleftad{
	height:auto;
	width:100%;
	text-align:center;
}


/*
.quote20right, .quote20left {
	width:100%;
	min-height:100px;
}

.imageprime img, .imageprime2 img {
	text-align:center;
	width:95%;
	vertical-align:middle;
	height:auto;
	margin:5px auto;

}

.imageprime2 img {
	max-width:none
}


.imageprime, .imageprime2  {
	margin:10px auto;
	text-align:center;
	width:95%;
}

*/
.nodesktop {
	display: inline;
}

.nomobile, #homeText, #newNavPlacement {
	display:none;
}
}

