@charset "UTF-8";

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

img{
	border:0px;
}

body, html{
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/*Intro Styles*/
body#intro-page{
	background: #000000 url(../images/PHOTOMAR-red-bg.jpg) no-repeat fixed center top;
	margin-bottom: 30px;
}

div#intro-wrapper{
	/**/
}

div#intro-container{
	width:960px;
	margin-right: auto;
	margin-left: auto;
}


div#intro-column-1{
	float: left;
	width: 480px;
}

div#intro-column-2{
	float: left;
	width: 480px;
}

div.clearer{ 
	clear:both
}
/*End intro styles*/


/*intro logos*/
div#intro-container p{
	color: #FFFFFF;
	font-size: 15px;
}
div#intro-container small{
	color: #ccc;
	font-size: 12px;
	font-style: oblique;
}
div#intro-container h2 {
	display:block;
	height:80px;
	width:240px;
	margin-right: auto;
	margin-left: auto;
}

div#intro-container h2 a{
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	height:80px;
}

h2.logo-photomar a{
	background: url(../images/photomar-logo.png) no-repeat center;
}
h2.logo-photomar-studio a{
	background: url(../images/photomar-studio-logo.png) no-repeat center;
}

div#intro-copy{
	margin-top:50px;
}

div#intro-copy small{
	color: #ccc;
	font: 10px Arial, Helvetica, sans-serif;
	display:block;
}

div#intro-sound{ text-align:center;}
/*end intro logos*/

/*start intro menu*/
ul.intro-menu{
	color: #FFFFFF;
	text-align: left;
	height:590px;
	width:480px;
	margin-top: 30px;
}

ul.intro-menu li,
ul.intro-menu li a {
	list-style: none;
	display:block;
	width:480px;
}

ul.intro-menu li a,
ul.intro-menu li a:link,
ul.intro-menu li a:visited{
	color: #FFFFFF;
	overflow:hidden !important;
	text-indent: -9999px !important;
}

ul#menu-photomar{background: url(../images/photomar-index-menu.png) no-repeat;}
ul#menu-photomar li#item-01a a:link,ul#menu-photomar li#item-01a a:visited{height:195px;display:block;}
ul#menu-photomar li#item-02a a:link,ul#menu-photomar li#item-02a a:visited{height:185px;display:block;}
ul#menu-photomar li#item-03a a:link,ul#menu-photomar li#item-03a a:visited{height:210px;display:block;}
ul#menu-photomar li#item-01a a:hover{background: url(../images/photomar-index-menu.png) no-repeat -480px 0px;}
ul#menu-photomar li#item-02a a:hover{background: url(../images/photomar-index-menu.png) no-repeat -480px -195px;}
ul#menu-photomar li#item-03a a:hover{background: url(../images/photomar-index-menu.png) no-repeat -480px -380px;}

ul#menu-photomarStudio {background: url(../images/photomar-studio-index-menu.png) no-repeat;}
ul#menu-photomarStudio li#item-01b a:link, ul#menu-photomarStudio li#item-01b a:visited{height:195px;}
ul#menu-photomarStudio li#item-02b a:link, ul#menu-photomarStudio li#item-02b a:visited{height:185px;}
ul#menu-photomarStudio li#item-03b a:link, ul#menu-photomarStudio li#item-03b a:visited{height:210px;}
ul#menu-photomarStudio li#item-01b a:hover{background: url(../images/photomar-studio-index-menu.png) no-repeat -480px 0px;}
ul#menu-photomarStudio li#item-02b a:hover{background: url(../images/photomar-studio-index-menu.png) no-repeat -480px -195px;}
ul#menu-photomarStudio li#item-03b a:hover{background: url(../images/photomar-studio-index-menu.png) no-repeat -480px -380px;}

/*end intro menu*/



/*start add-us menu*/
div#add-us{
	clear:both;
	margin:0px auto 10px;
	height:30px;
	width: 200px;
}
div#add-us h3{
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 5px;
}
ul#menu-addUs li{
	float:left;
}

ul#menu-addUs li,
ul#menu-addUs li a {
	list-style: none;
	display:block;
	height:30px
}

ul#menu-addUs li a,
ul#menu-addUs li a:link,
ul#menu-addUs li a:visited{
	color: #FFFFFF;
	overflow:hidden !important;
	text-indent: -9999px !important;
}

ul#menu-addUs li {}

ul#menu-addUs li#item-addUs-01 a:link, ul#menu-addUs li#item-addUs-01 a:visited{
	background: url(../images/photomarStudio-myspace-facebook-hi5.png) no-repeat;
	width: 80px;
}
ul#menu-addUs li#item-addUs-03 a:link, ul#menu-addUs li#item-addUs-03 a:visited{
	background: url(../images/photomarStudio-myspace-facebook-hi5.png) no-repeat -80px 0px;
	width: 69px;
}
ul#menu-addUs li#item-addUs-02 a:link, ul#menu-addUs li#item-addUs-02 a:visited{
	background: url(../images/photomarStudio-myspace-facebook-hi5.png) no-repeat -149px 0px;
	width: 39px;
}

ul#menu-addUs li#item-addUs-01 a:hover, ul#menu-addUs li#item-addUs-01 a:focus{
	background: url(../images/photomarStudio-myspace-facebook-hi5.png) no-repeat 0px -30px;
	width: 80px;
}
ul#menu-addUs li#item-addUs-03 a:hover, ul#menu-addUs li#item-addUs-03 a:focus{
	background: url(../images/photomarStudio-myspace-facebook-hi5.png) no-repeat -80px -30px;
	width: 69px;
}
ul#menu-addUs li#item-addUs-02 a:hover, ul#menu-addUs li#item-addUs-02 a:focus{
	background: url(../images/photomarStudio-myspace-facebook-hi5.png) no-repeat -149px -30px;
	width: 39px;
}
/*end add-us menu*/

div#location{
	padding-top: 15px;
}
div#location p{
	font-size: 13px;
	color: #666;
	margin-bottom: 6px;
}
div#location p span{
	color: #666;
	margin-bottom: 6px;
	font: 24px "Times New Roman", Times, serif;
}

div#location a{ color: #09F; }
div#location a:hover{ color: #FFF; }
