html {
    background:white;
}

body {
    margin:auto;
    width: 1000px;

    font-family:Tahoma,sans-serif;
    font-size: 12px
}

p.red {
	background-color:red;
}

a.red {
    color:red;
	font-weight:bold;
}
#menu {
    margin-top:10px;
    margin-bottom:10px;
    background-image:url(../images/menubg.gif);
    background-repeat:repeat-x;
    float: left;
    width: 100%;
    height: 40px;
}

#banner {
    text-align:center;
    border-bottom:1px solid black;
    clear:both;
}

#right {
    margin:10px;
    width: 240px;
    float:left;
}

#content {
    width: 740px;
    float:left;
}

#footer {
    clear:both;
    height: 40px;
    background-color:#5053A4;
    font-size:10px;
    text-align:center;
    padding-top: 20px;
    color:white;
    border-top: 2px #AAAAC1 solid
}

/* top menu design*/


#menu a {
    display: block;
    float:left;
    padding: 7px 25px;
    border-right: 1px solid white;
    text-decoration:none;
    color: white;
    font-size: 12px;
    font-weight:bold;
}

#menu a:hover{
    background-image:url(../images/menubghover.gif);
    background-repeat:repeat-x;
    color:blue
}

h1 {
    color:#5053A4;
    font-size:16px;
    font-weight:bold;
}

a img {
    border:none;
}



#menu_products_sub{
    position:absolute;
    background: #5053A4;

}
#menu_products_sub a {
    text-decoration:none;
    padding: 7px;
    display:block;
    color:white;
    font-weight:bold
}

#menu_products_sub a:hover {
    color:#5053A4;
    background:white;
}



#subsidiary {
	color: #BBAA7E;
	font-weight:bold;
	font-size: 11px;
}




#autodesk-nav-menu {
	line-height:30px;
	width:100%;
	overflow:hidden;
	border-collapse:collapse;
	border-spacing:0px;
  margin-top:12px;
}

#autodesk-nav-menu td {
	padding:0px;
	text-align:center;
}

#autodesk-nav-menu a{
  color:#48629f;
  text-decoration:none;
	display:block;
	background-color:#d8deea;
  padding: 0px 3px;
}

#autodesk-nav-menu a:hover {
	color:white;
  background-color: #3e3eb1;
}

#autodesk-nav-menu .separator {
	display:inline-block;
	width:2px;
}


.product-banner {
	margin-top:15px;
	margin-bottom:15px;
}

.product-list .product-list-first-row td {
	padding-top:0px;
}

.product-list td {
	padding-top:30px;
}