/*****************************************************************
Designed by Supernova Multimedia.
(C) 1997 - 2010 Supernova Multimedia, LLC. All Rights Reserved.
******************************************************************/

body {
	font-family: arial, sans-serif, helvetica, tahoma;
	font-size: 75%;
	text-align: center;
	color: #111;
	/* background: url(/assets/images/bgCirclesTiled.png) fixed #eee; */
	/* background: url(/assets/images/bgGrain.png) fixed #424242 repeat-x; */
	background: url(/assets/images/bgGlare.png) fixed #fff top center no-repeat;
	margin: 0px;
	padding: 0px;
    height: 100%;
	min-height: 100%;
    height: auto;
}

#wrapper {
	margin: 0px auto;
	width: 700px;
	text-align: left;
	padding: 0 40px;
	background: #fff;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #ddd;
	/*border-left: solid 1px #c8c8c4;*/
	height: 100%;
	min-height: 100%;
}


/* ======||  TOP HEADER  ||=================================================== */


#headerTopContainer {
	margin: 0;
	padding: 0;
}

#headerTopLeft {
	float: left;
	margin: 15px 0 0 0;
	background: #fff url(/assets/images/logoRedSupernova.gif) top left no-repeat;
}

.logoMagic {
	 border: 0px;
	 width: 250px;
	 height: 50px;
}

#headerTopRight {
	float: right;
	margin: 27px 0 0 0;
	text-align: right;
}

#clearHeaderTop {
	clear: both;
	height: 1px;
	overflow: hidden;
}



/* ======||  BOTTOM HEADER  ||=================================================== */



#headerBottomContainer {
	font-size: 100%;
	background: #fff url(/assets/images/nav.jpg) center bottom no-repeat;
	width: 700px;
	height: 37px;
	padding: 0;
	margin: 20px 0 15px 0;
}

#headerBottomLeft {
	float: left;
	width: 500px;
	margin: 0;
}

/* MENU */

#nav {padding:0 0 0 10px; margin:0; list-style:none; height:38px; background:#fff url(/assets/images/nav.jpg) no-repeat; position:relative; z-index:500; font-family:arial, sans-serif;}
#nav li.top {display:block; float:left; height:38px; font-weight:normal;}
#nav li a.top_link {display:block; float:left; height:35px; line-height:33px; color:#777; text-decoration:none; padding:2px 0 0 5px; cursor:pointer;}
#nav li a.top_link span {float:left; display:block;height:35px;}
#nav li a.top_link span.down {float:left; display:block;height:35px;}
.navTopPipe {background: url(/assets/images/navPipeShort.gif) right no-repeat; padding: 0 24px 0 0; margin: 0 16px 0 0;}

#nav li:hover a.top_link {color:#ad0000; text-decoration: underline;}
#nav li:hover a.top_link span {text-decoration: underline;}
#nav li:hover a.top_link span.down {text-decoration: underline;}

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub {left:1px; top:38px; padding:5px 14px 0 0; border:1px solid #e3e3e3; white-space:nowrap; width:150px; height:auto; z-index:300; background:#fcfcfc url(/assets/images/navSub.jpg) repeat-x;}
#nav li:hover ul.sub li {display:block; height:20px; position:relative; float:left; width:90px; font-weight:normal; padding:5px 0;}
#nav li:hover ul.sub li a {display:block; height:18px; width:134px; text-indent:2px; color:#777; text-decoration:none; padding-bottom:5px; border-bottom:1px dashed #ddd;}
#nav li:hover ul.sub li a:hover  {color:#ad0000; text-decoration:underline; border-bottom:1px dashed #ddd;}
#nav li:hover ul.sub li a.fly:hover {color:#ad0000;}


#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:90px; top:-4px; background: #bbd37e; padding:5px; border:1px solid #e3e3e3; white-space:nowrap; width:90px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:30px; list-style:none;}


#headerBottomRight {
	margin: 0 0 0 555px;
	padding: 11px 0 0 0;
	z-index: 1;
}

/* SPRITE ICON SETUP */

ul.iconSprite {
	list-style: none;
	padding: 0px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.iconSprite li {
	float: left;
	}

ul.iconSprite li a {
	display: block;
	width: 24px;
	height: 16px;
	background: url(/assets/images/icons/socialMediaIconSet.gif) no-repeat;
	}

/* Default Links */

ul.iconSprite li.Twitter a {
	background-position: 0 0;
	}

ul.iconSprite li.Facebook a {
	background-position: -24px 0;
	}

ul.iconSprite li.RSS a {
	background-position: -48px 0;
	}

ul.iconSprite li.AddThis a {
	background-position: -72px 0;
	}

/* Hover Links */

ul.iconSprite li.Twitter a:hover {
	background-position: 0 -16px;
	}

ul.iconSprite li.Facebook a:hover {
	background-position: -24px -16px;
	}

ul.iconSprite li.RSS a:hover {
	background-position: -48px -16px;
	}

ul.iconSprite li.AddThis a:hover {
	background-position: -72px -16px;
	}

/* Clicked Links */

ul.iconSprite li.Twitter a:active {
	background-position: 0 -16px;
	}

ul.iconSprite li.Facebook a:active {
	background-position: -24px -16px;
	}

ul.iconSprite li.RSS a:active {
	background-position: -48px -16px;
	}
	
ul.iconSprite li.AddThis a:active {
	background-position: -72px -16px;
	}
	
/* Selected/Active Links */

ul.iconSprite li.Twitter a:selected {
	background-position: 0 -16px;
	}

ul.iconSprite li.Facebook a:selected {
	background-position: -24px -16px;
	}

ul.iconSprite li.RSS a:selected {
	background-position: -48px -16px;
	}
	
ul.iconSprite li.AddThis a:selected {
	background-position: -72px -16px;
	}
	
	
#clearHeaderBottom {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* ======||  BODY & FOOTER  ||=================================================== */


#randomImage {
	width: 700px;
	height: 230px;
	text-align: center;
	margin-bottom: 10px;
	border: 0px;
}

#randomImageVoid {
	margin: 20px;
	border: 0px;
}

#bodyLeft {
	float: left;
	width: 410px;
	border: 0px #ddd solid;
	padding: 0px;
	line-height: 160%;
}

#bodyRight {
	margin: 0px 0px 0px 450px;
}

#clearBody1 {
	clear: both;
	height: 1px;
	overflow: hidden;
	background: #fff;
}

#clearBody2 {
	clear: both;
	height: 1px;
	overflow: hidden;
	background: #fff;
}

#footer {
	width: 700px;
	font-size: 90%;
	border-top: 1px solid #bbb;
	margin: 25px 0 0 0;
	padding-top: 15px;
	background: #fff;
}

#footerLeft {
	float: left;
	text-align: left;
	color: #888;
	margin: 0 0 25px 0;
	padding: 0;
	background: #fff;
}

#footerLeft p {
	margin: 15px 0 0 0;
	padding: 0;
}

#footerRight {
	float: right;
	text-align: right;
	color: #888;
	margin: 0 0 25px 0;
	padding: 0;
	background: #fff;
}

#footerRight p {
	margin: 15px 0 0 0;
	padding: 0;
}



/* ======||  NOTES  ||=================================================== */



.note {
	border: 1px solid #ddd;
	width: 240px;
	margin: 0px 0px 15px 0px;
	background-color: #fff;
}

.note h6 {
	background-color: #eee;
	color: #444;
	padding: 5px 5px 5px 10px;
	margin: 0px;
	font-size: 90%;
}

.note p {
	font-size: 90%;
	padding: 10px 10px 0px 10px;
	margin: 0px;
	font-style: normal;
}

#clickDragClientCommentsContainer {
	position: relative;
}

#clickDragClientCommentsHandle {
	/*cursor: move;*/
	background-color: #eee;
	border-bottom: 1px solid #ddd;
}

#noteScroller {
	height: 120px;	
	width: 100%;	
	overflow: auto;
	border: 0px solid #fff;
	background-color: #fff;	
	padding: 0px;
	margin-left: 0px;
	z-index: 99;
}

#clickDragNewsScrollerContainer {
	position: relative;
	background-color: #eee; /*only used for Twitter widget*/
}

#clickDragNewsScrollerHandle {
	/*cursor: move;*/
	background-color: #eee;
	border-bottom: 1px solid #ddd;
}

.clickDragHandleGrip {
	float: right;
	/*cursor: move;*/
}

.noteClient {
	border: 1px solid #ddd;
	width: 410px;
	margin: 0px 0px 15px 0px;
	line-height: 130%;
}

.noteClient h6 {
	font-size: 100%;
	background-color: #eee;
	color: #444;
	border-bottom: 1px solid #ddd;
	padding: 4px 4px 4px 10px;
	margin: 0px;
}

.noteClient p {
	font-size: 100%;
	padding: 10px 10px 0px 10px;
	margin: 0px;
}

#noteCredit {
	text-align: right;
	font-size: 85%;
	padding: 14px 10px 10px 0px;
	margin: 0px;
	background: transparent;
}



/* ======||  LINKS  ||=================================================== */



a:link, a:visited, a:active {
	color: #ad0000;
	text-decoration: underline;
}

a:hover {
	color: #888;
	text-decoration: none;
}

#headerBottomLeft a:link {
	color: #777;
	text-decoration: none;
}

#headerBottomLeft a:visited {
	color: #777;
	text-decoration: none;
}

#headerBottomLeft a:active {
	color: #777;
	text-decoration: none;
}

#headerBottomLeft a:hover {
	color: #ad0000;
	text-decoration: underline;
}

a:link .imageProduct {
	border: #d0d0d0 dashed 1px;
}

a:visited .imageProduct {
	border: #d0d0d0 dashed 1px;
}

a:active .imageProduct {
	border: #d0d0d0 dashed 1px;
}

a:hover .imageProduct {
	border: #bbb solid 1px;
}


/* ======||  FORMS  ||=================================================== */

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

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
 
legend {
	display: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
} 

input {
	background: #fff;
	font-family: arial, sans-serif, helvetica, tahoma;
	font-size: 100%;
	color: #444;
	border: 1px solid #ccc;
	width: 250px;
}

select {
	background: #fff;
	font-family: arial, sans-serif, helvetica, tahoma;
	font-size: 100%;
	color: #444;
	border: 1px solid #ccc;
	width: 250px;
}

textarea {
	background: url(/assets/images/formTextBg.gif) #fff no-repeat top left;
	font-family: arial, sans-serif, helvetica, tahoma;
	font-size: 100%;
	color: #444;
	border: 1px solid #ccc;
	width: 250px;
	height: 150px;
	padding: 5px;
}

.radioButton {
	border: 0px solid #ccc;
	width: 12px;
	padding: 0px;
	text-align: left;
}

.formButton {
	background-color: #ad0000;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	width: 80px;
}

.formButtonOn {
	background-color: #fff;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #ad0000;
	border: 1px solid #ad0000;
	cursor: pointer;
	width: 80px;
}


.formLabelHeaderBottom {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 75%;
	color: #000;
}

.formBoxHeaderBottom {
	background: url(/assets/images/formTextBg.gif) #fff no-repeat top left;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 75%;
	color: #888;
	border: 1px solid #ccc;
	text-align: center;
	width: 100px;
}

.formButtonHeaderBottom {
	background-color: #ad0000;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	width: 25px;
}

.formButtonOnHeaderBottom {
	background-color: #fff;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #ad0000;
	border: 1px solid #ad0000;
	cursor: pointer;
	width: 25px;
}


/* ======||  TEXT  ||======================================= */


h1 {
	font-size: 115%;
	color: #555;
	margin: 0px 0px 14px 0px;
	padding: 0px;
	border-bottom: 1px solid #ddd;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3,h4,h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.lite {
	color: #999;
	background-color: #fff;
}

.small {
	font-size: 80%;
}

.smallLite {
	font-size: 80%;
	color: #999;
	background-color: #fff;
}

.large {
	font-size: 115%;
}

.themesTitle {
	margin: 0 5px 0 0;
	color: #000;
}


/* ======||  SEARCH  ||=================================================== */


.searchBodyLeft {
	line-height: 125%;
}

.searchURI {
	font-size: 85%;
	color: #888;
	background-color: #fff;
}


/* ======||  MISC.  ||=================================================== */


hr {
	color: #ddd;
	height: 1px;
	background-color: #fff;
}

.validator {
	border: 0px; 
	margin: 8px 2px 0px 0px;
}

img { 
	border: 0px;
}

.imageLeft { 
	float: left;
	margin: 6px 15px 0px 0px; 
	border: 0px;
} 

.imageLeftBorder { 
	border: #000 solid 1px; 
	float: left; 
	margin: 6px 15px 0px 0px; 
} 

.imageRight { 
	float: right; 
	margin: 6px 0px 0px 15px; 
	border: 0px;
} 

.imageRightBorder { 
	border: #000 solid 1px; 
	float: right; 
	margin: 6px 0px 0px 15px;
} 

.imageSolutionsProduct {
	margin: 10px 30px 30px 0px;
}

#imageClient {
	margin: 0px 0px 15px 0px;
	border: 0px #000 solid;
}

#bodyLeftProductScroller {
	width: 100%;
	height: 260px;
	overflow: auto;
	border: 0px solid #fff;
	background-color: #fff;	
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.imageProduct { 
	margin: 0px 25px 0px 0px;
} 

.imageProductArrow { 
	margin: 0px 30px 0px 0px;
	border: 0px;
} 

.ulBody {
	list-style: none;
	margin: 0px 0px 0px 20px;
}

.liBody {
	float: none;
	width: 100%;
	text-align: left;
	cursor: default;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	list-style-image: url(/assets/images/listDisc.gif);
}

.list {
	margin: 0px 0px 0px 15px;
}

.listDisc {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 17px;
	background: #fff url(/assets/images/listDisc.gif) no-repeat left top;
	color: #000;
}

.listCaption {
	margin: 2px 0px 7px 19px;
	padding: 2px 0px 8px 13px;
	font-size: 90%;
	font-style: normal;
	color: #888;
	line-height: 140%;
	background: #fff url(/assets/images/listCaption.gif) repeat-y left bottom;
}
