/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}

/* globals */


/*		Default Layout: 1200px.    */

@media only screen and (min-width: 1200px) {
	.headnav {
		width: 1140px;
	}
	.main {
		width: 1140px;
		margin: 0 auto; 
	}
	#ninalook {
		width: 310px;
		height: 406px;
		float: left;
		background-image: url(../media/ninalook.png);
	}
	.showmax {
		display: block;
	}
	.showmin {
		display: none;
	}
	.showmaxm {
		display: block;
	}
	.showminm {
		display: none;
	}
	body, label, input, textarea, option, p, a, .lead, td {
		font-size: 100%;
	}
.tbborder {
	border-width: 1px;
}
}

/*		Wide Mobile Layout: 720px.   */

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.headnav {
		width: 100%;
	}
	.main {
	}
	#ninalook {
		width: 310px;
		height: 406px;
		float: left;
		background-image: url(../media/ninalook.png);
	}
.imgcase {
        margin: 0px;
	padding: 0px;
}
	.showmax {
		display: block;
	}
	.showmin {
		display: none;
	}
	.showmaxm {
		display: none;
	}
	.showminm {
		display: block;
	}
	body, label, input, textarea, option, p, a, .lead, td, h4, h5, h6 {
		font-size: 105%;
	}
.tbborder {
	border-width: 2px;
}
}

/*		Small Mobile Layout: 480px.   */

@media only screen and (max-width: 767px) {
	.headnav {
		width: 100%;
	}
	.main {
	}
	#ninalook {
		width: 140px;
		height: 183px;
		float: left;
		background-image: url(../media/ninalooksm.png);
	}
.imgcase {
        margin: 0px;
	padding: 0px;
}
	.showmax {
		display: none;
	}
	.showmin {
		display: block;
	}
	.showmaxm {
		display: none;
	}
	.showminm {
		display: block;
	}
	body, label, input, textarea, option, p, a, .lead, td, h3, h4, h5, h6 {
		font-size: 110%;
	}
.tbborder {
	border-width: 2px;
}
}