/************************************************************
** ZIP-IT DESIGNS LLC Stylesheet                           **
** File Name: zipit.css                                    **
** The Contents of this file may not be copied, duplicated **
** or redistributed in any form without the prior written  **
** consent of ZIP-IT DESIGNS LLC                           **
*************************************************************/

/************************************************************
** Date Created: August 22,2010                            **
** Author: JNowak                                          **
*************************************************************/

/*<zipit.folder "Resets">*/
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li { margin: 0; padding: 0; border: 0; outline: 0; font-size: 11px; font-family: Verdana, Geneva, sans-serif; list-style: none; }
.clearfix { display: inline-block; }
.clearfix:after { content: "."; display: block; clear: both; visibility:: hidden; line-height: 0; height: 0; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/*</zipit.folder>*/

/*<zipit.folder " Basic Setup">*/
html, body { background: #01121c; /* for non-css3 browsers */
			 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01121c', endColorstr='#004779'); /* for IE */
			 background: -webkit-gradient(linear, left top, left bottom, from(#01121c), to(#004779)); /* for webkit browsers */
			 background: -moz-linear-gradient(top,  #01121c,  #004779); height: 100%; /* for firefox 3.6+ */}
#wrapper { width: 994px; margin: 0 auto; }
/*</zipit.folder>*/

/*<zipit.folder "Header">*/
#header { width: 100%; margin: 0 0 10px 0; padding: 0; float: left; position: relative; }
#header .left { width: 314px; float: left; }
#header .right { float: right; width: 130px; position: relative; top: 110px; }
#header .right ul#social li,
#header .right ul#social li a { width: 20px; height: 20px; margin: 0 2px 0 2px; padding: 0; display: block; float: left; }
#header .right ul#social li a span { display: none; }
#header .right ul#social li a.delicous { background-image: url(../images/social/img_socialSprite.png); background-repeat: no-repeat; background-position: 0px 0px; }
#header .right ul#social li a.flickr { background-image: url(../images/social/img_socialSprite.png); background-repeat: no-repeat; background-position: -20px 0px; }
#header .right ul#social li a.twitter { background-image: url(../images/social/img_socialSprite.png); background-repeat: no-repeat; background-position: -40px 0px; }
#header .right ul#social li a.facebook { background-image: url(../images/social/img_socialSprite.png); background-repeat: no-repeat; background-position: -60px 0px; }
#header .right ul#social li a.linkedin { background-image: url(../images/social/img_socialSprite.png); background-repeat: no-repeat; background-position: -80px 0px; }
/*</zipit.folder>*/

/*<zipit.folder "Main Navigation">*/
.ddsmoothmenu { font: bold 12px Verdana; background: #01121c url(../images/navigation/img_NavTop.png) repeat-x; width: 100%; height: 30px; float: left; }
.ddsmoothmenu ul { z-index:100; margin: 0; padding: 0; list-style-type: none; }
/*Top level list items*/
.ddsmoothmenu ul li { position: relative; display: inline; float: left; } 
/*Top level menu link items style*/
.ddsmoothmenu ul li a { display: block; background: #01121c url(../images/navigation/img_NavTop.png) repeat-x; padding: 8px 10px; border-right: 1px solid #778; color: #4f4f4f; text-decoration: none; height: 14px; }
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/ display: inline-block; }
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited { color: #4f4f4f; }
.ddsmoothmenu ul li a.selected { background: #ADC2C8; color: white; }
.ddsmoothmenu ul li a:hover { background: #ADC2C8; color: white; }
.ddsmoothmenu ul li ul{ background: #7798A0; position: absolute; left: 0; display: none; visibility: hidden; }
.ddsmoothmenu ul li ul li { display: list-item; float: none; }
.ddsmoothmenu ul li ul li ul { top: 0; }
.ddsmoothmenu ul li ul li a { background: #7798A0; font: normal 13px Verdana; width: 160px; /*width of sub menus*/ padding: 5px; margin: 0; border-top-width: 0; border-bottom: 1px solid gray; }
* html .ddsmoothmenu{height: 1%;}
.downarrowclass { position: absolute; top: 12px; right: 7px; }
.rightarrowclass { position: absolute; top: 6px; right: 5px; }
.ddshadow { position: absolute; left: 0; top: 0; width: 0; height: 0; background: silver; }
.toplevelshadow { opacity: 0.8; }
/*</zipit.folder>*/

/*<zipit.folder "Breadcrumbs">*/
#breadcrumbs { float: left; background: #D0E5EC; width: 100%; height: 25px; border-color: #000; border-style: solid; border-width: 1px 0 1px 0; font-size: 10px; }
#breadcrumbs ul { margin: 5px 0 0 10px; padding: 0; }
#breadcrumbs ul li { margin: 0; padding: 0 2px 0 2px; list-style: none; float: left; }
#breadcrumbs ul li a { text-decoration: none; color: #4f4f4f; }
#breadcrumbs ul li a:hover { text-decoration: underline; color: #4f4f4f; }
/*</zipit.folder>*/

/*<zipit.folder "Primary Content>*/
#primaryContent { clear: left; float: left; padding: 10px; width: 98%; background: #D0E5EC; /* for non-css3 browsers */
			 	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D0E5EC', endColorstr='#ffffff'); /* for IE */
			 	  background: -webkit-gradient(linear, left top, left bottom, from(#D0E5EC), to(#ffffff)); /* for webkit browsers */
			      background: -moz-linear-gradient(top,  #D0E5EC,  #ffffff); height: 100%; /* for firefox 3.6+ */} 
/*</zipit.folder>*/

/*<zipit.folder "Columns">*/
#columns .column { float: left; min-height: 100px; height: auto !important; height: 100px; }
#columns #column1 { width: 200px; }
#columns #column2 { width: 760px; margin: 0 0 0 10px; }
#columns #column1 .widget { margin: 0 0 10px 0; padding: 0; }
#columns #column2 .widget { margin: 0 0 10px 20px; padding: 0; }
#columns .widget { border: 2px solid #9eb5bc; margin: 0; padding: 2px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
#columns .widget .widgetHead { overflow: hidden; width: 100%; height: 25px; line-height: 25px; background: #9eb5bc url(../images/widget/widgetHead/img_widgetHead.png) repeat-x top left; position: relative; }
#columns .widget .widgetHead .left { float: left; width: 6px; height: 7px; margin: 9px 0 0 5px; background: url(../images/widget/widgetHead/img_widgetHead_Arrow.png) no-repeat top left; }
#columns .widget .widgetHead h3 { padding: 0 5px; float: left; }
#columns .widget .widgetContent { background: #fff; padding: 5px; color: #4b4b4b; -moz-border-radius-bottomleft: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-left-radius: 2px; -webkit-border-bottom-right-radius: 2px; }
#columns .widget .widgetContent p { margin: 10px 0; padding: 0; line-height: 13px; }
/*</zipit.folder>*/

/*<zipit.folder "Heading Styles">*/
#columns #column2 h1 { margin: 0; padding: 0; font-size: 13px; line-height: 15px }
#columns #column2 h2 { margin: 5px 0 0 0; padding: 0; font-size: 11px; line-height: 15px; clear: left;}
#columns .widget .widgetContent h4 { margin: 0; padding: 0; font-size: 12px; line-height: 15px }
/*</zipit.folder>*/

/*<zipit.folder "Content Styles">*/
#columns #column2 p { margin: 10px 0 0 0; padding: 0; }
.columns .column { float: left; min-height: 50px; height: auto !important; height: 50px; }
.columns #col1 { width: 200px; }
.columns #col2 { width: 200px; }
.columns #col3 { width: 200px; }
/*</zipit.folder>*/

/*<zipit.folder "List Styles">*/
ul.standard li { margin: 0 0 0 30px; padding: 0; line-height: 14px; list-style: disc; }
/*</zipit.folder>*/

/*<zipit.folder "Floats">*/
.fltleft { float: left; }
.fltright { float: right; }
/*</zipit.folder>*/

/*<zipit.folder "Images">*/
img.windows { margin: 0 0 0 5px; float: right; }
/*</zipit>*/

/*<zipit.folder "Buttons">*/
a.btn_learnMore { float: right; margin: 10px 0; text-decoration: none; color: #4f4f4f;  }
a:hover.btn_learnMore { float: right; margin: 10px 0; text-decoration: underline; color: #4f4f4f;  }
/*</zipit.folder>*/

/*<zipit.folder "Forms">*/

/*</zipit.folder>*/

/*<zipit.folder "Footer">*/
#footer { float: left; width: 100%; height: 40px; background: #fff; color: #4f4f4f; }
#footer #payment { margin: 10px 0 0 10px; padding: 0; float: left; }
#footer #payment li { float: left; margin: 0; padding: 0; height: 20px; width: 32px; display: block; }
#footer #payment li.payPal { background-image: url(../images/footer/img_footerSprite.png); background-repeat: no-repeat; background-position: 0px 0px; margin: 0 8px 0 0; }
#footer #payment li.visa { background-image: url(../images/footer/img_footerSprite.png); background-repeat: no-repeat; background-position: -33px 0px; margin: 0 8px 0 0; }
#footer #payment li.masterCard { background-image: url(../images/footer/img_footerSprite.png); background-repeat: no-repeat; background-position: -66px 0px; margin: 0 8px 0 0; }
#footer #payment li span { display: none; }
#footer .right { width: 395px; height: 40px; float: right; margin: 0 10px 0 0 }
#footer .right ul#footNav { width: 248px; margin: 0; padding: 0; float: right; }
#footer .right ul#footNav li { margin: 0; padding: 0; list-style: none; float: left; }
#footer .right ul#footNav li a,
#footer .right ul#footNav li a:visited { padding: 0 2px 0 2px; color: #4f4f4f; text-decoration: none; font-size: 10px }
#footer .right ul#footNav li a:hover { padding: 0 2px 0 2px; color: #4f4f4f; text-decoration: underline; font-size: 10px; }
#footer .right p { width: 395px; float: right; text-align: right; margin: 5px 0; font-size: 10px; }
/*</zipit.folder>*/

/*<zipit.folder "Lightview">*/
#lightview { position: absolute; top: 50%; left: 50%; height: 150px; width: 150px; margin: -75px 0 0 -75px; padding: 0; text-align: left; }
.lv_Container { position: relative; width: 100%; height: 100%; background: none; padding: 0; margin: 0; }
.lv_Button { cursor: pointer; text-decoration: none; border: none; background: none; margin: 0; padding: 0; }
.lv_Sides { position: absolute; top: 50%; left: 0; clear: both; width: 100%; padding: 0; margin: 0; }
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li { list-style-type: none; position: relative; }
.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper { width: 100%; height: 100%; cursor: pointer; }
.lv_Sides .lv_Button { float: left; background: none; }
.lv_Frames { width: 100%; height: 100%; position: relative; padding: 0; margin: 0; }
.lv_Frames li { list-style-type: none; margin: 0; padding: 0; }
.lv_Frame { width: 100%; display: block; }
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop { position: absolute; left: 0; width: 100%; display: block; }
.lv_FrameBottom { position: relative; float: left; clear: both; }
.lv_Liquid { position: relative; float: left; width: 100%; overflow: hidden; clear: both; }
.lv_Liquid .lv_Filler { position: absolute; height: 100%; width: 2px; top: 0; left: 50%; }
.lv_Half { display: block; height: 100%; clear: both; line-height: 0px; }
.lv_Half li { list-style-type: none; }
.lv_Corner { float: left; position: relative; }
.lv_CornerTr, .lv_CornerBr { float: right; }
.lv_Fill { position: absolute; top: 0; width: 100%; height: 100%; }
.lv_Half .lv_CornerWrapper { float: left; position: relative; width: 50%; height: 100%; overflow: hidden; }
.lv_HalfRight .lv_CornerWrapper { float: right; }
.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner { position: relative; float: right; }
.lv_Center { position: relative; clear: both; height: 100%; overflow: hidden; background: none; padding: 0; margin: 0; }
.lv_WrapUp { position: absolute; left: 0; height: 100%; width: 100%; overflow: hidden; padding: 0; margin: 0; }
.lv_WrapDown { position: relative; height: 100%; width: 100%; overflow: hidden; padding: 0; margin: 0; }
.lv_WrapCenter { position: relative; padding: 0; margin: 0; }
.lv_Loading { position: absolute; top: 50%; left: 50%; }
.lv_Loading .lv_Button { float: left; height: 100%; width: 100%; }
.lv_MediaWrapper { position: relative; width: 100%; display: block; overflow: hidden; clear: both; padding: 0; margin: 0; }
.lv_MediaWrapper img { position: relative; float: left; padding: 0; margin: 0; }
.lv_PrevNext { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0; margin: 0; }
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button { position: relative; height: 100%; }
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }
/*</zipit.folder>*/
/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	font: 11px Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	padding: 0;
	margin: 0;
	text-align: left;
}
.lv_MenuBar * { padding: 0; margin: 0;}


.lv_Close {
    position: relative;
	float: right;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
	overflow: hidden;
}

/* simulates padding-left inside .lv_Data 
.lv_DataText div, .lv_ImgNumber div { margin-left: 3px; } */

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #a7a7a7;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
	position: relative;
	border-left: 1px solid #d7d7d7;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_contentTop,
.lv_contentBottom {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
}

#lightview iframe {
	float: left;
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#lv_overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* navbar
   Adds a bar below the view that takes over the default Controller
*/
#lightviewController {
	position: fixed;
	bottom: 0;
	top: 0;
	left: 50%;
	margin: 0;
	padding: 0;
	color: #d2d2d2;
	font: 11px Arial, Helvetica, sans-serif;
}
* html body #lightviewController { /* IE6 */
	position: absolute;
	top: auto;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + (Lightview.controllerOffset || 0)) + 'px');	
}
#lightviewController ul {
	display: block;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.lv_controllerTop, .lv_controllerMiddle, .lv_controllerBottom {
	list-style-type: none;
	float: left;
	display: block;
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_controllerCenter  { width: auto; float: left; }
.lv_controllerCornerWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.lv_controllerCornerWrapperTopLeft,
.lv_controllerCornerWrapperBottomLeft { top: 0; left: -100%;}
.lv_controllerCornerWrapperTopRight,
.lv_controllerCornerWrapperBottomRight { top: 0; left: 100%;}

#lightviewController .lv_CornerWrapper {
	width: 100%;
}
#lightviewController .lv_Corner { float: left; }
#lightviewController .lv_Corner {
	float: right;
	position: relative;
}
#lightviewController .lv_CornerTr, #lightviewController .lv_CornerBr { float: left; }
.lv_controllerBetweenCorners {
	position: relative;

	height: 100%;
	overflow: hidden;
}

.lv_controllerMiddle {
	position: relative;
	height: 100%;
	float: left;
}
.lv_controllerCenter { float: left; width: auto;}
.lv_controllerCenter li {
	list-style-type: none;
	float: left;
	display: inline;
	position: relative;
	clear: none;
}
.lv_controllerSetNumber {
	float: left;
	text-align: center;
}

#lightviewController .lv_Button {
	float: left;
	position: relative;
	height: 100%;
	clear: none;
}
.lv_controllerSetNumber {
	position: relative;
	height: 100%;
	padding-right: 3px;
}
.lv_controllerPrev, 
.lv_controllerNext, 
.lv_controllerSlideshow, 
.lv_controllerClose {
	float: left;
	position: relative;
	height: 100%;
	padding-left: 3px;
}

.lv_controllerPrev { border-left: 1px solid #3c3c3c; }
#lightviewController .lv_controllerNext { padding-right: 3px; border-right: 1px solid #3c3c3c; }

* html #lightview { /* IE6 */
	position: absolute;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) - (Lightview.controllerHeight || 0)) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

/* Always cover 100% of the screen in IE6 */
html #lv_overlay {
	position: absolute;
	height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
	width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
}