/* reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}



/* main styles */
body {
	background: url(/vmm2_images/body_bgr.gif) 0 -3px repeat;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}

input, textarea, select, option {
	color: #555555;
	font: 12px Arial, Helvetica, sans-serif;
}


/* global styles */
h1 {
	background: url(/vmm2_images/title_bgr.gif) no-repeat;
	background-color: white;
	font-size: 20px;
	color: white;
	font-weight: normal;
	line-height: 33px;
	padding: 0 12px;
	margin: 5px 0 10px 0;
}

h2 {
	font-size: 14px;
	color: black;
	font-weight: bold;
	margin: 5px 0;
}

h3 {
	font-size: 14px;
	color: black;
	margin: 5px 0;
}

p {
	margin: 15px 0;
}

p.copyright {
	font-size: 10px;
	text-align: center;
	margin-right: 10px;
}

a {
}

a.all {
	color: #c30 !important;
	font-weight: bold;
	text-decoration: none;
}

a.all:hover {
	text-decoration: underline;
}

ul.list, .content ul {
	margin: 10px 0 10px 15px;
}


ul.list li,
.content ul li {
	list-style-type: disc;
	margin: 7px 0;
}

.black {
	color: black;
	font-weight: bold;
}

.clear {
	clear: both;	
}

.fright {
	float: right;
}

.date {
	font-weight: bold;
}


/* LAYOUT STYLES */
#container {
	margin: 0px auto;
	min-height: 100%;
	overflow: hidden;
	background: url(/vmm2_images/shadow_bgr.gif) repeat-y 0 0;
	width: 963px;
	padding: 68px 50px 0 50px;
	position: relative;
}


/* Header */
.header {
	background: url(/vmm2_images/header_bgr.gif) no-repeat;
	padding: 12px 50px 0 50px;
	position: absolute;
	top: 0;
	left: 0;
}

.header_inner {
	width: 963px;
	height: 56px;
	background: url(/vmm2_images/header_inner_bgr.gif) repeat;
}

.header_inner img.logo {
	margin: 6px 13px;
	float: left;
}


/* top navigation */
ul.top_nav {
	font-size: 14px;
	font-weight: bold;
	overflow: visible;
	background: url(/vmm2_images/nav_delimiter.gif) no-repeat left bottom;
	float: left;
	margin-left: 50px;
	z-index: 10000;
}

ul.top_nav li {
	float: left;
	background: url(/vmm2_images/nav_delimiter.gif) no-repeat right bottom;
	position: relative;
	margin: 0 -3px;
}

ul.top_nav li:hover, ul.top_nav li.sfhover {
	background: url(/vmm2_images/nav_selected_bgr.gif) repeat-x;
}

ul.top_nav li a {
	color: #333;
	text-decoration: none;
	display: block;
	margin: 0 41px;
	line-height: 56px;
}

ul.top_nav li ul.sub_menu {
	position: absolute;
	border-top: 1px solid #dadada;
	left: -999em;
}

ul.top_nav li ul.sub_menu li {
	background: white;
}

ul.top_nav li:hover ul, ul.top_nav li.sfhover ul {
	left: auto;
}

ul.top_nav li ul.sub_menu li a,
ul.top_nav li ul.sub_menu li a:hover {
	margin: 0;
	line-height: normal;
	padding: 10px 0;
}


/* Sub Navigation */
ul.sub_menu {
	left: -999em;
	background: white;
	z-index: 1000;
	font-weight: normal;
}

ul.sub_menu:hover {
	left: 0;
}

ul.sub_menu li {
	font-size: 11px;
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-left: 1px solid #dadada;
	float: none;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 2px;
}

ul.sub_menu li a {
	display: block;
	background: white;
	height: 1%;
	position: relative;
	color: #333;
}

ul.sub_menu li a:hover {
	text-decoration: underline;
}


/* search form */
div.search {
	float: right;
	overflow: hidden;
	width: 200px;
	height: 36px;
	padding-top: 20px;
}



/* Links Bar */
.links_bar {
	height: 25px;
	padding: 0 15px;
	background-color: black;
	color: white;
}

.links_bar .quick_links {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	float: right;
	padding-right: 65px;
	position: relative;
}

.links_bar .quick_links a {
	color: white;
	text-decoration: none;
	line-height: 25px;
}

.links_bar .quick_links a:hover {
	text-decoration: none;
}

.quick_links ul.sub_menu {
	position: absolute;
	left: -999em;
	top: 25px;
}

.quick_links.sfhover ul.sub_menu,
.quick_links:hover ul.sub_menu {
	left: 0;
}

.quick_links ul.sub_menu li a {
	text-transform: none;
	color: #333;
	line-height: 30px;
}

.quick_links ul.sub_menu li a:hover {
	text-decoration: underline;
}



/* Middle Block */
.middle {
	width: 100%;
	overflow: hidden;
}

.inner_middle {
	background-color: white;
	padding: 38px 0 50px 0;
	width: 100%;
	overflow: hidden;
}


/* Side bars */
/* left side bar for inner pages*/
.left_side_bar {
	width: 195px;
	float: left;
	overflow: hidden;
}


/* left side bar for subsites*/
.middle .left_side_bar {
	background: #0d1628 url(/vmm2_images/side_bar_bgr.jpg) no-repeat;
	height: 348px;
}

.subsite_left_side_bar {
	background: #0d1628 url(/vmm2_images/side_bar_bgr.jpg) no-repeat;
	height: 345px;
	width: 195px;
	float: left;
	overflow: hidden;
}


/* System Verilog Navigation */
.sidebar_nav {
	float: right;
	margin-top: 5px;
}

.middle .sidebar_nav {
	margin-top: 38px;
}

.inner_middle .sidebar_nav {
	float: none;
	margin: 5px auto 20px auto;
	width: 168px;
}

.sidebar_nav h2 {
	padding: 5px 8px;
	margin: 0;
	background: url(/vmm2_images/system_verilog_nav_top.gif) no-repeat;
	width: 152px;
	height: 19px;
	color: white;
	font-size: 13px;
}

.sidebar_nav h2 a {
	color: white;
	font-size: 13px;
	text-decoration: none;
}


.sidebar_nav_body {
	background-color: #ebebeb;
	overflow: hidden;
	width: 168px;
	padding-top: 2px;
}

.sidebar_nav_bottom {
	background: url(/vmm2_images/system_verilog_nav_bottom.gif) no-repeat;
	width: 168px;
	height: 9px;
	margin-top: -1px;
}

.sidebar_nav li a {
	color: black;
	font-size: 11px;
	text-decoration: none;
	background: url(/vmm2_images/system_verilog_nav_item_bgr.gif) no-repeat;
	height: 14px;
	display: block;
	padding: 4px 8px 7px 23px;
}

.sidebar_nav li a:hover,
.sidebar_nav li.selected a {
	text-decoration: none;
	background: url(/vmm2_images/system_verilog_nav_item_hover.gif) no-repeat;
	margin-top: -1px;
	padding: 5px 8px 7px 23px;
	color: #c30;
}


/* right side bar */
.right_side_bar {
	width: 292px;
	float: right;
	overflow: hidden;
}

.right_side_bar .media {
	margin: 5px auto;
}

.right_side_bar .sm_box {
	float: none;
	margin: 0 auto;
}

.content {
	width: 451px;
	overflow: hidden;
	padding: 0 0 30px 25px;
	float: left;
	line-height: 16px;
}

.content a {
	color: #666;
	text-decoration: none;
}

.content a:hover {
	color: #c30;
	text-decoration: underline;
}

.content img {
	margin: 10px;	
}



/* leftside bar showcase box */
.left_side_bar .sm_box {
	width: 170px;
	float: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.left_side_bar .sm_box_top {
	background: url(/vmm2_images/sm_box_top_leftside.gif) no-repeat;
}

.left_side_bar .sm_box_middle {
	background: url(/vmm2_images/sm_box_bgr_leftside.gif) repeat-y;
}

.left_side_bar .sm_box_bottom {
	background: url(/vmm2_images/sm_box_bottom_leftside.gif) no-repeat;
}

.left_side_bar .sm_box .wrapper {
	width: 145px;
}



/* Flash Boxes */
.flash_box {
	width: 963px;
	height: 348px;
	background-color: green;
	z-index: -1;
}

.flash_box_small {
	width: 768px;
	height: 345px;
	background: #123209;
	float: right;
	z-index: -1;
}


/* Menu Bar */
.menu_bar {
	height: 49px;
	background: white url(/vmm2_images/menu_bgr.gif) repeat-x;
}

ul.choose_method {
	background: url(/vmm2_images/choose_methodology.jpg) no-repeat 38px 12px;
	padding-left: 254px;
	overflow: hidden;
	width: 600px;
	float: left;
}

ul.choose_method li {
	font-size: 18px;
	color: white;
	float: left;
	line-height: 49px;
	padding: 0 25px;
}

ul.choose_method li.selected {
	background: url(/vmm2_images/menu_selected_bgr.gif) repeat-x;
}

ul.choose_method a {
	color: white;
	text-decoration: none;
}



/* social */
.social {
	float: right;
	padding-top: 16px;
}

.right_side_bar .social {
	padding-right: 40px;
}

.social a {
	float: left;
	margin-right: 10px;
}


/* Preview Boxes Block */
.preview_block {
	background: white url(/vmm2_images/preview_block_bgr.gif) repeat-x;
	padding: 18px;
	overflow: hidden;
	width: 927px;
}


/* Preview Boxes */
/* small boxes */
.sm_box {
	width: 252px;
	padding: 0 18px;
	float: left;
}

.sm_box_top {
	height: 14px;
	width: 100%;
	background: url(/vmm2_images/sm_box_top.gif) no-repeat;
}

.sm_box_middle {
	width: 100%;
	background: url(/vmm2_images/sm_box_bgr.gif) repeat-y;
	overflow: hidden;
	margin-top: -1px;
}

.sm_box_bottom {
	height: 16px;
	width: 100%;
	background: url(/vmm2_images/sm_box_bottom.gif) no-repeat;
}

.sm_box .wrapper {
	background: url(/vmm2_images/sm_box_inner_bgr.gif) no-repeat bottom left;
	margin: 0 3px 0 1px;
	padding: 0 15px;
	width: 218px;
	overflow: hidden;
}

.preview_block .sm_box .wrapper,
.preview_block .big_box .wrapper {
	height: 320px;
}

.sm_box h3 {
	margin: 0;
}

.sm_box p {
	margin: 5px 0 15px 0;
}

.sm_box ul li {
	margin: 12px 0 5px 0;
}

.sm_box ul.list li {
	margin: 0;
}


/* big boxes */
.big_box {
	float: left;
	width: 308px;
	margin: 0 18px;
}

.big_box_top {
	height: 14px;
	width: 100%;
	background: url(/vmm2_images/big_box_top.gif) no-repeat;
}

.big_box_middle {
	width: 100%;
	background: url(/vmm2_images/big_box_bgr.gif) repeat-y;
	overflow: hidden;
	margin-top: -1px;
}

.big_box_bottom {
	height: 16px;
	width: 100%;
	background: url(/vmm2_images/big_box_bottom.gif) no-repeat;
}


/* media block */
.media {
	margin: 0 auto;
	width: 250px;
	overflow: hidden;
	height: 200px;
}

.media #video {
	height: 160px;
}

.media .description {
	margin-top: 5px;
	font-weight: bold;
}

.media .description .title {
	float: left;
	width: 80%;
}

.media .description .duration {
	float: right;
	width: 20%;
	text-align: right;
}

.media_parts {
	padding: 0 3px 0 1px;
	margin: 10px 0;
}

.media_parts table {
	border-top: 3px solid #f30;
	color: #666;
}

.media_parts table tr td {
	background: url(/vmm2_images/info_item_bgr.gif) left bottom repeat-x;
	line-height: 20px;
}

.media_parts table a {
	color: #666;
	text-decoration: none;
}

.media_parts table a:hover {
	text-decoration: none;
}

td.title {
	padding: 0 5px;
}

td.time {
	padding-right: 5px;
	text-align: right;
	vertical-align: bottom;
}



/* Bottom Shadow */
.shadow_bottom {
	width: 1063px;
	height: 32px;
	background: url(/vmm2_images/shadow_bottom.gif) no-repeat;
	overflow: hidden;
	margin-left: -50px;
}



/* Contact Us Form */
form.styled {
	margin: 30px 10px;
}

form.styled div.field {
	overflow: hidden;
	margin: 5px 0;
}

form.styled label {
	width: 100px;
	display: block;
	float: left;
	line-height: 22px;
	font-weight: bold;
}

form.styled input,
form.styled textarea {
	width: 300px;
}

form.styled textarea {
	height: 150px;
}

form.styled input.submit {
	width: auto;
	margin: 20px 0;
}

form.styled input.captcha {
	width: 100px;
	float: left;
	margin-top: 10px;
}


/* Content Styles */
.row {
	width: 100%;
	overflow: hidden;
}

img.photo {
	float: left;
	margin-left: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

div.view_video {
	width: 111px;
	background-color: #ebe7e7;
	padding: 0 0 3px 6px;
}


