/**
******* CSS Custom Style for Carb Exchange *******
Author: Richard Farley
www.richardfarleydesign.co.uk
*
*/

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	/* background-image: url('bkTexture.png'); */
	background-color: #FFFAF6;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * End of Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */

/**
 * Start of Main Frame Elements
 * 
 */

.spacer {
	background-color: transparent;
	width:100%
}

.header {
	background-color: #2EC0FE;
	width: 100%;
	height: 40px;
}

.fold_advertrow1 {
/* 	background-color: #624d52; */
	/* border: 1px solid #c54747;  */
	width: 100%;
	height: 100%;
	margin-top: 2px;	
}

.fold_inforow1 {
	/* background-color: #cc9966; */
/* 	border: 1px solid #c54747;  */
	width: 100%;
	height: 100%;
	margin-top: 2px;
}

.row2info {
/* 	background-color: #624d52; */
	/* border: 1px solid #c54747; */ 
	width: 100%;
	height: 100%;
	margin-top: 10px;	
}

.row2screenshots {
	/* background-color: #C4C3C4; */
	/* border: 1px solid #c54747;  */
	width: 100%;
	height: 300px;
	/* margin-top: 10px; */
}

.footer {
	/* background-color: #1e1818; */
	/* border: 1px solid #c54747; */
	width: 100%;
	height: 80px;
	margin-top: 5px;
}


/**
 * Start of custom individule elements
 * 
 */
 
 .contact {
	 width: auto;
	 height: auto;
	 color: green;
	 text-align: right;
	 float: left;	 
 }
 
 #contactButton{
  width:100px;
  height:30px;
  border:1px solid rgb(37, 37, 37);
  font-family:Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  font-size:16px;
  text-align:center;
  float:right;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  box-shadow: 5px 5px 8px rgba(192, 192, 192, 1.000) ;
  -webkit-box-shadow: 5px 5px 8px rgba(192, 192, 192, 1.000) ;
  -moz-box-shadow: 5px 5px 8px rgba(192, 192, 192, 1.000) ;
  }

 
 .accordionCont {
	margin-top: 10px; 
	width: auto;
	height: auto;
 }
 
 .usefulinfo {
 	height: 30px;
 	width: 100%;
 	/* background-color: #C4C3C4; */
 	margin-top: 10px;
 	margin-bottom: 10px;
 	/* padding: 10px; */
 	font-size: 20px; 
 	color: #A82027;;
 	font-family:arial, helvetica, sans-serif;
 }
 
 .imageplaceMain {
	 height:auto;
	 width:auto;
	/*  background-color: #777; */
	 margin-top: 22px;
 }
 .infoplaceR1 {         /* MAKE WIDTH AND HEIGHT AUTO */
	 height: auto;
	 width: 100%;
	 margin-top:  -8px;
	 padding-bottom: 0px;
	 padding-top: 20px;
 }

.infoplaceTitleR2 {         /* MAKE WIDTH AND HEIGHT AUTO */
	 height:68px;
	 width:100%;
	 /* border-bottom: 2px solid black */
	 /* margin-top: 10px; */
	/*  background-color: #fff; */	 
 }

.screenshotplaceTitleR2 {         /* MAKE WIDTH AND HEIGHT AUTO */
	 height:60px;
	 width:100%;
	 /* margin-top: 10px; */
	 /* background-color: #C4C3C4;	  */
 }

.infoplaceContentR2 {         /* MAKE WIDTH AND HEIGHT AUTO */
	 height:auto;
	 width:100%;
	 /* margin-top: 10px; */
	/*  background-color: #f7f7f9;	 */
 }

.appstoreMain {
	height: 51px;
	width: 160px;
	margin-left: auto;
/* 	background-color: #C4C3C4; */
	margin-right: auto;
	 	
}

.colophonH2 {
	font-weight: bold;
	color: #A82027;
	letter-spacing: 1pt;
	word-spacing: 1pt;
	font-size: 26px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.3;
	padding: 22px 5px 5px 5px;
}

.colophonH3 {
	font-weight: bold;
color: #A82027;
letter-spacing: 1pt;
word-spacing: 1pt;
font-size: 22px;
text-align: left;
font-family: arial, helvetica, sans-serif;
line-height: 1.3;
padding: 22px 5px 5px 5px;
}


.colophonP {
	font-weight: normal;
	color: rgb(94, 90, 90);
	letter-spacing: 1pt;
	word-spacing: 1pt;
	font-size: 14px;
	text-align: left;
	font-family:  helvetica, arial, sans-serif;
	line-height: 1.3;
	padding: 22px 5px 5px 5px;
}


/**
 * Start of Contact Form CSS
 * 
 */
 * {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background: url(images/stripe.png) repeat;
}

p {
	font-size: 1.3em;
	margin-bottom: 15px;
}

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 566px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.8em;
	color: #9c2324;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 1.4em;
}
 /**
 * End of Custom CSS Styles
 * 
 */

 /**
 * Start of Typographic CSS Styles
 * 
 */
 
 .appicon {
	 height:auto;
	 width:60%;
	 margin-left: auto;
	 margin-right: auto;
	 padding-top: 0px
 }
 
 .apppinto {
	 height: 181px;
	 width: 90%;
	/*  background-color: #f7f7f9; */
	 margin-top: 17px;
	 margin-left: auto;
	 margin-right: auto;
 }

 .infomain_p {
 	font-weight:normal;
 	color:#000000;
 	word-spacing:1pt;
 	font-size:16px;
 	text-align:left;
 	font-family:arial, helvetica, sans-serif;
 	line-height:1.2;
 	padding:10px;
 }
 
 .infomain_h2 {
 	font-weight:normal;
 	color:#A82027;
 	letter-spacing:1pt;
 	word-spacing:1pt;
 	font-size:20px;
 	text-align:center;
 	font-family:arial, helvetica, sans-serif;
 	line-height:1;
 	padding:22px 5px 5px 5px;
 }

.intro {
	font-weight:normal;
 	color: #6f7275;
 	letter-spacing:1pt;
 	word-spacing:1pt;
 	font-size:22px;
 	text-align:left;
 	font-family:arial, helvetica, sans-serif;
 	line-height:1.3;
 	padding:22px 5px 5px 5px;
}

p {
	font-weight:normal;
 	color: rgb(71, 70, 71);
 	letter-spacing:1pt;
 	word-spacing:1pt;
 	font-size:16px;
 	text-align:left;
 	font-family:arial, helvetica, sans-serif;
 	line-height:1.3;
 	padding:22px 5px 5px 5px;
}

li {
	font-weight:normal;
 	color: rgb(71, 70, 71);
 	letter-spacing:1pt;
 	word-spacing:1pt;
 	font-size:16px;
 	text-align:left;
 	font-family:arial, helvetica, sans-serif;
 	line-height:1.3;
 	padding:11px 5px 5px 5px;
 	margin-left: 20px;
 	list-style: circle;
}

h2 {
	font-weight:bold;
 	color: #A82027;
 	letter-spacing:1pt;
 	word-spacing:1pt;
 	font-size:20px;
 	text-align:left;
 	font-family:arial, helvetica, sans-serif;
 	line-height:1.3;
 	padding:22px 5px 5px 5px;
}


h3 {
	font-weight:normal;
 	color: #A82027;
 	letter-spacing:1pt;
 	word-spacing:1pt;
 	font-size:18px;
 	text-align:left;
 	font-family:arial, helvetica, sans-serif;
 	line-height:1.3;
 	padding:22px 5px 5px 5px;
}


.contact {
 	font-weight:normal;
 	color:#000000;
 	word-spacing:1pt;
 	font-size:14px;
 	text-align:right;
 	font-family:arial, helvetica, sans-serif;
 	text-align: center;
 	padding:9px 5px 5px 5px;
 }


ul.li {
	list-style-type: circle;
}

 