body {
	background-image:url(../img/switch-bg.gif);
	background-repeat:repeat-x;
	background-color:#a07357;
}
#container{
	background-image:url(../img/switch-container-bg.gif);
	background-repeat:repeat-y;
}
#leftcolumn{
	float:left;
	width:159px;
	background-color:#bea08d;
}
#leftcolumn ul{
	list-style:none;
	margin-top:20px;
	padding: 0;
	font-size:9px;
	border-top:1px solid #d5bdb0;
}
#leftcolumn li{
	padding:0 0 0 0;
}
#leftcolumn a{
	text-decoration:none;
	background: #BEA08D;
	border-bottom:1px solid #d5bdb0;
	color:black;
	display: block;
	padding: 6px 5px 5px 15px;
	width: 139px;
}
#leftcolumn li#create, #leftcolumn li#download {
	position: relative;
}
#leftcolumn li#create a {padding: 14px 5px 14px 15px;}
#leftcolumn li#download a {padding: 14px 5px 14px 15px;}
#leftcolumn a:hover{
	background: #d5bdb0;
	color:#fff;
}
#leftcolumn img#custswitch, #leftcolumn img#switchcat {
	position: absolute;
	visibility: visible;
}
#leftcolumn img#custswitch {
	left: 120px;
	top: 8px;
}
/* -------------- new -------------- */
#leftcolumn img#solidworks{position: absolute;}
#leftcolumn img#solidworks {
	left: 117px;
	top: 16px;
}
/* -------------- end new -------------- */
#leftcolumn img#switchcat {
	left: 120px;
	top: 5px;
}
#rightcolumn{
	float:left;
	width:611px;
}
#switchesheader {
	margin: 20px 25px 0 15px;
	padding-bottom: 5px;
}
#switcheslinks {
	text-align:right;
	font-size:10px;
	margin-top:8px;
}

#switchesheader h1 {
	color: #c0362c;
	display: inline;
	font-size: 12px;
	font-weight: normal;
	margin: 0 50px 0 0;
	text-transform: uppercase;
	letter-spacing: 4px;
}
#switchesheader span#specs {
	color: #c0362c;
	margin: 0 20px 0 0;
}
#switchesheader span#pdf {
	color: #c0362c;
	margin: 0 0 0 20px;
}
#switchesheader a{color:#000;text-decoration:none;}
#switchesheader a:hover{color:#c0362c;text-decoration:none;}
#content {
	border-top: 1px solid #c0362c;
	padding: 30px 10px;
	margin: 0 0 0 15px;
	width: 561px;
}
#content .landingpage-image img {
	float: left;
}
#content ul {
	float: right;
	list-style-type: none;
}
#content ul li {
	margin-bottom: 15px;
}
#content ul li a {
	color: #000;
	text-decoration: none;
}
#content ul li a:hover {
	color: #c0362c;
	text-decoration: none;
}
#content ul li span.abbr {
	font-weight: bold;
	margin-left: 15px;
}
#content .product-title{
	text-align:right;
	margin:0;
	padding:0;
	color:#c0362c;
	font-weight:bold;
	font-size:12px;
	letter-spacing: 3px;
}
#content .product-title a{
	color:#c0362c;
	text-decoration:underline;
}
#content .product-title a:hover{
	text-decoration:none;
}
#content .product-title .bigger{
	font-size:17px;
}
