@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #016CB2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.videoTitle {
	font-size: 10px;
	color: #333;
	padding-top: 20px;
	text-align: left;
	padding-right: 20px;
}

.cadstudio  #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #016CB2;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.cadstudio #container #contacts {
	width: 152px;
}

.cadstudio  #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
.cadstudio  #header  h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.cadstudio  #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
} 
.cadstudio #mainContent p {
	margin: 0;
	font-size: 12px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	text-align: left;
}

.cadstudio #mainContent h1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #213945;
}
.cadstudio #mainContent h2 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #213945;
}



.cadstudio  #footer {
	background-color: #213945;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	background-image: url(images/footer-background.gif);
	background-repeat: no-repeat;
} 
.cadstudio  #footer  p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 9px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.cadstudio   #mainContent a:link   {
	font-weight: bold;
	color: #006CB1;
	text-decoration: none;
}
.cadstudio   #mainContent a:visited   {
	font-weight: bold;
	text-decoration: none;
	color: #006CB1;
}
.cadstudio   #mainContent a:hover     {
	color: #FF0000;
	text-decoration: underline;

}
.cadstudio #footer a:link {
	font-weight: bold;
	color: #006CB1;
	text-decoration: none;
}
.cadstudio #footer a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #006CB1;
}
.cadstudio #footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.contact       {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.redtext {
	color: #FF0000;
}
.bluetext {
	color: #006BAF;
}

ul {
	font-size: 12px;
	margin: 0px;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
img {
	border: 0px none #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.videoPlayer {
	margin-top: 30px;
}

.videotable {
	border: 1px solid #000000;
}

.frontimg {
	border: 1px solid #333333;
	margin: 0px;
	padding: 0px;
}
.cadstudio #container #mainContent div img {
}
.gallerythumb {
	width: 184px;
	float: left;
	margin-bottom: 20px;
	margin-right: 2px;
	margin-left: 2px;
}
.gallerybuttons {
	vertical-align: top;
	width: 140px;
	text-align: center;
	float: left;
}
#websiteLeft {
	width: 380px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#websiteRight {
	float: right;
	width: 360px;
}
#websiteRight2 {
	float: right;
	width: 380px;
	text-align: right;
}
#websiteLeft2 {
	width: 450px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#websiteRight3 {
	float: right;
	width: 300px;
	text-align: right;
}
.cadstudio #container #mainContent #websiteLeft2 p {
	text-align: center;
}
.cadstudio #container #mainContent #websiteRight p {
	font-style: italic;
}
.cadstudio #container #mainContent #websiteRight p {
	font-size: 12px;
}
#websiteLeft3 {
	width: 360px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.cadstudio #container #mainContent #websiteRight2 p {
	font-style: italic;
}
