/* CB VIDEO DESIGN */



/* GENERAL */

* {margin:0px; padding:0px;}

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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
}







/* MAIN */

h1#masthead {margin:0px; padding:0px;}

h1#masthead a {
	padding:0px;
	display:block;
	background-image:url(../images/masthead.jpg);
	width:750px;
	height:89px;
	text-indent:-999em;
	font-size: 10px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
header {
	margin-bottom: 10px;
	display: block;
}

p, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	margin-bottom: 10px;
	color: #333333;
	line-height: 1.3em;
}

ul {
	margin-left:20px;
	list-style-type: square;
}
li {
	margin-bottom: 10px;
}

a:link, a:active, a:visited {
	color: #3E6160;
}

h1 {}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #024001;
	font-weight: normal;
	font-size: 1.3em;
	margin-bottom: 10px;
	background-position: left top;
}



h2 {
	width: 450px;
	background-image: url(../images/h2hometopper.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

h2 a {
	text-decoration: none;
	color: #5AB757 !important;
	background-image: url(../images/h2homebottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display:block;
	padding:5px;

}

h3 {margin-bottom:5px;
color:#CCCCCC;}

h4 {}
#splash {
	padding-top: 100px;
}
#slideshow {
	height: 241px;
	width: 730px;
	margin-bottom: 10px;
}

#videoshow {
	height: 380px;
	width: 730px;
	margin-bottom: 10px;
}







/* TOP NAVIGATION */
ul#topnav {
	list-style-type: none;
	height: 27px;
	width:750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	padding: 0px;
}
ul#topnav li {
	display: inline;
}
ul#topnav li a:link, ul#topnav li a:active, ul#topnav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 27px;
	margin: 0px;
	float: left;
}

ul#topnav li a:hover  {
	color: #003366;
	background-color: #F5F5F5;
}

li#bree a {
	background-image: url(../images/button-1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -27px;
	width: 178px;
	text-indent: -999em;
	height: 27px;
}


li#bres a {
	background-image: url(../images/button-2.jpg);
	background-repeat: no-repeat;
	background-position: 0px -27px;
	width: 269px;
	text-indent: -999em;
	height: 27px;
}


li#bcon a {
	background-image: url(../images/button-3.jpg);
	background-repeat: no-repeat;
	background-position: 0px -27px;
	width: 113px;
	text-indent: -999em;
	height: 27px;
}


li#blin a {
	background-image: url(../images/button-4.jpg);
	background-repeat: no-repeat;
	background-position: 0px -27px;
	width: 190px;
	text-indent: -999em;
	height: 27px;
}



li#bree a:hover, li#bres a:hover, li#bcon a:hover, li#blin a:hover, #ree li#bree a, #res li#bres a, #con li#bcon a, #lin li#blin a {
	background-position: 0px 0px;
}









/* SPECIFIC */

#wrapper {
	width:758px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/header_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

#container {
	width: 730px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #dddddd;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/container-topper.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 21px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#roundbottom {
	background-color: #dddddd;
	background-image: url(../images/container-roundbottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#topnav {
	width:750px;
	margin: 0px auto;
	}
#mainimagearea {
	height: 244px;
	width: 710px;
	margin-bottom: 10px;
	background-color: #152436;
	background-image: url(../images/subsection_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1f3146;
	border-bottom-color: #0e1927;
	padding: 10px;
}


#mainContent {
	float: left; /* since this element is floated, a width must be given */
	width: 380px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	background-color: #152436;
	background-image: url(../images/subsection_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1f3146;
	border-bottom-color: #0e1927;
}
#mainContent p {
	line-height: 16px;
}
#home #mainContent {
	width: 340px;
}

#home #mainContent p {line-height:11px;}

*html #home #rightcol {margin-left:367px;}

#home #rightcol {
	margin-left: 370px;
}


h2#hvp {
	background-image: url(../images/home-h2-video-production.jpg);
	width:340px;
	margin-bottom: 1px !important;
}

h2#hpd {
	background-image: url(../images/home-h2-print-design.jpg);
	width: 340px;
	margin-bottom: 1px !important;
}

h2#hvp, h2#hpd, h2#vp, h2#pd, h2#contact, h2#confirmation, h2#about, h2#testimonies, h2#slogan {
	font-size: 8px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	display: block;
	height: 31px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border:none;
}

h2#vp {
	background-image: url(../images/h2-video-production.jpg);
}

h2#pd {
	background-image: url(../images/h2-print-design.jpg);
}

h2#contact {
	background-image: url(../images/h2-contact-us.jpg);
}

h2#confirmation {
	background-image: url(../images/h2-contact-us.jpg);
}

h2#about {
	background-image: url(../images/h2-about-us.jpg);
}


h2#testimonies {
	background-image: url(../images/home-h2-print-design.jpg);
}

h2#slogan {
	background-image: url(../images/h2-slogan.jpg);
}


#rightcol {
	margin: 0 0 0 410px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 10px;
	background-color: #152436;
	background-image: url(../images/subsection_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1f3146;
	border-bottom-color: #0e1927;
	color: #658189;
}

#rightcol p, #rightcol ul {color: #658189;}

div#footer {
	background-color: #E9E9E9;
	width: 690px;
	font-size: 0.7em;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-bottom: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #dddddd;
}
div#footer a:hover {
	text-decoration: none;
}

blockquote#cmb, ul#sbul, div#sideblock {
	color: #dedede;
	background-color: #000000;
	padding: 10px;
	font-size: 16px;
	line-height: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/blockquote-topper.gif);	
	background-repeat: no-repeat;
	background-position: left top;
}

div#sbdiv {

	background-image: url(../images/blockquote-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 270px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom:5px;
	background-color:blue;
}

ul#sbul {
	list-style-type: square;
	font-size: 1.1em;
	background-color:green;
	
	
}

ul#sbul li {
	margin-left:20px;
	}
 
div#sideblock {
	font-size: 1em;
	line-height: 1.2em;
}
table#ct {
	width: 450px;
	background-color: #D1D1D1;
}

table#ct td {padding:5px;}

/* CLASSES */
.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;
}



.hidden {
	display: none;
}

.marginbottomten {margin-bottom:10px;}

.txtalgnrt {text-align:right;}
