@charset "UTF-8";
/* CSS Document, Designed by Max Wu, 21 Sept 2009 */

/* ------------------------------------------------------------ Reset */

html, body, div, span, applet, object, iframe,
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------------------ End Reset */

/* ------------------------------------------------------------ Containers, backgrounds, body */

body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#777;
	font-size:12px;
	line-height:20px;
	background-color:#fff;	
}

#maincontainer{
	width:1017px;
	margin:0px auto;
	top:2px;
}

/* ------------------------------------------------------------ text and headings */

h1{
	text-indent:-5000px;
	width:267px;
	height:60px;
	background:url(images/toipika_logo.gif);
	display:block;
	float:left;
	margin:0px;
	padding:0px;
}

h2{
	 font-size:20px;
	 font-weight:normal;
	 line-height:32px;
}

	h2 a:link, h2 a:visited, h2 a:active {color:#000000; text-decoration: none;}
	h2 a:hover	{color:#FC6703;	text-decoration: none; }
	
h1, h2, h3, h4, h5, h6{
	font-family:Geneva, Arial, Helvetica, sans-serif;
}


.blue{
color:#0597FC;
}

.black{
color:#000000;
}

.orange{
color:#FC6703;
}

.green{
color:#66CC00;
}

.purple{
color:#9900CC;
}

.red{
	color:#DD1402;
}

.grey{
color:#AAAAAA;
}

.grey a:link, .grey a:visited, .grey a:active	{color:#AAA; text-decoration: none; }
.grey a:hover	{color:#66CC00;	text-decoration: none; }

.small{
	font-size:9px;
	color:#000;
	
}

.size20{
font-size:20px;
}

.size10{
font-size:10px;
}

.dotted{
font-size:8px;
color:#CCC;
}

.line_height20{
line-height:20px;

}

a:link, a:visited, a:active	{color:#333; text-decoration: none; }
a:hover	{color:#FC6703;	text-decoration: none; }

.acknowlegements_link{
	font-size:12px;
}

.acknowlegements_link a:link, .acknowlegements_link a:visited, .acknowlegements_link a:active	{color:#66CC00; text-decoration: none; }
.acknowlegements_link a:hover	{color:#9900CC;	text-decoration: none; }


/* ------------------------------------------------------------ Header */

#top{
float:left;
width:993px;
height:30px;

}

#logo{
float:left;
width:267px;
height:60px;
}


/* ------------------------------------------------------------ Nav */

#leftcolumn{
float:left;
width:267px;
height:480px;
}

ul{
line-height:20px;

}

#nav{
float:left;
width:267px;
font-size:12px;
}

#nav a:link, #nav a:visited, #nav a:active	{color:#666666;	text-decoration: none;}

#nav a:hover {color:#DD1402; text-decoration: none;}

#nav ul li .grey a:link, #nav ul li .grey  a:visited, #nav ul li .grey  a:active	{color:#AAA; text-decoration: none;}
#nav ul li .grey a:hover {color:#DD1402; text-decoration: none;}


/* ------------------------------------------------------------ HOME page */

#rightclumn{
float:left;
width:750px;
min-height:480px;
height:100%;
}


/* ------------------------------------------------------------ SHOP page */
.shop_title{
	font-size:20px;
	line-height:32px;
	color:#000;
}

.buy_now a:link, .buy_now a:visited, .buy_now a:active	{color:#000; font-size:15px; text-decoration: none; }
.buy_now a:hover	{color:#CCC; font-size:15px; text-decoration: none; }


/* ------------------------------------------------------------ ACKNOWLEGEMENTS page*/
.column{
	float:left; width:40%;}

/* ------------------------------------------------------------ FOOTER */

#footer{
float:right;
width:280px;
height:30px;
}


#footertext{
float:right;
width:180px;
height:30px;
}

