/*----------------------------------------------------------------------------*/
/*  Made by Ryan Schranz                                                      */
/*  Owner of Schranz Innovations                                              */
/*  Date last modified: 09/10/2008                                            */
/*  Please feel free to look at my code and get insperation                   */
/*----------------------------------------------------------------------------*/

/*General*/
* {
	margin:0px;
	padding:0px;
	border:0px;
}

/*Body*/
body {
	background-color:#000000;
	color:#E41B7A;
	font-size:12px;
	margin:0pt;
	padding:0pt;
}
	
h3 {
	color:#FAB2D4;
	text-align:center;
}

h1, h2 {
	color:#FAB2D4;
	font-size:25px;
	text-align:center;
}

p {
	font-size:16px;
	padding:8px;
	text-align:center;
}


a {
	color:#FAB2D4;
	text-decoration:none;
}

a:hover {
	color:#FAB2D4;
	text-decoration:underline;
}

/*Wrapper*/
#wrapper {
	background-color:#000000;
	border-right:1px solid #E41B7A;
	border-left:1px solid #E41B7A;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	width:800px;
}

/*Header*/
#header {
	background:#000000 url('images/misc/banner.jpg') left center no-repeat;
	height:200px;
	margin-top:10px;
	border-top:1px solid #E41B7A;
	border-bottom:1px solid #E41B7A;
}

/*Content*/

#content {
	padding:10px;
	min-height:350px;
	border-top:1px solid #E41B7A;
}

.section1 {
	float:left;
	margin-bottom:8px;
	margin-right:10px;
	padding:5px;
	width:300px;
}
.section1 img {
	border:2px solid #E41B7A;
	margin-bottom:10px;
}

.section2 {
	float:left;
	margin-bottom:8px;
	margin-right:10px;
	width:448px;
}
.section2 li {
	font-size:16px;
}
.section2 img {
	margin-top:3px;
	border:2px solid #E41B7A;
	margin-bottom:10px;
}

.entirepage {
	float:left;
	margin-bottom:8px;
	margin-right:10px;
	padding-left:27px;
	width:748px;
}
.entirepage img {
	border:2px solid #E41B7A;
}
.entirepage a:hover {
	text-decoration:none;
}
.buy {
	margin-top:100px;
}

.noborder img {
	border:1px solid #000000;
}
.leftpic {
	float:left;
}
.white_text {
	color:#FFFFFF;
}
	
/*Top Navigation*/

#navigation {
	background:#FAB2D4;
	clear:both;
	font-size:18px;
	height:28px;
	line-height:25px;
}

#navigation a {
	background:#FAB2D4;
	color:#000000;
	text-decoration:none;
	display:block;
	float:left;
	height:28px;
	padding-left:32px;
	padding-right:33px;
}

#navigation a:hover {
	background:#000000;
	color:#FAB2D4;
}

#navigation a.active {
	text-decoration:underline;
}

/*Form Style*/
label {
	display: block; 
	width:10em;
	margin-right:1em;
	font-size:18px;
	color:#E41B7A;
}

fieldset {
	height:130px;
	margin:1.5em 0 0 0;
	padding:0;
}

fieldset ol {
	padding-top:0.5em;
	list-style:none;
}

fieldset li {
	padding-bottom:1em;
	list-style:none;
}

fieldset {
	height:270px;
	margin:1.5em 0 0 0;
	padding:0;
}


fieldset.submit {
	float:none;
	width:80px;
	height:30px;
	padding-bottom:20px;
}

input {
	background-color:#FAB2D4;
}

select {
	background-color:#FAB2D4;
}

option {
	background-color:#FAB2D4;
}

textarea {
	background-color:#FAB2D4;
}

/*Footer*/
#footer {
	background:#000000 url('images/misc/footer.gif') no-repeat;
	border-bottom:1px solid #E41B7A;
	border-top:1px solid #E41B7A;
	clear:left;
	height:80px;
	margin:0pt 0pt 15px;
}

#footer p {
	color:#E41B7A;;
	line-height:12px;
	padding-top:5px;
	font-size:small;
	text-align:left;
}


