/**********************************************************/
/*            GRC pocketbike website stylesheet           */
/*                                                        */
/* Design by GRAFICAL:please contact via info@grafical.be */
/*                                                        */
/*             LAST UPDATE : 18-04-2010                   */
/*                                                        */
/**********************************************************/


/************************* RESET **************************/

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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************************* END RESET ***********************/


/************************* GENERAL  ***********************/


body {
	background-color: #dfd4b5;
	color :#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-align : center;
}

#wrapper{
	background: #FFF url(images/grcpocketbike_content_bg.jpg);
	margin : 0 auto;
	text-align : left;
	width: 960px;
}

h1 {
	color : #d10909;
	font-size: 23px;
	text-indent: -1000px;
	letter-spacing : 0.02em;
	text-transform : uppercase;
}

h2 {
	color : #d10909;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 26px;
	padding: 20px 45px;
}

h3 {
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding: 15px 45px;
}

h4 {
	color : #d10909;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	padding: 14px 45px;
}

p {
	color : #000000;
	line-height: 1.3em;
	/*padding: 0px 45px;*/
}

a {
	color: #d10909;
	text-decoration:underline;
}

a:hover {
	color: #F00;
}

/************************* END GENERAL  ***********************/

/************************ MODX specific ***********************/

.ditto_item {
	padding: 0px 45px;
}

.ditto_item h3 {
	padding: 15px 0px;
}

.ditto_pageTitle a {
	color:#000;
	text-decoration:none;
}

.ditto_pageTitle a:hover {
	color:#d10909;
	text-decoration:underline;
}

.ditto_introText {
	padding-top: 10px;
}
/*.ditto_documentInfo {
	padding:14px 45px;
}*/

.ditto-item {
	padding: 0px 0px 25px 45px;
}

.ditto-img {
	float:left;
	height:113px;
	width:150px;
}

.ditto-txt {
	float:left;
	width:430px;
}

.ditto-text p {
	padding-left: 10px;
}

/********************** END MODX specific *********************/

#content{
	width : 960px;
	margin:0 auto;
	min-height: 550px;

}

#header {
	background-image:url(images/grcpocketbike_header.jpg);
	height : 195px;
	width : 960px;
}

/************************* MENU BAR *************************/
#menubar {
	background:url(images/menubar_bg.jpg);
	height:45px;
	width:960px;
}

#menubar ul{
	list-style:none;
	padding-left: 20px;
}

#menubar li {
	float:left;
	display:inline;
	padding:14px 27px;
}

#menubar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color:#d10909;
	text-decoration:none;
	text-transform:uppercase;
}

#menubar a:hover {
	font-family: , Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
}


/********************** END MENU BAR ************************/


/*********************** MAIN CONTENT ***********************/
#main-content {
	float:left;
	display:inline;
	width: 650px;
}

#main-content p {
	padding-left: 45px;
	padding-right: 20px;
}

#main-content ul {
	list-style:disc;
	padding-left : 100px;
	padding-top: 10px;
}

#main-content li {
	margin-bottom: 5px;
}

/********************* END MAIN CONTENT *********************/



/********************** EXTRA CONTENT ***********************/

#extra-content {
	float:left;
	display:inline;
	width:260px;
}

#extra-content h3{
	background:url(images/right-column-headerbg.jpg) no-repeat left center;
	color: #d10909;
	text-transform:uppercase;
	text-align:center;
	width:260px;
	padding-left: 0px;
}

#extra-content p {
	color:#FFF;
	text-align:center;
	margin: 20px 0px;
	border:none;
}

#extra-content a, #extra-content img  {
	margin-left: 16px;
	margin-top: 10px;
	border:none;
}

/******************** END EXTRA CONTENT *********************/



/************************* FOOTER  ***********************/

#footer {
	background:url(images/grcpocketbike_footer.jpg) no-repeat ;
	height:100px;
	width:960px;
}

#footer p {
	color : #ffffff;
	font-size: 12px;
	padding-top: 45px;
	text-align:center;
}

#part1 {
	float:left;
	width: 685px;
	display:inline;
}

#part1 p {
	text-align:center;
	padding-left: 70px;
}

#part1 span {
	color : #ffffff;
	font-size: 12px;
	padding-top: 45px;
	padding-left:100px;
}

#part2 img {
	display:inline;
	padding-top : 26px;
	padding-left: 35px;
}
/************************* END FOOTER  ***********************/

