body
{
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	min-width: 962px;
	line-height: 14px;
	background-color: #4C4C4C;
}

b {
	font-weight: bold;
}

.rightTitle {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

h3 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;

}

h5 {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
	padding: 5px 0 10px 0;
	margin: 0;

}

.clearBoth {
	clear: both;
}

#centeredColumn
{
	width: 962px;
	margin: 0 auto;
	margin-left: expression( (document.body.clientWidth - 962) / 2 + 'px');
}

#wholeContainer {
	width: 962px;
	margin: 15px 0 0 0;
	display: table;
}

/* Head */

#header {
	width: 962px;
	height: 116px;
	display: block;
}

#head1 {
	width: 355px;
	height: 116px;
	background-image: url(../images/Logo.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
}



/* Body */

a.links {
	color: #FC3;
	text-decoration: none;
	font-weight: bold;
}

a:hover.links {
	color: #e99519;
}


#bodyCSS {
	width: 962px;
	display: table;
	float: left;
}



#middle {
	width: 962px;
	display: block;
	float: left;
	height: 336px;
	background-image: url(../images/gallery_space.jpg);
	background-repeat: no-repeat;
}





#middleText {
	padding: 10px;
}



/* Footer */



#footerSub {
	width: 962px;
	height: 41px;
	background-image: url(../images/foot.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
}


a.footerLinks {

	color: #FFFFFF;
	text-decoration: none;
}

a:hover.footerLinks {
	color: #FC0;
}

a.footerLinks2 {
	color: #FFF;
	text-decoration: none;
}

a:hover.footerLinks 2 {
	color: #A8C138;
}

#footerTextsub {
	color: #fff;
	text-align: center;
	padding: 15px 0 0 0;
	font-size: 10px;
}


/*lists*/
.largeList {
	list-style-image: url(../images/small_dot.gif);
	margin: 0 0 0 35px;
	padding: 0;
}

.largeList li {
	margin: 5px 0 15px 0;
	color: #FFFFFF;
	font-size: 13px;
}

.ravenList {
	list-style-image: url(../images/small_list.png);
	margin: 0 0 0 23px;
	padding: 0;
	text-transform: capitalize;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 15px;

}

.smallList {
	list-style-image: url(../images/small_list.png);
	margin: 0 0 0 23px;
	padding: 0;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
}

.smallList a {
	color: #FBA81C;
}

.smallList li {
	margin: 5px 3px 5px 0;
	padding: 0;
}

.smallList3 {
	list-style-image: url(../images/small_list.png);
	padding: 0;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
}

.smallList3 a {
	color: #FBA81C;
	text-decoration: underline;
}

.smallList3 li {
	margin: 5px 3px 7px 0;
	padding: 0;
}


.rightNav {
	text-align: right;
	padding: 10px 15px 0 0;
	font-weight: bold;
	color: #FFFFFF;
}

.rightNav a {
	color:#FFFFFF;
	text-decoration: none;
}

.rightNav a:hover {
	color:#0060B6;

}


/*headers*/


.line1
{
	height: 1px;
	margin-top: 15px;
	padding: 0px;
	background-image: url(../images/line1.gif);
	border-width: 0px;
	font-size: 12px;
	background-repeat: repeat-x;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}




/* Form */

.formRow
{
	width: 100%;
	height: 40px;
	white-space: nowrap;
}

.formText
{
	color: #0060B6;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	margin: 0px 0px 0px 11px;
	display: block;
	float: left;
	width: 150px;
	text-align: right;
}

.formField
{
	padding: 2px;
	background-color: #fff;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: normal;
	width: 200px;
	margin: 5px 0px 0px 11px;
	float: left;
}

.formMultiple
{
	padding: 2px;
	background-color: #fff;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: normal;
	width: 200px;
	margin: 5px 0px 0px 11px;
	float: left;
}

.formSelect
{
	padding: 2px;
	background-color: #fff;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: normal;
	margin: 5px 0px 0px 11px;
	float: left;
}

#formButtoncontainer {
	margin: 0 0 0 162px;
	clear: left;
}

.formButton
{
	padding: 2px;
	background-color: #0060B6;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: bold;
	float: left;
	margin: 11px 18px 11px 0px;
	cursor: pointer;
}
#listHeader {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #B6CB56;
}

.smallList2 {
	list-style-image: url(../images/small_list.png);
	margin: 0 0 0 25px;
	padding: 0;
	text-transform: capitalize;
	color: #333333;
}

.smallList2 a {
	color: #002374;
	
}

.smallList2 li {
	margin: 5px 0 5px 0;
}


#footerLinks {
	float: left;
}
.checkBox {
	text-decoration: none;
	margin: 5px 0px 0px 11px;
}
.checkText {
	color: #0060B6;
}





#head {
	display: block;
	float: left;
	height: 116px;
	width: 962px;
}
#newsletterSign {
	background-image: url(../images/email_signup.jpg);
	background-repeat: no-repeat;

	display: block;
	float: left;
	height: 116px;
	width: 159px;
}
#content {
	width: 962px;
	background-image: url(../images/main_content.jpg);
	background-repeat: no-repeat;
}
#contentImage {
	display: block;
	float: left;
	width: 735px;
	background-image: url(../images/main_content.jpg);
	background-repeat: no-repeat;
	height: 191px;
}
#rightNav {
	display: block;
	float: left;
	height: 191px;
	width: 227px;
}
#pageHead {
	float: left;
	height: 50px;
	width: 200px;
}
#contentPadding {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}


#bottomNav {
	background-image: url(../images/contact_box.jpg);
	display: block;
	float: left;
	height: 48px;
	width: 227px;
}
#leftSide {
	background-image: url(../images/v3layers_09.jpg);
	display: block;
	float: left;
	height: 336px;
	width: 35px;
}

#leftSide2 {
	background-image: url(../images/left_side.jpg);
	display: block;
	float: left;
	height: 336px;
	width: 35px;
}
#gallerySpace {
	background-image: url(../images/gallery_space.jpg);
	display: block;
	float: left;
	height: 336px;
	width: 892px;
}

#contentSpace {
	background-image: url(../images/content.jpg);
	display: block;
	float: left;
	height: 336px;
	width: 892px;
	line-height: 18px;
	font-size: 11px;
}

#contentSpace2 {
	background-image: url(../images/content.jpg);
	display: block;
	float: left;
	height: 336px;
	width: 892px;
	line-height: 20px;
	font-size: 12px;
}

#brandSpace {
	background-image: url(../images/content_brands.jpg);
	display: block;
	float: left;
	height: 336px;
	width: 892px;
	line-height: 15px;
}
#rightSide {
	background-image: url(../images/v3layers_11.jpg);
	display: block;
	float: left;
	height: 336px;
	width: 35px;
}

#rightSide2 {
	background-image: url(../images/right_side.jpg);
	display: block;
	float: left;
	height: 336px;
	width: 35px;
}

.pageHeader {
	display: block;
	float: left;
	height: 18px;
	width: 460px;
	margin: 0;
}
#contentPadding strong {
	font-weight: bold;
}
#repeatBG {
	background-image: url(../images/repeat_bg.jpg);
	background-repeat: repeat-y;
	display: table;
	float: left;
	width: 962px;
}



#navTop {
	background-image: url(../images/top_banner.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 79px;
	width: 448px;
}
#navBlock {
	display: block;
	float: left;
	height: 116px;
	width: 448px;
}
.scrollable #thumbs div p {
	font-size: 10px;
}
#contentSpace h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}
.mainPadding {
	padding: 15px;
}
h4 {
	color: #F8B01D;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin: 0 0 5px 0;
}
.formTextsubmenu {
	float: left;
	width: 100px;
}
.formFieldsubmenu {
	height: 17px;
	width: 125px;
	float: left;
	font-size:10px;
}

.formFieldsubmenu2 {
	height: 18px;
	width: 135px;
	float: left;
}
.formRowsubmenu2 {
	float: left;
	width: 300px;
	height: 30px;
	padding: 5px 0 0 0;
}

.formRowsubmenu4 {
	float: left;
	width: 100%;
	height: 30px;
	padding: 5px 0 0 0;
}
.formRowsubmenu3 {
	float: left;
	width: 200px;
	height: 30px;
	padding: 5px 0 0 100px;
}
.serviceBlock {
	height: 323px;
	width: 172px;
	background-image: url(../images/scrolling_nav/bg_scroll.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin: 5px 5px 0 1px;
}

.serviceBlock1 {
	height: 323px;
	width: 172px;
	background-image: url(../images/scrolling_nav/bg_scroll.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin: 5px 5px 0 3px;
}
.pictureButton {
	float: left;
	height: 126px;
	width: 172px;
}
.titleScroll {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FDBE00;
	line-height: 20px;
	float: none;
	text-align: center;
	margin: 5px 0 8px 0;
}
.contactSpace {
	height: 150px;
	width: 400px;
	float: left;
	font-size: 11px;
	font-weight: bold;
}
#leftForm {
	float: left;
	height: 100%;
	width: 350px;
}
#rightForm {
	float: left;
	height: 100%;
	width: 500px;
}
.formTextsubmenu2 {
	float: left;
	width: 300px;
	clear: both;
}
.dropdownBox {
	float: left;
	height: 20px;
	width: 150px;
}
#leftContent {
	float: left;
	width: 625px;
	height: 100%;
}
#homeStyle {
	float: left;
	width: 175px;
}
#mainContentleft {
	clear: both;
	float: left;
	width: 530px;
}
#mainContentright {
	float: left;
	width: 300px;
	margin: 0 0 0 15px;
	font-style: italic;
	text-align: center;
	font-size: 10px;
}
.brands {
	width: 150px;
	float: left;
}

.brands2 {
	width: 125px;
	float: left;
}

.brandsVudu {
	width: 200px;
	float: left;
}
#vudoLink {
	float: left;
	height: 150px;
	width: 250px;
	padding: 0 5px 0 0;
}
.testImage {

	padding-left: 2px;
}
#portfolioSpace {
	display: block;
	float: left;
	height: 574px;
	width: 962px;
}

#bottomNavtext{
	padding: 0 42px 0 5px;
	font-size: 20px;
	font-weight: bold;
	color: #FBA81C;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: right;
	line-height: 22px;
}
#bottomNavtext a {
	color: #FBA81C;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#bottomNavtext a:hover {
	color: #999;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
#mainContentleft .subConent {
	font-size: 12px;
	line-height: 19px;
}
#quiz {
	float: right;
}
#leftMain {
	float: left;
	width: 460px;
}
#style {
	float: right;
	height: 150px;
	width: 200px;
	display: block;
	padding: 15px 15px 0 0;
}

#style a {

	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.stackedList {
	width: 265px;
	float: left;
	
	}
.bigFont {
	font-size: 12px;
	line-height: 20px;
}

#mainContentright strong a {
	color: #F8B01D;
}
.subConent a {
	color: #F8B01D;
	text-decoration: underline;
}
#mainContentleft h4 a {
	color: #F8B01D;
	text-decoration: underline;
}
#mainContentright a {
	color: #FC3;
	text-decoration: underline;
}

body
{
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	min-width: 962px;
	line-height: 14px;
	background-color: #4C4C4C;
}

b {
	font-weight: bold;
}

.rightTitle {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

h3 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;

}

h5 {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
	padding: 5px 0 10px 0;
	margin: 0;

}

.clearBoth {
	clear: both;
}

#centeredColumn
{
	width: 962px;
	margin: 0 auto;
	margin-left: expression( (document.body.clientWidth - 962) / 2 + 'px');
}

#wholeContainer {
	width: 962px;
	margin: 15px 0 0 0;
	display: table;
}

/* Head */

#header {
	width: 962px;
	height: 116px;
	display: block;
}

#head1 {
	width: 355px;
	height: 116px;
	background-image: url(../images/Logo.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
}



/* Body */

a.links {
	color: #FC3;
	text-decoration: none;
	font-weight: bold;
}

a:hover.links {
	color: #e99519;
}


#bodyCSS {
	width: 962px;
	display: table;
	float: left;
}



#middle {
	width: 962px;
	display: block;
	float: left;
	height: 336px;
	background-image: url(../images/gallery_space.jpg);
	background-repeat: no-repeat;
}





#middleText {
	padding: 10px;
}



/* Footer */



#footerSub {
	width: 962px;
	height: 41px;
	background-image: url(../images/foot.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
}


a.footerLinks {

	color: #FFFFFF;
	text-decoration: none;
}

a:hover.footerLinks {
	color: #FC0;
}

a.footerLinks2 {
	color: #FFF;
	text-decoration: none;
}

a:hover.footerLinks 2 {
	color: #A8C138;
}

#footerTextsub {
	color: #fff;
	text-align: center;
	padding: 15px 0 0 0;
	font-size: 10px;
}


/*lists*/
.largeList {
	list-style-image: url(../images/small_dot.gif);
	margin: 0 0 0 35px;
	padding: 0;
}

.largeList li {
	margin: 5px 0 15px 0;
	color: #FFFFFF;
	font-size: 13px;
}

.ravenList {
	list-style-image: url(../images/small_list.png);
	margin: 0 0 0 23px;
	padding: 0;
	text-transform: capitalize;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 15px;

}

.smallList {
	list-style-image: url(../images/small_list.png);
	margin: 0 0 0 23px;
	padding: 0;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
}

.smallList a {
	color: #FBA81C;
}

.smallList li {
	margin: 5px 3px 5px 0;
	padding: 0;
}

.smallList3 {
	list-style-image: url(../images/small_list.png);
	padding: 0;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
}

.smallList3 a {
	color: #FBA81C;
	text-decoration: underline;
}

.smallList3 li {
	margin: 5px 3px 7px 0;
	padding: 0;
}


.rightNav {
	text-align: right;
	padding: 10px 15px 0 0;
	font-weight: bold;
	color: #FFFFFF;
}

.rightNav a {
	color:#FFFFFF;
	text-decoration: none;
}

.rightNav a:hover {
	color:#0060B6;

}


/*headers*/


.line1
{
	height: 1px;
	margin-top: 15px;
	padding: 0px;
	background-image: url(../images/line1.gif);
	border-width: 0px;
	font-size: 12px;
	background-repeat: repeat-x;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}




/* Form */

.formRow
{
	width: 100%;
	height: 40px;
	white-space: nowrap;
}

.formText
{
	color: #0060B6;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	margin: 0px 0px 0px 11px;
	display: block;
	float: left;
	width: 150px;
	text-align: right;
}

.formField
{
	padding: 2px;
	background-color: #fff;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: normal;
	width: 200px;
	margin: 5px 0px 0px 11px;
	float: left;
}

.formMultiple
{
	padding: 2px;
	background-color: #fff;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: normal;
	width: 200px;
	margin: 5px 0px 0px 11px;
	float: left;
}

.formSelect
{
	padding: 2px;
	background-color: #fff;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: normal;
	margin: 5px 0px 0px 11px;
	float: left;
}

#formButtoncontainer {
	margin: 0 0 0 162px;
	clear: left;
}

.formButton
{
	padding: 2px;
	background-color: #0060B6;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: bold;
	float: left;
	margin: 11px 18px 11px 0px;
	cursor: pointer;
}
#listHeader {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #B6CB56;
}

.smallList2 {
	list-style-image: url(../images/small_list.png);
	margin: 0 0 0 25px;
	padding: 0;
	text-transform: capitalize;
	color: #333333;
}

.smallList2 a {
	color: #002374;
	
}

.smallList2 li {
	margin: 5px 0 5px 0;
}


#footerLinks {
	float: left;
}
.checkBox {
	text-decoration: none;
	margin: 5px 0px 0px 11px;
}
.checkText {
	color: #0060B6;
}





#head {
	display: block;
	float: left;
	height: 116px;
	width: 962px;
}
#newsletterSign {
	background-image: url(../images/email_signup.jpg);
	background-repeat: no-repeat;

	display: block;
	float: left;
	height: 116px;
	width: 159px;
}
#content {
	width: 962px;
	background-image: url(../images/main_content.jpg);
	background-repeat: no-repeat;
}
#contentImage {
	display: block;
	float: left;
	width: 735px;
	background-image: url(../images/main_content.jpg);
	background-repeat: no-repeat;
	height: 191px;
}
#rightNav {
	display: block;
	float: left;
	height: 191px;
	width: 227px;
}
#pageHead {
	float: left;
	height: 50px;
	width: 200px;
}
#contentPadding {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}


#bottomNav {
	background-image: url(../images/contact_box.jpg);
	display: block;
	float: left;
	height: 48px;
	width: 227px;
}
#leftSide {
	background-image: url(../images/v3layers_09.jpg);
	display: block;
	float: left;
	height: 336px;
	width: 35px;
}

#leftSide2 {
	background-image: url(../images/left_side.jpg);
	display: block;
	float: left;
	height: 336px;
	width: 35px;
}
#gallerySpace {
	background-image: url(../images/gallery_space.jpg);
	display: block;
	float: left;
	height: 336px;
	width: 892px;
}

#contentSpace {
	background-image: url(../images/content.jpg);
	display: block;
	float: left;
	height: 336px;
	width: 892px;
	line-height: 18px;
	font-size: 11px;
}

#contentSpace2 {
	background-image: url(../images/content.jpg);
	display: block;
	float: left;
	height: 336px;
	width: 892px;
	line-height: 20px;
	font-size: 12px;
}

#brandSpace {
	background-image: url(../images/content_brands.jpg);
	display: block;
	float: left;
	height: 336px;
	width: 892px;
	line-height: 15px;
}
#rightSide {
	background-image: url(../images/v3layers_11.jpg);
	display: block;
	float: left;
	height: 336px;
	width: 35px;
}

#rightSide2 {
	background-image: url(../images/right_side.jpg);
	display: block;
	float: left;
	height: 336px;
	width: 35px;
}

.pageHeader {
	display: block;
	float: left;
	height: 18px;
	width: 460px;
	margin: 0;
}
#contentPadding strong {
	font-weight: bold;
}
#repeatBG {
	background-image: url(../images/repeat_bg.jpg);
	background-repeat: repeat-y;
	display: table;
	float: left;
	width: 962px;
}



#navTop {
	background-image: url(../images/top_banner.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 79px;
	width: 448px;
}
#navBlock {
	display: block;
	float: left;
	height: 116px;
	width: 448px;
}
.scrollable #thumbs div p {
	font-size: 10px;
}
#contentSpace h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}
.mainPadding {
	padding: 15px;
}
h4 {
	color: #F8B01D;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin: 0 0 5px 0;
}
.formTextsubmenu {
	float: left;
	width: 100px;
}
.formFieldsubmenu {
	height: 17px;
	width: 125px;
	float: left;
	font-size:10px;
}

.formFieldsubmenu2 {
	height: 18px;
	width: 135px;
	float: left;
}
.formRowsubmenu2 {
	float: left;
	width: 300px;
	height: 30px;
	padding: 5px 0 0 0;
}

.formRowsubmenu4 {
	float: left;
	width: 100%;
	height: 30px;
	padding: 5px 0 0 0;
}
.formRowsubmenu3 {
	float: left;
	width: 200px;
	height: 30px;
	padding: 5px 0 0 100px;
}
.serviceBlock {
	height: 323px;
	width: 172px;
	background-image: url(../images/scrolling_nav/bg_scroll.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin: 5px 5px 0 1px;
}

.serviceBlock1 {
	height: 323px;
	width: 172px;
	background-image: url(../images/scrolling_nav/bg_scroll.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin: 5px 5px 0 3px;
}
.pictureButton {
	float: left;
	height: 126px;
	width: 172px;
}
.titleScroll {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FDBE00;
	line-height: 20px;
	float: none;
	text-align: center;
	margin: 5px 0 8px 0;
}
.contactSpace {
	height: 150px;
	width: 400px;
	float: left;
	font-size: 11px;
	font-weight: bold;
}
#leftForm {
	float: left;
	height: 100%;
	width: 350px;
}
#rightForm {
	float: left;
	height: 100%;
	width: 500px;
}
.formTextsubmenu2 {
	float: left;
	width: 300px;
	clear: both;
}
.dropdownBox {
	float: left;
	height: 20px;
	width: 150px;
}
#leftContent {
	float: left;
	width: 625px;
	height: 100%;
}
#homeStyle {
	float: left;
	width: 175px;
}
#mainContentleft {
	clear: both;
	float: left;
	width: 530px;
}
#mainContentright {
	float: left;
	width: 300px;
	margin: 0 0 0 15px;
	font-style: italic;
	text-align: center;
	font-size: 10px;
}
.brands {
	width: 150px;
	float: left;
}

.brands2 {
	width: 125px;
	float: left;
}

.brandsVudu {
	width: 200px;
	float: left;
}
#vudoLink {
	float: left;
	height: 150px;
	width: 250px;
	padding: 0 5px 0 0;
}
.testImage {

	padding-left: 2px;
}
#portfolioSpace {
	display: block;
	float: left;
	height: 574px;
	width: 962px;
}

#bottomNavtext{
	padding: 0 42px 0 5px;
	font-size: 20px;
	font-weight: bold;
	color: #FBA81C;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: right;
	line-height: 22px;
}
#bottomNavtext a {
	color: #FBA81C;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#bottomNavtext a:hover {
	color: #999;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
#mainContentleft .subConent {
	font-size: 12px;
	line-height: 19px;
}
#quiz {
	float: right;
}
#leftMain {
	float: left;
	width: 460px;
}

#leftMain a{
	color: #FC0;
	text-decoration: none;
}
#style {
	float: right;
	height: 150px;
	width: 200px;
	display: block;
	padding: 15px 15px 0 0;
}

#style a {

	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.stackedList {
	width: 265px;
	float: left;
	
	}
.bigFont {
	font-size: 12px;
	line-height: 20px;
}

#mainContentright strong a {
	color: #F8B01D;
}
.subConent a {
	color: #F8B01D;
	text-decoration: underline;
}
#mainContentleft h4 a {
	color: #F8B01D;
	text-decoration: underline;
}
#mainContentright a {
	color: #FC3;
	text-decoration: underline;
}

.ravenPic {
	width:250px;
	height:140px;
	margin: 5px 10px 5px 5px;
	float: left;
	}
.ravenWrite {
	float: left;
	width: 260px;
	line-height: 17px;
}
.ravenWrite a {
	font-weight: bold;
	color: #FAA81E;
	text-decoration: none;
}

.ravenWrite2 {
	float: left;
	width: 350px;
	line-height: 17px;
	font-size: 11px;
}

.ravenWrite2 a {
	font-weight: bold;
	color: #FAA81E;
	text-decoration: none;
}
.contact {
	font-size: 11px;
	line-height: 18px;
}
.cedia {
	float: left;
	height: 155px;
	width: 200px;
	font-size: 14px;
	color: #999;
	font-weight: bold;
	text-align: center;
	margin: 0 10px 0 0;
}
.cedia a {
	font-size: 16px;
	font-weight: bold;
	color: #FBA81A;
	text-decoration: none;
	margin-top: 10px;
}
