@charset "utf-8";
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- Screen CSS - The styles for screen medias --------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* ***************************************************** */
/* The style for the body                                */
/* ***************************************************** */
html {
	min-height: 100%;
	height: auto;
}
body {
	background-image: url(../../graphics/gui/bg_body.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #EEE;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
h1 {
	border: 1px solid #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	display: block;
	color: #FFF;
	padding-top: 4px;
	background-color: #666;
	padding-left: 35px;
	background-image: url(../../graphics/symbols/home.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-weight: normal;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	font-style: italic;
}
p {
	margin-bottom: 5px;
}
/* ***************************************************** */
/* The style general Classes                             */
/* ***************************************************** */
.displayNone {
	display: none;
}
.normalFieldset {
	border: 1px dotted #FFF;
	padding: 10px;
	margin-bottom: 10px;
}
.normalFieldset a:link, .normalFieldset a:visited, .normalFieldset a:active {
	color: #333;
	text-decoration: none;
}
.normalFieldset a:hover {
	text-decoration: underline;
}
.normalFieldset legend {
	font-weight: bold;
}
.normalTable {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.normalTable th {
	font-weight: bold;
	text-align: right;
	padding: 2px;
}
.normalTable td {
	padding: 2px;
}
.normalUl {
	margin: 10px;
}
.normalUl li {
	margin-left: 40px;
	list-style: disc;
}
.red {
	color: #FF0000;
}
.sideTable {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sideTable th {
	border: 1px solid #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px;
	color: #FFF;
	background-color: #666;
	font-weight: normal;
}
.sideTable td {
	padding: 5px;
}


/* ***************************************************** */
/* The styles for the main Containers                    */
/* ***************************************************** */
#mainContent {
	width: 914px;
	margin-right: auto;
	margin-left: auto;
}
.mainContentLeft {
	position: relative;
	float: left;
	width: 602px;
}
.mainContentRight {
	width: 302px;
	float: right;
	position: relative;
}

/* ***************************************************** */
/* The styles for Content items                          */
/* ***************************************************** */
.mainContentLeft p {
	text-shadow: 0.1em 0.1em 0.2em white;
}
.panel-overlay p {
	text-shadow: none;
}
/* ***************************************************** */
/* The styles for the Header                             */
/* ***************************************************** */
#header {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	position: relative;
}
#logo a {
	text-indent: -9999px;
	display: block;
	height: 70px;
	width: 400px;
	position: absolute;
	background-image: url(../../graphics/logos/logo_group.gif);
	background-repeat: no-repeat;
	background-position: left top;
	top: 65px;
}

/* ***************************************************** */
/* The styles for the Nav                                */
/* ***************************************************** */
#topNav {
	height: 20px;
	width: 400px;
	position: absolute;
	top: 120px;
	text-align: right;
	right: 0px;
	color: #333;
}
#topNav a:link, #topNav a:visited, #topNav a:active {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
#topNav a:hover {
	color: #666;
}

/* ***************************************************** */
/* The styles for the Add Nav                            */
/* ***************************************************** */
#h1About {
	background-image: url(../../graphics/adds/mainadds/header_about.gif);
	background-position: left top;
	text-indent: -9999px;
	height: 102px;
	padding: 0px;
}
#h1Contact {
	background-image: url(../../graphics/adds/mainadds/header_contact.gif);
	background-position: left top;
	text-indent: -9999px;
	height: 102px;
	padding: 0px;
}
#h1Blogs {
	background-image: url(../../graphics/adds/mainadds/header_blogs.gif);
	background-position: left top;
	text-indent: -9999px;
	height: 102px;
	padding: 0px;
}

.majorNavLink a:link, .majorNavLink a:visited, .majorNavLink a:active {
	display: block;
	width: 565px;
	height: 22px;
	margin-bottom: 10px;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	color: #FFF;
	text-decoration: none;
	padding-top: 8px;
	background-color: #666;
	padding-right: 35px;
	background-image: url(../../graphics/symbols/home.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
}
.sideLink a {
	display: block;
	width: 300px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin-bottom: 10px;
	border: solid 1px #FFF;
}
.sideLink a:hover {
	background-position: left bottom;
}
#sideWebgraphic a {
	background-image: url(../../graphics/adds/sideadds/webgraphic.gif);
	height: 102px;	
}
#sidePrintgraphic a {
	background-image: url(../../graphics/adds/sideadds/printgraphic.gif);
	height: 102px;	
}
#sideFotographic a {
	background-image: url(../../graphics/adds/sideadds/fotographic.gif);
	height: 102px;	
}




/* ***************************************************** */
/* The styles for the Add Bar                            */
/* ***************************************************** */
#addBar {
	height: 60px;
	width: 914px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#addStores {
}
#addStores li {
	display: inline;
}
#addStoresDGstores a {
	display: block;
	width: 450px;
	height: 60px;
	float: left;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image:url(../../graphics/adds/sideadds/dgstores.gif);
	border: solid 1px #FFF;
}
#addStoresDGstores a:hover {
	background-position: left bottom;
}
#addStoresDGstudios a {
	display: block;
	width: 450px;
	height: 60px;
	float: right;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image:url(../../graphics/adds/sideadds/dgstudios.gif);
	border: solid 1px #FFF;
}
#addStoresDGstudios a:hover {
	background-position: left bottom;
}

/* ***************************************************** */
/* The styles for the Lower Bar                          */
/* ***************************************************** */
#lowerBar {
	height: 30px;
	width: 914px;
	margin: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#lowerBar .majorNavLink a:link, #lowerBar .majorNavLink a:visited, #lowerBar .majorNavLink a:active {
	display: block;
	width: 565px;
	height: 22px;
	margin-bottom: 10px;
	border: solid 1px #FFF;
	color: #FFF;
	text-decoration: none;
	padding-top: 8px;
	background-color: #666;
	padding-right: 35px;
	background-image: url(../../graphics/symbols/home.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	position: absolute;
	left: 0px;
	top: 0px;
}
#socialNav {
	
}
#socialNav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#socialNav a:link, #socialNav a:visited, #socialNav a:active {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
	float: right;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
}
#socialNav a:hover {
	background-position: left -30px;
}

/* ***************************************************** */
/* The styles for the Main Add                           */
/* ***************************************************** */
#mainAdd {
	width: 924px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../../graphics/adds/homeadds/red.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	margin-bottom: 10px;
}



/* ***************************************************** */
/* The styles for the Gallery View                       */
/* ***************************************************** */
.panel-overlay h2 {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-weight: bold;
}
.panel-overlay p {
}
.panel-overlay h2 a {
	text-decoration: none;
}
.panel-overlay h2 a:hover {
	text-decoration: underline;
}

/* ***************************************************** */
/* The styles for the Portfolio                          */
/* ***************************************************** */
.ulPortfolio {
}
.portfolioThumb {
	float: left;
	position: relative;
}
.grouped_elements {
	display: block;
	height: 135px;
	width: 178px;
	padding: 5px;
	margin: 5px;
	border: 1px dotted #666;
	text-decoration: none;
	color: #333;
	font-size: 11px;
	text-align: center;
}
.grouped_elements:hover {
	background-color: #666;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.grouped_elements span {
	position: absolute;
	height: 35px;
	width: 178px;
	display: block;
	top: 105px;
	z-index: 10;
	background-color: #666;
	text-align: center;
	padding-top: 5px;
	left: 11px;
	color: #FFF;
}
.grouped_elements img {
	width: 178px;
}
.grouped_elements p {
	margin-bottom: 2px;
}
.hyperlink {
	position:absolute;
	width: 30px;
	height: 30px;
	display: block;
	float: none;
	padding: 0px;
	margin: 0px;
	border: none;
	text-indent: -9999px;
	background-image: url(../../graphics/scripts/fancybox/fancy_nav_right.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1000;
	left: -2px;
	top: -2px;
}
#portContainer {
	position: relative;
	width: 600px;
	height: 300px;
	overflow: hidden;
}
#portText {
	position: absolute;
	top: 250px;
	left: 0px;
	width: 590px;
	height: 35px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url(../../graphics/scripts/fancybox/fancy_title_over.png);
	background-repeat: repeat;
	background-position: left top; 
}
#portText h2 a {
	padding: 0px;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	width: 100%
}
#portText p {
	padding: 0px;
	margin: 0px;
	color: #FFF;
}

/* --------------------------------------------------------------------------------------------------- */
/* Styles for Javascript  ----------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */

/* Better Tooltip Styles-------------------------------------------------------------------------------------- */
.tip {
	width: 212px;
	padding-top: 32px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 2500;
	background: transparent url(../../graphics/scripts/betterTooltip/tipTopLoggia.png) no-repeat top;
}
.tipMid {
	background: transparent url(../../graphics/scripts/betterTooltip/tipMidLoggia.png) repeat-y;
	padding: 0 25px 20px 25px;
	color: #666;
}
.tipBtm {
	background: transparent url(../../graphics/scripts/betterTooltip/tipBtmLoggia.png) no-repeat bottom;
	height: 32px;
}

