/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
* {
	margin: 0;
	padding: 0;
}



div {
	font-size: 1em;
}

img {
	border: 0;
}

a, a:link a:active {
	text-decoration: underline;

	background-color: inherit;
	color: #f48f23;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #f48f23;

}

a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #f48f23;
}

body {
	margin: 0;
	padding: 0;
	background: #f9f9f9 url(images/bg.jpg) repeat-x top left;
	font-size:13px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: #53acf1;
	text-align: left;
	line-height: 1em;
}

body#submenu {
	margin: 0;
	padding: 0;
	background: #f9f9f9 url(images/bg_submenu.jpg) repeat-x top left;
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: #53acf1;
}


div#pagewrapper {
        width: 1000px;
	margin: 0 auto;
	color: #676767;
        position:relative;
}

div#addthis {
float: right;
margin-right: 30px;
}

div#header {
	height: 75px;
}

div#header h1 a {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	height: 75px;
	text-indent: -999em;
	text-decoration: none;
}



div#header h2 {
	float: right;
	line-height: 1.2em;
	font-size: 1.5em;
	margin: 35px 65px 0px 0px;
	color: #f4f4f4;
        display: none;
}


div#content {
        clear: both;
	padding-bottom: 30px;
	overflow: hidden;
	height: 100%;
        margin-top: 20px;
}

div#content.sub {
padding-right: 30px;
}


.block1,
.block2,
.block3,
.block4 {
width: 200px;
float: left;
height: 230px;
}

.block1,
.block2,
.block3 {
border-right: 1px solid #ccc;
}


.block2,
.block3,
.block4 {
padding: 10px 25px 0px 25px;
}

.block1 {
padding-right: 20px;
padding-top: 10px;
width: 200px;
}


.prodblock1,
.prodblock2,
.prodblock3 {
float: left;
width: 320px;
}

.contentblock1 {
width: 580px;
float: left;
border-right: 1px solid #ccc;
padding-right: 30px;
}

.contentblock2 {
width: 200px;
float: left;
margin-left: 30px;
}


#content h2.orange {
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
color: #ff8300;
}

#sidenav {
height: 2000px;
width: 30px;
background: #d7d7d7;
position: fixed;
margin-left: 1000px;
margin-top: 145px;
padding-left: 5px;
padding-top: 15px;
}


div#banner {
background: #d7d7d7;
height: 395px;
width: 1000px;
margin-top: 30px;
}

.banner_image {
float: left;
width: 550px;
padding-top: 15px;
padding-left: 15px;
}

.banner_text {
float: left;
width: 400px;
padding-top: 15px;
}

div#main {
}


div#main_top {
overflow: hidden;
height: 100%;
border-bottom: 1px solid #ccc;
}

div#main_center {
overflow: hidden;
height: 100%;
margin-top: 30px;
}

#bgfooter {
	border-bottom: 1px solid #ccc;
}


div.footback {
	clear: both;
	padding: 0px 10px 0px 0px;
}

div#footer {
	padding: 5px 0px 0px 0px;
	color: #595959;
}

div.leftfoot {
	float: left;

}

div#footer p {
	font-size: 0.8em;
	padding: 1.5em;
padding-left: 0px;
	text-align: left;
	margin: 0;
}

div#footer p a {
	color: #595959;
}

/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
}


div#content h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}

div#content h2 {
color: #3b3b3b;
font-size:18px;
line-height: 18px;
margin-bottom:20px;
}

#content h3 {
padding-bottom: 10px;
color: #ff8300;
}

div#content h4 {
	color: #294B5F;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}

p {
	font-size: 13px;
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}

blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */


span.label,span.spacer,span.multiple span {
width:80px;
float:left;
} 
span.multiple {float:left;} 

span.button2 {
padding-left:150px;
} 

span.button2 input {
background: url(images/blue_btn.png) no-repeat;
border: none;
width: 107px;
height: 25px;
color: #FFF;
text-shadow: #000 1px 1px;
margin-top: 5px;
font-size: 11px;
} 

div.clear {clear:both;padding-top:5px;} 

div#sidebar_rel {
margin-top: 150px;
width: 258px;
}

div#newsletter {
background: url(images/newsletter_bg_s.png) no-repeat;
position: absolute;
width: 304px;
height: 130px;
margin-left: -8px;
padding: 10px 20px 20px 20px;
}

.newsletter_name {
margin-top: 10px;
margin-bottom: 5px;
}


.add_navigation {
float: right;
width: 240px;
margin-top: -52px;
margin-right: 20px;
}

.add_navigation ul {
list-style: none;
}


.add_navigation ul li {
float: left;
padding: 0px 10px 0px 10px;
}

.add_navigation ul li.last {
float: left;
padding: 0px 15px 0px 15px;
}

.add_navigation ul li.lastlast {
float: left;
padding: 0px 15px 0px 15px;
}

.add_navigation ul li a {
	color: #FFF;
	font-size: 15px;
	text-decoration: none;

}


div#partners {
width: 990px;
}

div#partners img {
background: #f6eedc;
height: 150px;
padding: 5px;
border: 1px solid #FFF;
margin-right: 15px;
margin-bottom: 15px;
float: left;
}

div#partners img:hover {
background: #322922;
}


/*------------------------Formular Start----------------*/
fieldset {
border: none;
}

fieldset.formleft {
float: left;
width: 400px;
}

fieldset.formright {
float: left;
width: 550px;
}

.clearer {
clear: both;
}
.formbuilderform {
float:left;
margin-top:10px;
}


.formbuilderform {

padding-top:15px;
}

.formbuilderformen {

padding-top:15px;
}

.formbuilderform .submit {
float:left;
margin-top:10px;
}

.formbuilderform .submit input{
background: transparent url(uploads/images/senden.jpg) no-repeat left center;
border: none;
width: 161px;
color: transparent;
}


.formbuilderform textarea {
background:none repeat scroll 0 0 #F3F3F3;
border:1px solid #DBDBDB;
color:#707270;
display:block;

font-family:helvetica,arial,sans serif;
font-size:18px;
height:221px;
padding:8px;
width:410px;
margin-top:5px;
}

.formbuilderform input {
background:none repeat scroll 0 0 #F3F3F3;
border:1px solid #DBDBDB;
color:#707270;
display:block;
font-family:helvetica,arial,sans serif;
font-size:18px;
margin-bottom:10px;
padding:8px;
width:350px;
margin-top:5px;
}

.formbuilderform input:hover {
}

.formbuilderform label {
color:orange;
font-size:18px;
letter-spacing:-1px;
margin-right:20px;

}


.check input{

width:10px;

}


#message  {
margin-top:5px;
width:300px;
height:100px;
background:#333232;
border:1px solid #a7a7a7;
color:#ffffff;
}

#message:hover {
background:#4f4f4f;
color:#ffffff;
}


.formkontakt input  {
width: 300px;
margin-bottom: 10px;
background:#333232;
border:1px solid #a7a7a7;
color:#ffffff;
}
.formkontakt input:hover  {
background:#4f4f4f;
color:#ffffff;
}
.formkontakt label {
float: left;
width: 100px;
}

.formkontakt textarea {
height:70px;
width:300px;
margin-bottom:10px;
}

.formkontakt textarea {
height:70px;
width:300px;
margin-bottom:10px;
background:#333232;
border:1px solid #a7a7a7;
color:#ffffff;
}

.formkontakt textarea:hover {
background:#4f4f4f;
color:#ffffff;
}



.formkontakt .submit {
margin-left:100px;

}

/*------------------------Formular END----------------*/


#footer .block_various_links { list-style: none; }
#footer .block_various_links li a{ text-decoration:none;
color: #FFF;
text-shadow: #000 1px 1px;
}
#footer .block_various_links li {
	display: inline;
	border-left: 1px solid #888;
	padding: 0px 2px 0px 4px;
}
#footer .block_various_links li.first_item {
	border: none;
	padding-left: 0px;
}



/*------------------------Buttons Start----------------*/
/* Buttons  Start*/
/* START OF BUTTONS SECTION
 *  -tags : input, a, span
 *  -sizes : mini, small, normal, large
 *  -types : button, exlusive
 *  -status : normal, hover, disabled
 *  -rule : the span.button is a a.button disabled
*/

/* global button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color: #FFF;
	font-weight: bold;
	font-size: 12px!important;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	line-height: 18px;
	height: 29px;
}

/* input button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {
	padding-bottom:2px;
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	background-position: left -36px;
	cursor:default;
	color:#888!important;
}

/* exclusive button */
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color:white!important;
}

/* exclusive disabled button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color:#53ACF1!important;
}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	background-position: left -29px;
}

/* exclusive hover button */
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	color:white!important;
}

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	width: 30px;
	background-image: url('../shop/themes/PG2010/img/button-mini.gif');
}
input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {
	width: 60px;
	background-image: url('../shop/themes/PG2010/img/button-small.gif');
}
input.button, input.button_disabled, a.button, a.exclusive, span.button, span.exclusive {
	width: 131px;
	height: 25px;
	background: url('../shop/themes/PG2010/img/btn_black_blue.png');
	padding-top: 4px;
}

input.exclusive, input.exclusive_disabled {
	width: 131px;
	height: 27px;
	background: url('../shop/themes/PG2010/img/btn_black_blue.png');
	padding-top: 0px;
}

input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large {
	width: 180px;
	height: 25px;
	background: url('../shop/themes/PG2010/img/btn_black_blue_large.png');
	padding-top: 4px;
}




#ma6d68submit {
background-position:left top;
background-repeat:no-repeat;
border:medium none;
color:#FFFFFF;
cursor:pointer;
display:block;
font-size:12px !important;
font-weight:bold;
line-height:18px;
text-align:center;
text-decoration:none !important;
	width: 180px;
	height: 27px;
	background: url('../shop/themes/PG2010/img/btn_black_blue_large.png');
	padding-top:0px;
	}

#ma6d68submit:hover {
	background: url('../shop/themes/PG2010/img/btn_black_blue_large.png');
background-position: left -29px;
}



#cntnt01fbrp_submit {
background-position:left top;
background-repeat:no-repeat;
border:medium none;
color:#FFFFFF;
cursor:pointer;
display:block;
font-size:12px !important;
font-weight:bold;
line-height:18px;
text-align:center;
text-decoration:none !important;
	width: 180px;
	height: 27px;
	background: url('../shop/themes/PG2010/img/btn_black_blue_large.png');
	padding-top:0px;
	}


#cntnt01fbrp_submit:hover {
background: url('../shop/themes/PG2010/img/btn_black_blue_large.png');
background-position: left -29px;
}



.ajax_block_product item a{
font-size:13px;
color:#ffffff;
line-height:40px;
}

.home  {
margin-top:10px;
font-size:13px;

color:#ffffff;
text-decoration:none;
}

.home:hover  {
font-size:13px;

color:#ffffff;
text-decoration:underline;
}

.home:visited  {
font-size:13px;

color:#ffffff;
text-decoration:none;
}

.price {
color:#53ACF1;
font-size:14px;
font-weight:bold;
white-space:nowrap;
padding:0.5em 0;
text-align:center;
margin-left:70px;
}


.formgb  {
background:#333232;
border:1px solid #a7a7a7;
color:#ffffff;
}
.formgb:hover {
background:#4f4f4f;
color:#ffffff;
}

.submitgb {
background-position:left top;
background-repeat:no-repeat;
border:medium none;
color:#FFFFFF;
cursor:pointer;

font-size:12px !important;
font-weight:bold;
line-height:18px;
text-align:center;
text-decoration:none !important;
	width: 131px;
	height: 29px;
	background: url('../shop/themes/PG2010/img/btn_black_blue.png');
	padding-bottom:4px;
}


.submitgb:hover {
background-position: left -29px;
	
}

#gbsub {
margin-left:70px;
margin-top:10px;
}
/*------------------------Buttons End----------------*/


#con_form {
border-bottom: 1px solid #CCC;
margin-bottom: 30px;
padding-bottom: 20px;
height: 350px;
overflow: hidden;
}

#con_adresse {
float: left;
width: 300px;
}

#con_map {
float: left;
width: 300px;
}

div#languages {
float: right;
margin-right: 52px;
margin-top: -32px;
}

div#languages a {
color: #7f7f82;
font-size: 11px;
text-decoration: none;
}



/*------------------------Formular Start----------------*/
fieldset {
border: none;
}

fieldset.formleft {
float: left;
width: 400px;
}

fieldset.formright {
float: left;
width: 550px;
}

.clearer {
clear: both;
}


.formbuilderformen .submit {
float:left;
margin-top:10px;
}

.formbuilderformen .submit input{
background: transparent url(uploads/images/buttons/send.png) no-repeat left center;
border: none;
width: 161px;
color: transparent;
}


.formbuilderformen textarea {
background:none repeat scroll 0 0 #F3F3F3;
border:1px solid #DBDBDB;
color:#707270;
display:block;

font-family:helvetica,arial,sans serif;
font-size:18px;
height:221px;
padding:8px;
width:410px;
margin-top:5px;
}

.formbuilderformen input {
background:none repeat scroll 0 0 #F3F3F3;
border:1px solid #DBDBDB;
color:#707270;
display:block;
font-family:helvetica,arial,sans serif;
font-size:18px;
margin-bottom:10px;
padding:8px;
width:350px;
margin-top:5px;
}

.formbuilderformen input:hover {
}

.formbuilderformen label {
color:orange;
font-size:18px;
letter-spacing:-1px;
margin-right:20px;

}


.check input{

width:10px;

}




.formbuilderformfr .submit {
float:left;
margin-top:10px;
}

.formbuilderformfr .submit input{
background: transparent url(uploads/images/buttons/envoyer.png) no-repeat left center;
border: none;
width: 161px;
color: transparent;
}


.formbuilderformfr textarea {
background:none repeat scroll 0 0 #F3F3F3;
border:1px solid #DBDBDB;
color:#707270;
display:block;

font-family:helvetica,arial,sans serif;
font-size:18px;
height:221px;
padding:8px;
width:410px;
margin-top:5px;
}

.formbuilderformfr input {
background:none repeat scroll 0 0 #F3F3F3;
border:1px solid #DBDBDB;
color:#707270;
display:block;
font-family:helvetica,arial,sans serif;
font-size:18px;
margin-bottom:10px;
padding:8px;
width:350px;
margin-top:5px;
}

.formbuilderformfr input:hover {
}

.formbuilderformfr label {
color:orange;
font-size:18px;
letter-spacing:-1px;
margin-right:20px;

}


/*------------------------Formular END----------------*/


.flag0 {
float:left;
}


.flag1 {
float:left;
}

.flag2 {
display:none;
}
/* End of 'Layout: Top menu + 2 columns' */

