* { border: 0; margin: 0; padding: 0; }

body {
	/*  Background of the Full Screen's Dimensions  */ 
	font-size: 62.5%;
	color:  #96A0B9; /* BDCCD1; /* CEDEE2;  /*FFF5E6;  /* #EBEBED;  /*667087;  /* b5b5b5;  */
	background-color: #151A25; /*  #0a0e17;  #FFFFFF = test color  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul {
	list-style-type: none;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #00D4FF; /* #D9A52F; */
}

/*----------------------------------- Main Structure*/

#container {
	width: 875px;
	margin: 0 auto;
	background-image: url(../images/global/top_grade.gif);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #151a25;
}

#header {
	width: 875px;
	margin: 0 auto;
}

#header #logo {
	width: 260px;
	float: left;
	height: 100px;
	overflow: hidden;
}

#header #call {
	float: right;
	margin: 51px 0 0 0;
}

#header #menu {
	clear: both;
	height: 75px;
	padding: 13px 0 0 0;
	width: 875px;
}


#content {
	width: 875px;
	margin: 0 auto;
	clear: both;
}

#content #splash {
	height: 190px;
	margin-bottom: 55px;
	width: 875px;
}

#splash #title {
	width: 260px;
	padding: 80px 0 0 0;
	text-align: right;
}

#splash #image {
	width: 575px;
	height: 190px;
	float: right;
}
#content #plug-show {

	margin-bottom: 15px; /* 30px; */
}


#content .plug {
	height: 190px;
	margin-bottom: 55px;
	width: 875px;
}

#content .plugtitle1 {
	width: 260px;
	padding: 60px 0 0 0;
	text-align: right;
	float: left;
}

#content .plugtitle2 {
	width: 260px;
	padding: 50px 0 0 0;
	text-align: right;
	float: left;
}

#content .plugtitle3 {
	width: 260px;
	padding: 60px 0 0 0;
	text-align: right;
	float: left;
}

#content #body {
	clear: both;
	padding-bottom: 20px;
}

#body #left {
	width: 420px;
	margin-right: 20px;
}

#body #middle {
	width: 195px;
	margin-left: 20px;
	margin-right: 20px;
}

#body #right {
	margin-left: 20px;
	width: 180px;
}

#footer {
	clear: both;
	color: #202739;
	background-image: url(../images/global/footer_shade.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 65px;
}
#footer #copyright {
	width: 875px;
	margin: 0 auto;
	margin-bottom: 50px;
}
#footer #logos {
	text-align: right;
	height: 60px;
	margin-bottom: 20px;
}

#footer #copy {
	text-align: right;
	clear: both;
}


/*----------------------------------- Lists*/


/* footer lists */

#footer ul {
	font-size: 1.1em;
	color: #7B7D84;
}
#left .home1 a {
	color: #FFFFFF;
}


#footer li {
	float: right;
}

#footer li a {
	display: block;
	padding-top: 2px;
	color: #2C364E;
	padding-bottom: 2px;
	padding-left: 20px;
	
}

#footer li a:hover {
	color: #384563;
}


/*----------------------------------- Typography*/

p {
	margin-bottom: 20px;
	line-height: 1.8em;
	font-size: 1.1em;
	text-align: justify;
}

#middle p, #right p {
	color: #667087;
	line-height: 1.6em;
	text-align: left;
}

#middle a, #right a {
	color: #667087;
}

#middle a:hover, #right a:hover{
	color: #FFF5E6;  /* FFE0CA; /*D7E7FC;  /* E5EFFC; /* E7F2FF;  /*  D5E0FB;  F1FFE3;  D6D68F;  E6B01E;*/
}


#middle p a {
	color: #DAE0E9; /* 009BF1;  FFA768;  /*FF9400;     /* D59C19;*/
}
#middle p a:hover {
	color: #00D4FF;  /* #00CC19; 667BAF; */
}


h3 {
	margin-bottom: 2px;
	padding-bottom: 5px;
}

h4 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	color: 667baf;
	margin-bottom: 2px;
	padding-bottom: 3px;
}

#left h4 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #242D40;
	font-size: 1.7em;
	letter-spacing: 0.2em;
	color: #8BAAB4;  /* 18A8F0;  #00a0f0;  #667BAF;  #E6B01E; */ 
	text-transform: uppercase;
}

#middle h4, #right h4 {
    color: #8BAAB4;  /* #18A8F0;   /* 00a0f0; 03b8e0; #00CC19; */
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#left p a img {
	border: 5px solid #242737;
}


#middle ul, #right ul {
	margin-bottom: 20px;
	line-height: 1.7em;
	font-size: 1.1em;
}

#middle li, #right li {
	padding-top: 5px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F2636;
	padding-left: 5px;
	color: #667087;
	display: block;
	text-indent: 10px;
}

#middle li {
	background-image: url(../images/global/greenarrow.gif);
	background-position: 5px 13px;
	background-repeat: no-repeat;
}

#right li {
	background-image: url(../images/global/bluearrow.gif);
	background-position: 5px 13px;
	background-repeat: no-repeat;
	color: #50576B;
}

#menu a {color: #667BAF; }  /* b5b5b5; */
#menu a:active {color:#009AEE;}  /* selected link */


/*----------------------------------- Menu*/

/* Menu List */

#menu ul {
	list-style-type: none;
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
}
#menu li {
	float: left;

}
#menu li a {
	display: block;
	height: 25px;
	float: left;
	
}
#menu li a:hover {}

/* Menu Buttons */

#menu .selected {
	background-color: #293141;
	background-image: url(../images/global/on.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#menu #separator {
	display: block;
	height: 16px;
	width: 1px;
	float: left;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/global/menu-divider4.gif);  /*  gray-lightergray.jpg and on_stills.gif */
	background-repeat: none;
	/* background-position: center top;  */
}

#menu #menu_home a {
	width: 37px; /* orig 151  */
	text-align: right;
	color: #009AEE; /* BDCCD1; /* #33CC45;  /* 00CC19; */
	background-image: url(../images/global/vvvd-blue.jpg); /* none; */
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	padding: 25px 71px 0px 0px;
}

#menu #menu_stills a {
	padding: 25px 10px 0px 10px;
	background-image: url(../images/global/vvvd-blue.jpg);  /* on_stills.gif */
	background-repeat: repeat-x;
	background-position: center top;
}

#menu #menu_stills a:hover {
	padding: 25px 10px 0px 10px;
	/* background-image: url(../images/global/vvvd-blue-hover[fast].gif); */
	background-image: url(../images/global/vvvd-silver-gray-fast.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #00D4FF;  /* 96A0B9;  #D25D27; F96E09;  /* 151A25;*/
	background-color: #000019; /* 667baf; /* #D8500D; */
}

#menu #menu_video a {
	padding: 25px 10px 0px 10px;
	background-image: url(../images/global/vvvd-blue.jpg); /* on_video.gif); */
	background-repeat: repeat-x;
	background-position: center top;
}

#menu #menu_video a:hover {
	padding: 25px 10px 0px 10px;
	background-image: url(../images/global/vvvd-blue-hover[fast].gif);
	background-repeat: repeat-x;
	background-position: center top;
	color:  #00D4FF;  /* #96A0B9;  #D25D27;  #151A25; */
	background-color: #000019; /* 667baf; /* 3381D1; */
}

/*
#menu #menu_audio {
	margin-right: 20px;
}
*/

#menu #menu_audio a {
	padding: 25px 10px 0px 10px;
	background-image: url(../images/global/vvvd-blue.jpg); /* on_audio.gif); */
	background-repeat: repeat-x;
	background-position: center top;
}

#menu #menu_audio a:hover {
	padding: 25px 10px 0px 10px;
	background-image: url(../images/global/vvvd-blue-hover[fast].gif);
	background-repeat: repeat-x;
	background-position: center top;
	color:  #00D4FF;  /* #96A0B9; #D25D27; 151A25;*/
	background-color: #000019; /* 667baf; /* #81AF1E; */
}

#menu #menu_identity a {
	padding: 25px 10px 0px 10px;
	background-image: url(../images/global/vvvd-blue.jpg); /* on_brand.gif); */
	background-repeat: repeat-x;
	background-position: center top;
}

#menu #menu_identity a:hover {
	padding: 25px 10px 0px 10px;
	background-image: url(../images/global/vvvd-blue-hover[fast].gif);
	background-repeat: repeat-x;
	background-position: center top;
	color:  #00D4FF;  /*  #96A0B9; #D25D27;  151A25;*/
	background-color: #000019; /* 667baf; /*#BFAF8E; */
}
/*
#menu #menu_web {
	margin-right: 20px;
}
*/
#menu #menu_web a {
	padding: 25px 10px 0px 10px;
	background-image: url(../images/global/vvvd-blue.jpg); /* on_web.gif); */
	background-repeat: repeat-x;
	background-position: center top;
}

#menu #menu_web a:hover {
	padding: 25px 10px 0px 10px;
	background-image: url(../images/global/vvvd-blue-hover[fast].gif); /* on_web.gif); */
	background-repeat: repeat-x;
	background-position: center top;
	color:  #00D4FF;  /* #96A0B9;  #D25D27; 151A25; */
	background-color: #000019; /* 667baf; /* #645950;*/
}

#menu #menu_gallery {
}

#menu #menu_gallery a {
	padding: 25px 10px 0px 10px;
	background-image: url(../images/global/vvvd-blue.jpg); /* on.gif); */
	background-repeat: repeat-x;
	background-position: center top;
	/* color: #00D4FF;  #8E0801;  */
}

#menu #menu_gallery a:hover {
	padding: 25px 10px 0px 10px;
	background-image: url(../images/global/vvvd-blue-hover[fast].gif);
	background-repeat: repeat-x;
	background-position: center top;
	color:  #00D4FF;  /* #FF0000; #E12218;  /*D25D27; /* 151A25; */
	background-color: #000019; /* 667baf; /* #FEDE01; */
}

#menu #menu_about a {
	padding: 25px 10px 0px 10px;
	background-image: url(../images/global/vvvd-blue.jpg); /* on_about.gif); */
	background-repeat: repeat-x;
	background-position: center top;
}

#menu #menu_about a:hover {
	padding: 25px 10px 0px 10px;
	background-image: url(../images/global/vvvd-blue-hover[fast].gif);
	background-repeat: repeat-x;
	background-position: center top;
	color:  #00D4FF;  /* #96A0B9;  #D25D27;  151A25; */
	background-color: #000019; /* 667baf;  /* #FEDE01; */
}

#menu #menu_contact a {
	padding: 25px 10px 0px 10px;
	background-image: url(../images/global/vvvd-blue.jpg); /* on_contact.gif); */
	background-repeat: repeat-x;
	background-position: center top;
}

#menu #menu_contact a:hover {
	padding: 25px 10px 0px 10px;
	background-image: url(../images/global/vvvd-blue-hover[fast].gif);  /* vvvd-blue-rev.jpg */
	background-repeat: repeat-x;
	background-position: center top;
	color:  #00D4FF;  /* 96A0B9;  #D25D27; 151A25; */
	background-color: #000019; /* 667baf;  /* #FEDE01; */
}

/*----------------------------------- Rotini Images    codeploy.com\images\rotini     */


#plug1 {
	background-image: url(../images/rotini/plug10E.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#plug2 {
	background-image: url(../images/rotini/plug6C.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#plug3 {
	background-image: url(../images/rotini/plug7C.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#plug4 {
	background-image: url(../images/rotini/plug8C.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


.clear { 
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.textjustified {
	text-align: justify;}
