/** GLOBAL **/


* {
	margin: 0;
}
html, body {
    height: 100%;
     
}
img{border:none;}
body {
	background-color: #000;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}
.footer{
	height: 4em;
	background-color: #222;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #001BCC;
	padding-top: 3px;
}
.push {
	height: 4em;
	
}

#mainContent {
	background-color: #222;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
} 


#container {
	width: 95%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #222;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	height: 600px;
} 


#header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #222222;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #00C;
	background-image: url(../img/header-top2.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 110px;
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebartop {
	font-size: 10px;
	background-image: url(../img/headerbar.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #222;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: auto;
	color: #FFF;
}


#topNav {
	height: 30px;
	float: right;
	color: #FFF;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 400px;
	font-weight: normal;
	margin-top: 50px;
}

	
#topNav2 {
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	width: 300px;
	height: 20px;
	float: right;
	margin-top: 50px;
}
#lmc {
	float: right;
	width: 200px;
	font-size: 9px;
	color: #00C;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
}


.class1 A:link {text-decoration: none}
.class1 A:visited {text-decoration: none}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: underline; color: red;}

.class2 A:link {
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
	list-style-type: none;
}
.class2 A:visited {
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
	list-style-type: none;
}
.class2 A:active {
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #F00;
	list-style-type: none;
}
.class2 A:hover{
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #00c;
	list-style-type: none;
}
#legals {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #CCC;
	float: left;
	width: 320px;
	text-align: center;
}


.class3 A:link {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #CCC;
text-decoration: none;}
.class3 A:visited {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #CCC;
text-decoration: none;}
.class3 A:active {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #CCC;
text-decoration: none;}
.class3 A:hover {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #CCC;
text-decoration: none;}

#logo {
	float: left;
	width: 250px;
	height: 110px;
}
#spacer {
	height: 20px;
}


/** ELEMENTS- PAGE BY PAGE **/


/** CONTACT PAGE **/
#mainContent_contact {
	background-color: #FFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 491px;
	background-image: url(../img/babe2.jpg);
	background-repeat: no-repeat;
}
#container_contact {
	width: 94%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	padding: 10px;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
} 
#sidebartop_contact {
	font-size: 10px;
	background-image: url(../img/sidebar-head2.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#sidebartop_contact_form {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	height: 28px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000;
}
#sidebartop_contact_thanks {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000;
}

#sidebar_contact {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #fff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: auto;
}
#sidebar_contact_form {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	background-color: #fff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 5px;
}

#sidebar_contact_thanks {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	background-color: #fff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 5px;
}

/** LINKS PAGE **/
#container_links {
	width: 94%; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #222;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	padding: 10px;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
} 
#mainContent_links {
	background-color: #FFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 491px;
	background-image: url(../img/babe1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.sidebartop_links {
	font-size: 10px;
	background-image: url(../img/sidebar-head2.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sidebarlinks {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #222;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: auto;
}

#sidebar_links {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #fff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: auto;
	margin-top: 3px;
	margin-left: 3px;
}
#sidebar_links_holder {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	background-color: #fff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 3px;
}



/** products PAGE **/
#container_products {
	width: 94%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	padding: 10px;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	z-index: 1;
} 
#mainContent_products {
	background-color: #FFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 491px;
	background-image: url(../img/montage.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	overflow: visible;
}
.sidebartop_products {
	font-size: 10px;
	background-image: url(../img/sidebar-head2.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sidebarproducts {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #222;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: auto;
}

#sidebar_products {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #fff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: auto;
}
#sidebar_products_holder {
	float: left; /* since this element is floated, a width must be given */
	width: 700px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: right;
}

/** services PAGE **/
#container_services {
	width: 94%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #222;
	padding: 10px;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
} 
#mainContent_services {
	background-color: #FFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 491px;
	background-image: url(../img/DSC_0158b.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border: thin solid #222;
}
.sidebartop_services {
	font-size: 10px;
	background-image: url(../img/sidebar-head2.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sidebarservices {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #222;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: auto;
}

#sidebar_services {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #fff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: auto;
}
#sidebar_services_holder {
	float: left; /* since this element is floated, a width must be given */
	width: 600px;
	background-color: #fff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: auto;
}









/** DIGITAL RETOUCHING **/

#container_retouching {
	width: 94%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #222;
	padding: 10px;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#mainContent_retouching {
	background-color: #FFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 491px;
	background-image: url(../img/99784CORRGB1.jpg);
	background-repeat: no-repeat;
	background-position: right;
} 
.sidebartop_retouching {
	font-size: 10px;
	background-image: url(../img/sidebar-head2.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#sidebartop_retouching_form {
	font-size: 10px;
	height: 28px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#sidebar_retouching {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #222;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: auto;
}

#sidebar_retouching {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #fff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: auto;
}
#sidebar_retouching_holder {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	background-color: #fff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: auto;
}
.pics_holder {
	float: left;
	width: 250px;
	height: 300px;
	padding-top: 30px;
}
.wrapper #header #topNav2 #current {
	color: #F00;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: underline;
}
.wrapper #header #topNav2 #current2 {
	color: #F60;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: underline;
}
.wrapper #header #topNav2 #current3 {
	color: #FF0;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: underline;
}
.wrapper #header #topNav #current4 {
	color: #008C00;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: underline;
}
.wrapper #header #topNav #current5 {
	color: #0097F8;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: underline;
}
.wrapper #container_products #sidebar_products_holder #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible h3 {
	padding-top: 10px;
}
.wrapper #container_links #sidebar_links_holder #link .AccordionPanel.AccordionPanelOpen .AccordionPanelContent p a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #00F;
	text-decoration: none;
}
.wrapper #container_links #sidebar_links_holder #link .AccordionPanel.AccordionPanelOpen .AccordionPanelContent p a:hover {
	color: #666;
	text-decoration: underline;
}
.wrapper #container_products #sidebar_products_holder #TabbedPanels1 .TabbedPanelsTabGroup .TabbedPanelsTab.TabbedPanelsTabSelected {
	background-color: #0427C9;
	color: #FFF;
}
label, select

{

font-size: 12px;

font-family: "Lucida Grande","Trebuchet MS",sans-serif;

}

select 

{
	color: #b1b1bc;
	background-color: #131313;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #b1b1bc;
	border-right-color: #b1b1bc;
	border-bottom-color: #b1b1bc;
	border-left-color: #b1b1bc;
}
.wrapper #container_products .border #mainContent_products #sidebar_products_holder #TabbedPanels1 .TabbedPanelsContentGroup {
	padding-right: 10px;
}
.wrapper #container_products #mainContent_services #sidebar_products_holder #TabbedPanels1 .TabbedPanelsContentGroup {
	width: 550px;
	padding-right: 10px;
}
.wrapper #container_links .border {
	border: thin solid #222;
}
.wrapper .border {
	border: thin solid #222;
	height: 491px;
}
.border {
	border: thin solid #222;
	height: 491px;
	width: 100%;
}

