﻿	body {
	margin: 0px;
	padding: 0px;
	background: #5f6062;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #797979;
	height: 100%;
	}
h3 {
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 {
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

ol {
	margin-top: 0px;
	line-height: 160%;
}

ul {
	margin-top: 0px;
	line-height: 160%;
}

p {
	margin-top: 0px;
	line-height: 160%;
}

ol {
}

ul {
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0px auto;
}

img.alignleft {
	margin-right: 20px;
}

img.alignright {
	margin-left: 20px;
}

a img {
	border: none;
}


#wrapper
	{
	width: 1024px;
	/*height: 800px;/* maybe not needed*/
	margin: 0 auto;
	background-image:url(wapper_bg.jpg);
	background-repeat: repeat-y;
	}
	
/* Header */

#header {
	width: 100%;
	height: 130px;
	margin: 0px auto;
	background: #ffffff;
	z-index: 2;
}

/* Logo */
#logo	/* your logo */
	{
	
	width: 198px;
	height: 94px;
	top: 0px;
	left: 0px;
	background-image:url(cadviz_logo.gif);
	background-repeat: no-repeat;
	float: left;
	z-index: 3;
	}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 78px 30px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0px 20px 0px 22px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 14px;
	color: #7B7B7B;
}

#menu a:hover {
	text-decoration: underline;
	color: #8b8d09;
}

#menu .first a {
	background: none;
}

/* SideNav */
#sidenav
	{
	
	width: 201px;
	height: 675px;
	top:  130px;
	padding: 60px 0px 0px 0px;
	/*left: 0px;*/
	background-image:url(side_bg.gif);
	background-repeat: no-repeat;
	/*z-index: 2;*/
	float:left
	}
			

/* Sidebtm */
#sidebtm
	{
	
	/*width: 201px;*/
	/*top:  865px;*/
	/*left: 0px;*/
	background: url(side_btm_bg.gif) repeat-y;
	/*z-index: 1;*/
	float:left
	}
	
    #sidenav ul {
	
	top:  100px;
	margin: 20px;
	padding: 30px 0px 30px 0px;
	list-style: none;
	}
	
	#sidenav li {
	padding: 20px 0px 0px 0px;
	}


/* Page */

#page {
	margin: 0px auto;
	
	width: 806px;
	height: 600px;
	/*left: 0px;*/
	/*top:  130px;*/
	background: url(grad.gif) repeat-x;
	padding: 15px 0px 0px 17px;
	float:left;
}


#gal {
	
	left: 201px;
	width: 800px;
	padding: 50px 0px 0px 35px;
	z-index: 2;
}
#gal img {
	border: none;
	margin: 10px;
	padding: 10px 10px 10px 10px;

}

/* Content */
#content {
	
	/*left: 201px;*/
	/*width: 500px;*/
	/*padding: 50px 0px 0px 35px;*/
	/*float:left;*/
}


#content a {
	text-decoration: none;
	font-size: 14px;
	color: #8b8d09;
}

#content a:hover {
	text-decoration: underline;
	color: #8b8d09;
}


#page p {
	padding: 0px 20px 0px 22px;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
}

/* Footer */

#footer {
	
	/*bottom: 5px;
	left: 201px;*/
	width: 1024px;
	/*margin: 0px auto;*/
	float: left;

}

#footer p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}