/* @override 
	http://braintoy.net/files/styles/store.css
	http://www.braintoy.net/files/styles/store.css
*/

/* @group 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.5em;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* @end */

body {
	background-color: #000000;
	background-image: url(http://www.braintoy.net/files/images/pattern.gif);
	background-repeat: repeat;
	color: #ffffff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 76%; 
}
a, a:link, a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover, a:active {
	text-decoration: underline;
	color: #ec127a;
}
h1, h2, h3, h4 { 
	text-transform: uppercase;
}
h1 {
	font-size: 4.5em;
	margin-bottom: 20px;
	color: #ec127a;
}
h2 { 
	font-size: 2em; 
	margin-bottom: 10px;
	color: #ec127a;
}
h3 { 
	margin-top: 35px; 
}
h3, h4 { 
	font-size: 1.1em;
	margin-bottom: 5px;
	color: #ec127a;
}
#container {
	margin-top: 150px;
	font-size: 1em;
	text-align: center;
}
#wrapper { 
	width: 680px;
	margin: 0 auto; 
}
.section { 
	width: 297px;
	height: 290px;
	margin: 0 10px;
	float: left;
	border: 1px solid #222;
	background-color: #000000;
}
.section .content {
	padding: 10px;
	text-align: left;
}
#image h3 { 
	 text-align: center;
	 margin-top: 5px;
	 margin-bottom: 0;
}
#details .content { 
	padding: 40px 50px; 
}
#details ul { 
	margin-bottom: 10px;
	text-transform: uppercase;
}
#details li {
	font-size: 1.1em; 
}
.italics { 
	font-style: italic;
	text-transform: capitalize;
	margin-bottom: 5px;
}
