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

body {
	font-family: "Times New Roman", Times, serif;
  	background-color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
}
  
a img {
	border: none;
}

a.inlink, a.inlink:visited {
	text-decoration: underline;
	color: #333333;
}

a.inlink:hover {
	font-weight: bold;
}
  
#page_container {
	background: url('images/container_back.png') repeat-y;
	height: auto;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	overflow: hidden;
}

#logo {
	height: 28px;
	width: 533px;
	background: url('images/nicotero_logo.png') no-repeat;
	margin-left: 30px;
	margin-top: 10px;
}

#content_container {
	width: 715px;
	margin-left: 30px;
	margin-top: 15px;
	height: auto;
	background: none;
	overflow: hidden;
}

#menu {
	position: relative;
	height: 30px;
	margin-left: 5px;
	width: 715px;
	font-size: 12px;
	padding: 0px;
	color: #e8e8e0;
}

#menu a, a:visited, a:active {
	color: #ededed;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#content_top {
	position: relative;
	width: 700px;
	height: 9px;
	background: url('images/content_top.png') no-repeat;
}

#content_mid {
	position: relative;
	width: 700px;
	height: auto;
	background: #ebe7e4;
	overflow: hidden;
}

#content_mid p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content_bottom {
	position: relative;
	width: 700px;
	height: 9px;
	background: url('images/content_bottom.png') no-repeat;
}

#primetime_logo {
	position: absolute;
	width: 151px;
	height: 56px;
	margin-left: 567px;
	margin-top: -27px;
	background: url('images/primetime_logo.png') no-repeat;	
	z-index: 9;
}

#buy_smarts {
	position: absolute;
	width: 234px;
	height: 198px;
	margin-left: 4px;
	margin-top: 398px;
	background: url('images/Buy-Smarts.jpg') no-repeat;
	z-index: 9;
}

#footer {
	font-size: 10px;
	text-align: center;
	color: #e8e8e0;
	height: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}


/* ABOUT PAGE STYLE */
#about_topimage {
	width: auto;
	height: 250px;
	float: right;
	margin-right: 10px;
	margin-top: 0px;
	padding-left: 10px;
}

hr.about {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.abouttext {
	width: 700px;
	height: auto;
	margin-top: 10px;
}

h1.about {
	font-size: 20px;
	color: #666666;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

p.aboutmain {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}

#about_resume {
	width: 680px;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	overflow: hidden;
}

#about_resume h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#about_resume ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}

#about_resume li.dark {
	background: #d2c6bd;
	display: block;
	padding: 2px;
}

#about_resume li.light {
	background: #e1dad5;
	display: block;
	padding: 2px;
}

.about_resume_tv {
	width: 200px;
	float: left;
	margin-left: 13px;
	padding: 0px;
}

.about_resume_movies {
	width: 200px;
	float: left;
	margin-left: 25px;
	padding: 0px;
}

.about_resume_misc {
	width: 200px;
	float: left;
	margin-left: 25px;
	padding: 0px;
}

.about_featured {
	width: 680px;
	height: auto;
	margin-left: 10px;
	margin-top: 10px;
	overflow: hidden;
}

.about_featured_one {
	width: 128px;
	float: left;
	margin-right: 55px;
}

.about_featured_two {
	width: 128px;
	float: left;
	margin-right: 55px;
}

.about_featured_three {
	width: 128px;
	float: left;
	margin-right: 55px;
}

.about_featured_four {
	width: 128px;
	float: left;
}


/* VIDEO PAGE STYLE */
#vidbox {
	width: auto;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

h2.showname {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin-left: 10px;	
	margin-right: 10px;
	display: block;
	border-bottom: 1px #333333 dotted;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.show_videos {
	width: 680px;
	height: auto;
	margin-left: 10px;
	margin-top: 10px;
	overflow: hidden;
}

.show_videos_one {
	width: 128px;
	float: left;
	margin-right: 55px;
	text-align: center;
}

.show_videos_two {
	width: 128px;
	float: left;
	margin-right: 55px;
	text-align: center;
}

.show_videos_three {
	width: 128px;
	float: left;
	margin-right: 55px;
	text-align: center;
}

.show_videos_four {
	width: 128px;
	float: left;
	text-align: center;
}


/* CONTACT PAGE STYLE */

.contact_box {
	height: auto;
	width: 680px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	overflow: hidden;
}

.contact_left {
	height: auto;
	width: 335px;
	float: left;
}

.contact_right {
	height: auto;
	width: 335px;
	float: right;
}

.contact_box p {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}
