body {
	background-color: #2E368F;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/texture.png');
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 10px 10px 100px 30px; #white;
	border-top-left-radius:115px;
	border-top-right-radius:115px;
	background-color: white;
	margin-top: 30px;

}

@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('text/CartoGothicStd-Book-webfont.eot');
    src: url('text/CartoGothicStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('text/CartoGothicStd-Book-webfont.woff') format('woff'),
         url('text/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('text/CartoGothicStd-Book-webfont.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'CartoGothicStdBold';
    src: url('text/CartoGothicStd-Bold-webfont.eot');
    src: url('text/CartoGothicStd-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('text/CartoGothicStd-Bold-webfont.woff') format('woff'),
         url('text/CartoGothicStd-Bold-webfont.ttf') format('truetype'),
         url('text/CartoGothicStd-Bold-webfont.svg#CartoGothicStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


header { 
	height: 150px;
	width: 960px;
	border-top-left-radius:115px;
	border-top-right-radius:115px;
	background-color: white;
}

#logo {
	position: relative;
	width: 400px;
	padding-top: 20px;
	float: left;
	margin-left: 45px;
}

#top_text {
	position: relative;
	width: 450px;
	float: left;
	padding-top: 25px;
}

#main_nav {
	width: 960px;
	background-color: black;
	height: 30px;
	position: relative;
	color: white;
}

#main_nav a:active {
	color: white;
}

#main_nav ul { 
	list-style: none; 
	margin-left: -60px;
}

#main_nav li {
	float: left;
}

a:visited {
	color: white;
}

a:link {
	color: white;
}

#main_nav a { 
	display: block; 
	width: 110px;
	height: 30px; 
	margin-top: 4px;
	text-decoration: none; 
	text-align: center;
	font-size: 19px;
	font-family: 'CartoGothicStdBook';
	padding-left: -20px;
	position: relative;
	float: left;
}

#main_nav a:hover {
	color: blue;
}


#left_column {
	width: 230px;
	height: auto;
	padding-top: 27px;
	position: absolute;
	background-color: white;
}

#main_content {
	width: 960px;
	position: relative;
	background-color: white;
	height: auto;
}
#fullpage {
	width: 960px;
	height: 870px;
	background-color: white;
}

#content {
	width: 700px;
	position: relative;
	left: 250px;

}
#splash-info {
	position: relative;
	width: 600px;
	margin-left: 100px;
	margin-top: 80px;
}

#grid {
	width: 700px;
	position: relative;
	font-family: 'CartoGothicStdBook';
	font-size: 14px;
	font-weight: lighter;
}


#footer_nav {
	width: 960px;
	background-color: black;
	height: 20px;
	position: relative;
	color: white;
	margin-top: -20px;
}

#footer_nav a:active {
	color: white;
}

#footer_nav ul { 
	list-style: none; 
	margin-left: 220px;
}

#footer_nav li {
	float: left;
}

a:visited {
	color: white;
}

a:link {
	color: white;
}

#footer_nav a { 
	display: block; 
	width: 100px;
	height: 20px; 
	text-decoration: none; 
	text-align: center;
	font-size: 12px;
	font-family: 'CartoGothicStdBook';
	position: relative;
	float: left;
	margin-top: 4px;
}

#footer_nav a:hover {
	color: blue;
}

#content p {
	font-family: 'CartoGothicStdBook';
	font-size: 16px;
	color: black;
	text-align: left; 
	font-weight: lighter;
}
p {
	font-family: 'CartoGothicStdBook';
	font-size: 14px;
	color: black;
	text-align: left; 
	font-weight: lighter;
	width: 680px;
}

h1 { 
	font-family: 'CartoGothicStdBold';
	font-size: 38px;
	color: black;
	padding-top: 20px;
	margin: 0px;
	font-weight: lighter;
}

h2 {
	font-family: 'CartoGothicStdBook';
	font-size: 19px;
	color: black;
	text-align: center; 
	font-weight: lighter;
}

h3 {
	font-family: 'CartoGothicStdBook';
	font-size: 16px;
	color: black;
	text-align: left; 
	padding-left: 15px;
	font-weight: lighter;
}

h4 {
	font-family: 'CartoGothicStdBook';
	font-size: 21px;
	color: black;
	text-align: center; 
	font-weight: bold;
}
table {
	border-collapse: collapse;
	width: 650px;
	font-size: 14px;
	font-weight: lighter;
	width: 100px;
	height: 20px; 
}

td {
	background-color: white;
	padding-left: 3px;
	font-size: 14px;
	padding-bottom: 5px;
}

th {
	background-color: black;
	color: white;
	padding: 3px;
	margin-bottom: 35px;
	font-family: 'CartoGothicStdBook';
	text-align: left; 
	font-weight: lighter;
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 5px;	

}

.product {
	width: 160px;
}

.col {
	width: 230px;
	text-align: left;
}

.des {
	text-align: left;
	width: 650px;
}

.bold {
	font-family: 'CartoGothicStdBold';
	font-size: 16px;
	padding-bottom: 5px;
}

.semibold {
	font-family: 'CartoGothicStdBold';
	font-size: 14px;
	padding-bottom: 5px;
}


.pic {
	background-color: white;
	padding: 0px;
}

.info {
	font-family: 'CartoGothicStdBold';
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 5px;
}