/*  

Author: Priyesh Patel
Email: priyeshpateldesign@gmail.com

Colours:


*/

/* Contents

	01	Reset CSS
	02	Global Formatting
	03	Common Formatting
	04	Links
	05	Fonts
	06	Global Classes
	07	Wrapper
	08	Layout
	09	Forms
	10	Tables
	
*/

/* 01	Reset CSS */

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,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

* {
	padding:0;
	margin:0;
}


/* 02	Global Formatting */

html, body {
	border:0;
	margin:0 0 0 0;
	padding:0;	
}

body {
	font-family:Verdana, Geneva, sans-serif;
	color:#000000;
	background:#ffffff;
	font-size:14px;
}

html {
}

/* 03	Common Formatting */

p {
	font-size:14px;
	margin-bottom:12px;
	line-height:18px;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

img {
}

strong {
	font-weight:bold;
}

em {
}

span {
}

u {
}

blockquote {	
}

cite {
}

li {
	line-height:18px;
}

acronym, abbr {
	cursor:help;
}

/* 04	Links */

a,
a:visited {
	color:#CB0C37;
	text-decoration:none;
}

a:hover,
a:focus {
	color:#CB0C37;
	text-decoration:underline;
}

/* 05	Fonts */

/* 06	Global Classes */

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	width:100%;
	display:block;
}

.hide {
	display:none;
}
 
.float-left {
	float:left;
}

.float-right {
	float:right;
}
 
.text-left { 
	text-align:left;
}

.text-right { 
	text-align:right;
}

.text-center {
	text-align:center;
}

.text-justify {
	text-align:justify;
}

.nopadding {
	padding:0;
}

.noindent {
	margin-left:0;
	padding-left:0;
}

.nobullet {
	list-style:none;
	list-style-image:none;
}

.noborder {border:none!important;}

/* 07	Wrapper */

#wrapper {
	width:1024px;
}

/* 08	Layout */

#masthead {
	width:1024px;
	height:144px;
	background:url(../img/header.png) no-repeat;
}

ul#nav {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:white;
	background:#d72647;
	height:30px;
	line-height:30px;
	padding-left:215px;
}

ul#nav a {
	font-weight:bold;
	text-decoration:none;
	color:white;
}

ul#nav a:hover {
	color:#cdcccc;
}


ul#nav li {
	display:inline;
	
}

#sidebar {
	width:227px;
	float:left;
}

#sidebar-topsec {
	width:227px;
	height:13px;
	background:url(../img/sidebar-top.png) no-repeat;
}

#sidebar-mainsec {
	width:212px;
	background:url(../img/sidebar-main.png) repeat-y;
	font-family:Verdana, Geneva, sans-serif;
	color:white;
	padding-right:15px;
}

#sidebar-mainsec p {
	text-align:center;
	font-weight:bold;
	line-height:20px;
	font-size:15px;
}

#sidebar-mainsec ul#participants {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:172px;
	margin-top:10px;
	padding:0 20px;
}

#sidebar-mainsec ul#participants li {
	text-align:center;
	margin-top:8px;
	line-height:16px;
	
}

#sidebar-mainsec ul#participants li a {
	color:white;
	text-decoration:none;
	font-weight:bold;
}

#sidebar-mainsec ul#participants li a:hover {
	color:#cdcccc;
}

#sidebar-mainsec p#sidebar-contact {
	color:black;
	font-size:11px;
	line-height:13px;
	margin-top:25px;
	font-weight:normal;
}

#sidebar-mainsec p#sidebar-contact a {
	color:white;	
}

#sidebar-endsec {
	background:url(../img/sidebar-bottom.png) no-repeat;
	height:180px;
	width:227px;
	margin-top:-14px;
}

#sidebar-extra {
	width:212px;
	padding-right:15px;
}

#sidebar-extra p, #sidebar-extra img {
	text-align:center;
}

#offer {
	width:170px;
	margin-left:5px;
	padding-top:30px;
}

#main-content {
	float:left;
	margin:10px 0 0 10px;
	padding:10px 0 0 10px;
	width:775px;
}

#main-top {
	margin-bottom:15px;
}

/* 09	Forms */

fieldset {
}

legend {
}

label {
}

input {
}

button {
}

/* 10	Tables */

table {
}

tbody {
}

tr {
}

th {
}

td {
}
